Color Bucket

❗NEW❗ Image color palette picker

The color bucket can contain a maximum of 10 colors (with a PRO membership up to 20 colors!) and auto-create color palettes for each of these colors based on the lightness.

Copy the permanent link to this color bucket here:

The color bucket you are viewing right now is a fixed bucket reachable via the link above. To create your color bucket, please visit the color bucket's main page.


Color Palette · WCAG Matrix

Color Palette

Main Color 1
RGB(232, 226, 176)
Main Color 2
RGB(232, 224, 153)
Main Color 3
RGB(232, 221, 130)
Main Color 4
RGB(232, 219, 106)
Main Color 5
RGB(232, 216, 83)
Main Color 6
RGB(232, 214, 60)
Main Color 7
RGB(232, 211, 37)
Main Color 8
RGB(232, 209, 14)
Main Color 9
RGB(232, 207, 0)

RGB(232, 226, 176)



200 * Your Color
RGB(232, 226, 176)

RGB(232, 224, 153)



200 * Your Color
RGB(232, 224, 153)

RGB(232, 221, 130)



300 * Your Color
RGB(232, 221, 130)

RGB(232, 219, 106)



300 * Your Color
RGB(232, 219, 106)

RGB(232, 216, 83) light muted yellow



400 * Your Color
RGB(232, 216, 83)

RGB(232, 214, 60) light washed yellow



400 * Your Color
RGB(232, 214, 60)

RGB(232, 211, 37) light washed yellow



500 * Your Color
RGB(232, 211, 37)

RGB(232, 209, 14) light washed yellow



500 * Your Color
RGB(232, 209, 14)

RGB(232, 207, 0) middle washed yellow



500 * Your Color
RGB(232, 207, 0)

CSS Code

.main-color-1{ color:rgb(232, 226, 176); }
.main-bg-color-1{ background-color:rgb(232, 226, 176); }
.main-color-2{ color:rgb(232, 224, 153); }
.main-bg-color-2{ background-color:rgb(232, 224, 153); }
.main-color-3{ color:rgb(232, 221, 130); }
.main-bg-color-3{ background-color:rgb(232, 221, 130); }
.main-color-4{ color:rgb(232, 219, 106); }
.main-bg-color-4{ background-color:rgb(232, 219, 106); }
.main-color-5{ color:rgb(232, 216, 83); }
.main-bg-color-5{ background-color:rgb(232, 216, 83); }
.main-color-6{ color:rgb(232, 214, 60); }
.main-bg-color-6{ background-color:rgb(232, 214, 60); }
.main-color-7{ color:rgb(232, 211, 37); }
.main-bg-color-7{ background-color:rgb(232, 211, 37); }
.main-color-8{ color:rgb(232, 209, 14); }
.main-bg-color-8{ background-color:rgb(232, 209, 14); }
.main-color-9{ color:rgb(232, 207, 0); }
.main-bg-color-9{ background-color:rgb(232, 207, 0); }

.color-1-100{ color:rgb(243, 241, 216); }
.bg-color-1-100{ background-color:rgb(243, 241, 216); }
.color-1-200{ color:rgb(232, 226, 176); }
.bg-color-1-200{ background-color:rgb(232, 226, 176); }
.color-1-300{ color:rgb(220, 211, 137); }
.bg-color-1-300{ background-color:rgb(220, 211, 137); }
.color-1-400{ color:rgb(209, 197, 97); }
.bg-color-1-400{ background-color:rgb(209, 197, 97); }
.color-1-500{ color:rgb(197, 182, 58); }
.bg-color-1-500{ background-color:rgb(197, 182, 58); }
.color-1-600{ color:rgb(158, 146, 46); }
.bg-color-1-600{ background-color:rgb(158, 146, 46); }
.color-1-700{ color:rgb(118, 109, 35); }
.bg-color-1-700{ background-color:rgb(118, 109, 35); }
.color-1-800{ color:rgb(79, 73, 23); }
.bg-color-1-800{ background-color:rgb(79, 73, 23); }
.color-1-900{ color:rgb(40, 37, 12); }
.bg-color-1-900{ background-color:rgb(40, 37, 12); }

.color-2-100{ color:rgb(246, 242, 213); }
.bg-color-2-100{ background-color:rgb(246, 242, 213); }
.color-2-200{ color:rgb(232, 224, 153); }
.bg-color-2-200{ background-color:rgb(232, 224, 153); }
.color-2-300{ color:rgb(227, 217, 130); }
.bg-color-2-300{ background-color:rgb(227, 217, 130); }
.color-2-400{ color:rgb(217, 204, 89); }
.bg-color-2-400{ background-color:rgb(217, 204, 89); }
.color-2-500{ color:rgb(208, 192, 47); }
.bg-color-2-500{ background-color:rgb(208, 192, 47); }
.color-2-600{ color:rgb(166, 153, 38); }
.bg-color-2-600{ background-color:rgb(166, 153, 38); }
.color-2-700{ color:rgb(125, 115, 28); }
.bg-color-2-700{ background-color:rgb(125, 115, 28); }
.color-2-800{ color:rgb(83, 77, 19); }
.bg-color-2-800{ background-color:rgb(83, 77, 19); }
.color-2-900{ color:rgb(42, 38, 9); }
.bg-color-2-900{ background-color:rgb(42, 38, 9); }

.color-3-100{ color:rgb(247, 243, 212); }
.bg-color-3-100{ background-color:rgb(247, 243, 212); }
.color-3-200{ color:rgb(239, 232, 169); }
.bg-color-3-200{ background-color:rgb(239, 232, 169); }
.color-3-300{ color:rgb(232, 221, 130); }
.bg-color-3-300{ background-color:rgb(232, 221, 130); }
.color-3-400{ color:rgb(223, 208, 83); }
.bg-color-3-400{ background-color:rgb(223, 208, 83); }
.color-3-500{ color:rgb(215, 196, 40); }
.bg-color-3-500{ background-color:rgb(215, 196, 40); }
.color-3-600{ color:rgb(172, 157, 32); }
.bg-color-3-600{ background-color:rgb(172, 157, 32); }
.color-3-700{ color:rgb(129, 118, 24); }
.bg-color-3-700{ background-color:rgb(129, 118, 24); }
.color-3-800{ color:rgb(86, 79, 16); }
.bg-color-3-800{ background-color:rgb(86, 79, 16); }
.color-3-900{ color:rgb(43, 39, 8); }
.bg-color-3-900{ background-color:rgb(43, 39, 8); }

.color-4-100{ color:rgb(248, 244, 211); }
.bg-color-4-100{ background-color:rgb(248, 244, 211); }
.color-4-200{ color:rgb(241, 234, 167); }
.bg-color-4-200{ background-color:rgb(241, 234, 167); }
.color-4-300{ color:rgb(232, 219, 106); }
.bg-color-4-300{ background-color:rgb(232, 219, 106); }
.color-4-400{ color:rgb(228, 212, 78); }
.bg-color-4-400{ background-color:rgb(228, 212, 78); }
.color-4-500{ color:rgb(221, 202, 34); }
.bg-color-4-500{ background-color:rgb(221, 202, 34); }
.color-4-600{ color:rgb(177, 161, 27); }
.bg-color-4-600{ background-color:rgb(177, 161, 27); }
.color-4-700{ color:rgb(133, 121, 20); }
.bg-color-4-700{ background-color:rgb(133, 121, 20); }
.color-4-800{ color:rgb(88, 81, 14); }
.bg-color-4-800{ background-color:rgb(88, 81, 14); }
.color-4-900{ color:rgb(44, 40, 7); }
.bg-color-4-900{ background-color:rgb(44, 40, 7); }

.color-5-100{ color:rgb(249, 245, 210); }
.bg-color-5-100{ background-color:rgb(249, 245, 210); }
.color-5-200{ color:rgb(243, 235, 165); }
.bg-color-5-200{ background-color:rgb(243, 235, 165); }
.color-5-300{ color:rgb(237, 224, 120); }
.bg-color-5-300{ background-color:rgb(237, 224, 120); }
.color-5-400{ color:rgb(232, 216, 83); }
.bg-color-5-400{ background-color:rgb(232, 216, 83); }
.color-5-500{ color:rgb(225, 204, 30); }
.bg-color-5-500{ background-color:rgb(225, 204, 30); }
.color-5-600{ color:rgb(180, 163, 24); }
.bg-color-5-600{ background-color:rgb(180, 163, 24); }
.color-5-700{ color:rgb(135, 122, 18); }
.bg-color-5-700{ background-color:rgb(135, 122, 18); }
.color-5-800{ color:rgb(90, 82, 12); }
.bg-color-5-800{ background-color:rgb(90, 82, 12); }
.color-5-900{ color:rgb(45, 41, 6); }
.bg-color-5-900{ background-color:rgb(45, 41, 6); }

.color-6-100{ color:rgb(250, 245, 209); }
.bg-color-6-100{ background-color:rgb(250, 245, 209); }
.color-6-200{ color:rgb(244, 236, 164); }
.bg-color-6-200{ background-color:rgb(244, 236, 164); }
.color-6-300{ color:rgb(239, 226, 118); }
.bg-color-6-300{ background-color:rgb(239, 226, 118); }
.color-6-400{ color:rgb(232, 214, 60); }
.bg-color-6-400{ background-color:rgb(232, 214, 60); }
.color-6-500{ color:rgb(228, 207, 27); }
.bg-color-6-500{ background-color:rgb(228, 207, 27); }
.color-6-600{ color:rgb(182, 166, 22); }
.bg-color-6-600{ background-color:rgb(182, 166, 22); }
.color-6-700{ color:rgb(137, 124, 16); }
.bg-color-6-700{ background-color:rgb(137, 124, 16); }
.color-6-800{ color:rgb(91, 83, 11); }
.bg-color-6-800{ background-color:rgb(91, 83, 11); }
.color-6-900{ color:rgb(46, 41, 5); }
.bg-color-6-900{ background-color:rgb(46, 41, 5); }

.color-7-100{ color:rgb(250, 246, 209); }
.bg-color-7-100{ background-color:rgb(250, 246, 209); }
.color-7-200{ color:rgb(245, 236, 163); }
.bg-color-7-200{ background-color:rgb(245, 236, 163); }
.color-7-300{ color:rgb(240, 227, 117); }
.bg-color-7-300{ background-color:rgb(240, 227, 117); }
.color-7-400{ color:rgb(236, 218, 70); }
.bg-color-7-400{ background-color:rgb(236, 218, 70); }
.color-7-500{ color:rgb(232, 211, 37); }
.bg-color-7-500{ background-color:rgb(232, 211, 37); }
.color-7-600{ color:rgb(185, 167, 19); }
.bg-color-7-600{ background-color:rgb(185, 167, 19); }
.color-7-700{ color:rgb(138, 125, 15); }
.bg-color-7-700{ background-color:rgb(138, 125, 15); }
.color-7-800{ color:rgb(92, 83, 10); }
.bg-color-7-800{ background-color:rgb(92, 83, 10); }
.color-7-900{ color:rgb(46, 42, 5); }
.bg-color-7-900{ background-color:rgb(46, 42, 5); }

.color-8-100{ color:rgb(252, 247, 207); }
.bg-color-8-100{ background-color:rgb(252, 247, 207); }
.color-8-200{ color:rgb(249, 240, 159); }
.bg-color-8-200{ background-color:rgb(249, 240, 159); }
.color-8-300{ color:rgb(246, 232, 111); }
.bg-color-8-300{ background-color:rgb(246, 232, 111); }
.color-8-400{ color:rgb(243, 224, 63); }
.bg-color-8-400{ background-color:rgb(243, 224, 63); }
.color-8-500{ color:rgb(232, 209, 14); }
.bg-color-8-500{ background-color:rgb(232, 209, 14); }
.color-8-600{ color:rgb(192, 173, 12); }
.bg-color-8-600{ background-color:rgb(192, 173, 12); }
.color-8-700{ color:rgb(144, 130, 9); }
.bg-color-8-700{ background-color:rgb(144, 130, 9); }
.color-8-800{ color:rgb(96, 87, 6); }
.bg-color-8-800{ background-color:rgb(96, 87, 6); }
.color-8-900{ color:rgb(48, 43, 3); }
.bg-color-8-900{ background-color:rgb(48, 43, 3); }

.color-9-100{ color:rgb(255, 250, 204); }
.bg-color-9-100{ background-color:rgb(255, 250, 204); }
.color-9-200{ color:rgb(255, 244, 153); }
.bg-color-9-200{ background-color:rgb(255, 244, 153); }
.color-9-300{ color:rgb(255, 239, 102); }
.bg-color-9-300{ background-color:rgb(255, 239, 102); }
.color-9-400{ color:rgb(255, 233, 51); }
.bg-color-9-400{ background-color:rgb(255, 233, 51); }
.color-9-500{ color:rgb(232, 207, 0); }
.bg-color-9-500{ background-color:rgb(232, 207, 0); }
.color-9-600{ color:rgb(204, 182, 0); }
.bg-color-9-600{ background-color:rgb(204, 182, 0); }
.color-9-700{ color:rgb(153, 137, 0); }
.bg-color-9-700{ background-color:rgb(153, 137, 0); }
.color-9-800{ color:rgb(102, 91, 0); }
.bg-color-9-800{ background-color:rgb(102, 91, 0); }
.color-9-900{ color:rgb(51, 46, 0); }
.bg-color-9-900{ background-color:rgb(51, 46, 0); }
WCAG Matrix

Download: PDF

Web Content Accessibility Guidelines (WCAG) 2.0 - Color Matrix.
  RGB(232, 226, 176)RGB(232, 224, 153)RGB(232, 221, 130)RGB(232, 219, 106)RGB(232, 216, 83)RGB(232, 214, 60)RGB(232, 211, 37)RGB(232, 209, 14)RGB(232, 207, 0)
           

Details can be found at https://www.w3.org/TR/WCAG20/.

1 AA
AA level of the Web Content Accessibility Guidelines (WCAG) 2.0 for any text size.
2 AA 18pt
AA level for large text above 18pt.
3 AAA
AAA level of the Web Content Accessibility Guidelines (WCAG) 2.0 for any text size.
4 AAA 18pt
AAA level for large text above 18pt.
5 Failed
Fails to comply with the Web Content Accessibility Guidelines (WCAG) 2.0.
6 Passed
Passes the AAA level of the Web Content Accessibility Guidelines (WCAG) 2.0 for all text sizes.
RGB(232, 226, 176)  Ratio: 1.02
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.13
Failed 5
Ratio: 1.16
Failed 5
Ratio: 1.18
Failed 5
Ratio: 1.19
Failed 5
RGB(232, 224, 153) Ratio: 1.02
Failed 5
 Ratio: 1.03
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.10
Failed 5
Ratio: 1.13
Failed 5
Ratio: 1.15
Failed 5
Ratio: 1.16
Failed 5
RGB(232, 221, 130) Ratio: 1.06
Failed 5
Ratio: 1.03
Failed 5
 Ratio: 1.02
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.10
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.13
Failed 5
RGB(232, 219, 106) Ratio: 1.08
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.02
Failed 5
 Ratio: 1.03
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.09
Failed 5
Ratio: 1.11
Failed 5
RGB(232, 216, 83) Ratio: 1.11
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.03
Failed 5
 Ratio: 1.02
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.08
Failed 5
RGB(232, 214, 60) Ratio: 1.13
Failed 5
Ratio: 1.10
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.02
Failed 5
 Ratio: 1.02
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.06
Failed 5
RGB(232, 211, 37) Ratio: 1.16
Failed 5
Ratio: 1.13
Failed 5
Ratio: 1.10
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.02
Failed 5
 Ratio: 1.02
Failed 5
Ratio: 1.03
Failed 5
RGB(232, 209, 14) Ratio: 1.18
Failed 5
Ratio: 1.15
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.09
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.02
Failed 5
 Ratio: 1.02
Failed 5
RGB(232, 207, 0) Ratio: 1.19
Failed 5
Ratio: 1.16
Failed 5
Ratio: 1.13
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.03
Failed 5
Ratio: 1.02
Failed 5
 

Converting Colors

Converting Colors allows you to convert between 17 different color formats like RGB, CMYK, HSV, HSL, CIELab, Android, Decimal, and YUV.

Made with 💘, 🍺 and 🍫. If you have questions send me an email to [email protected]!

Privacy Policy · Imprint

Menu

Support