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(228, 227, 180)
Main Color 2
RGB(228, 227, 157)
Main Color 3
RGB(228, 226, 134)
Main Color 4
RGB(228, 226, 112)
Main Color 5
RGB(228, 225, 89)
Main Color 6
RGB(228, 225, 66)
Main Color 7
RGB(228, 224, 43)
Main Color 8
RGB(228, 224, 20)
Main Color 9
RGB(228, 223, 0)

RGB(228, 227, 180)



200 * Your Color
RGB(228, 227, 180)

RGB(228, 227, 157)



200 * Your Color
RGB(228, 227, 157)

RGB(228, 226, 134)



300 * Your Color
RGB(228, 226, 134)

RGB(228, 226, 112)



300 * Your Color
RGB(228, 226, 112)

RGB(228, 225, 89) light muted yellow



400 * Your Color
RGB(228, 225, 89)

RGB(228, 225, 66) light muted yellow



400 * Your Color
RGB(228, 225, 66)

RGB(228, 224, 43) light washed yellow



500 * Your Color
RGB(228, 224, 43)

RGB(228, 224, 20) light washed yellow



500 * Your Color
RGB(228, 224, 20)

RGB(228, 223, 0) light washed yellow



600 * Your Color
RGB(228, 223, 0)

CSS Code

.main-color-1{ color:rgb(228, 227, 180); }
.main-bg-color-1{ background-color:rgb(228, 227, 180); }
.main-color-2{ color:rgb(228, 227, 157); }
.main-bg-color-2{ background-color:rgb(228, 227, 157); }
.main-color-3{ color:rgb(228, 226, 134); }
.main-bg-color-3{ background-color:rgb(228, 226, 134); }
.main-color-4{ color:rgb(228, 226, 112); }
.main-bg-color-4{ background-color:rgb(228, 226, 112); }
.main-color-5{ color:rgb(228, 225, 89); }
.main-bg-color-5{ background-color:rgb(228, 225, 89); }
.main-color-6{ color:rgb(228, 225, 66); }
.main-bg-color-6{ background-color:rgb(228, 225, 66); }
.main-color-7{ color:rgb(228, 224, 43); }
.main-bg-color-7{ background-color:rgb(228, 224, 43); }
.main-color-8{ color:rgb(228, 224, 20); }
.main-bg-color-8{ background-color:rgb(228, 224, 20); }
.main-color-9{ color:rgb(228, 223, 0); }
.main-bg-color-9{ background-color:rgb(228, 223, 0); }

.color-1-100{ color:rgb(242, 241, 218); }
.bg-color-1-100{ background-color:rgb(242, 241, 218); }
.color-1-200{ color:rgb(228, 227, 180); }
.bg-color-1-200{ background-color:rgb(228, 227, 180); }
.color-1-300{ color:rgb(214, 213, 143); }
.bg-color-1-300{ background-color:rgb(214, 213, 143); }
.color-1-400{ color:rgb(201, 199, 105); }
.bg-color-1-400{ background-color:rgb(201, 199, 105); }
.color-1-500{ color:rgb(187, 185, 68); }
.bg-color-1-500{ background-color:rgb(187, 185, 68); }
.color-1-600{ color:rgb(150, 148, 54); }
.bg-color-1-600{ background-color:rgb(150, 148, 54); }
.color-1-700{ color:rgb(112, 111, 41); }
.bg-color-1-700{ background-color:rgb(112, 111, 41); }
.color-1-800{ color:rgb(75, 74, 27); }
.bg-color-1-800{ background-color:rgb(75, 74, 27); }
.color-1-900{ color:rgb(38, 37, 14); }
.bg-color-1-900{ background-color:rgb(38, 37, 14); }

.color-2-100{ color:rgb(244, 244, 215); }
.bg-color-2-100{ background-color:rgb(244, 244, 215); }
.color-2-200{ color:rgb(228, 227, 157); }
.bg-color-2-200{ background-color:rgb(228, 227, 157); }
.color-2-300{ color:rgb(222, 221, 135); }
.bg-color-2-300{ background-color:rgb(222, 221, 135); }
.color-2-400{ color:rgb(211, 209, 95); }
.bg-color-2-400{ background-color:rgb(211, 209, 95); }
.color-2-500{ color:rgb(200, 198, 55); }
.bg-color-2-500{ background-color:rgb(200, 198, 55); }
.color-2-600{ color:rgb(160, 158, 44); }
.bg-color-2-600{ background-color:rgb(160, 158, 44); }
.color-2-700{ color:rgb(120, 119, 33); }
.bg-color-2-700{ background-color:rgb(120, 119, 33); }
.color-2-800{ color:rgb(80, 79, 22); }
.bg-color-2-800{ background-color:rgb(80, 79, 22); }
.color-2-900{ color:rgb(40, 40, 11); }
.bg-color-2-900{ background-color:rgb(40, 40, 11); }

.color-3-100{ color:rgb(246, 245, 213); }
.bg-color-3-100{ background-color:rgb(246, 245, 213); }
.color-3-200{ color:rgb(236, 235, 172); }
.bg-color-3-200{ background-color:rgb(236, 235, 172); }
.color-3-300{ color:rgb(228, 226, 134); }
.bg-color-3-300{ background-color:rgb(228, 226, 134); }
.color-3-400{ color:rgb(218, 215, 88); }
.bg-color-3-400{ background-color:rgb(218, 215, 88); }
.color-3-500{ color:rgb(208, 205, 47); }
.bg-color-3-500{ background-color:rgb(208, 205, 47); }
.color-3-600{ color:rgb(167, 164, 37); }
.bg-color-3-600{ background-color:rgb(167, 164, 37); }
.color-3-700{ color:rgb(125, 123, 28); }
.bg-color-3-700{ background-color:rgb(125, 123, 28); }
.color-3-800{ color:rgb(83, 82, 19); }
.bg-color-3-800{ background-color:rgb(83, 82, 19); }
.color-3-900{ color:rgb(42, 41, 9); }
.bg-color-3-900{ background-color:rgb(42, 41, 9); }

.color-4-100{ color:rgb(247, 246, 212); }
.bg-color-4-100{ background-color:rgb(247, 246, 212); }
.color-4-200{ color:rgb(239, 238, 169); }
.bg-color-4-200{ background-color:rgb(239, 238, 169); }
.color-4-300{ color:rgb(228, 226, 112); }
.bg-color-4-300{ background-color:rgb(228, 226, 112); }
.color-4-400{ color:rgb(223, 220, 83); }
.bg-color-4-400{ background-color:rgb(223, 220, 83); }
.color-4-500{ color:rgb(215, 211, 41); }
.bg-color-4-500{ background-color:rgb(215, 211, 41); }
.color-4-600{ color:rgb(172, 169, 32); }
.bg-color-4-600{ background-color:rgb(172, 169, 32); }
.color-4-700{ color:rgb(129, 127, 24); }
.bg-color-4-700{ background-color:rgb(129, 127, 24); }
.color-4-800{ color:rgb(86, 85, 16); }
.bg-color-4-800{ background-color:rgb(86, 85, 16); }
.color-4-900{ color:rgb(43, 42, 8); }
.bg-color-4-900{ background-color:rgb(43, 42, 8); }

.color-5-100{ color:rgb(248, 247, 211); }
.bg-color-5-100{ background-color:rgb(248, 247, 211); }
.color-5-200{ color:rgb(241, 239, 167); }
.bg-color-5-200{ background-color:rgb(241, 239, 167); }
.color-5-300{ color:rgb(234, 231, 123); }
.bg-color-5-300{ background-color:rgb(234, 231, 123); }
.color-5-400{ color:rgb(228, 225, 89); }
.bg-color-5-400{ background-color:rgb(228, 225, 89); }
.color-5-500{ color:rgb(219, 215, 36); }
.bg-color-5-500{ background-color:rgb(219, 215, 36); }
.color-5-600{ color:rgb(175, 172, 29); }
.bg-color-5-600{ background-color:rgb(175, 172, 29); }
.color-5-700{ color:rgb(132, 129, 21); }
.bg-color-5-700{ background-color:rgb(132, 129, 21); }
.color-5-800{ color:rgb(88, 86, 14); }
.bg-color-5-800{ background-color:rgb(88, 86, 14); }
.color-5-900{ color:rgb(44, 43, 7); }
.bg-color-5-900{ background-color:rgb(44, 43, 7); }

.color-6-100{ color:rgb(249, 248, 210); }
.bg-color-6-100{ background-color:rgb(249, 248, 210); }
.color-6-200{ color:rgb(242, 241, 166); }
.bg-color-6-200{ background-color:rgb(242, 241, 166); }
.color-6-300{ color:rgb(236, 234, 121); }
.bg-color-6-300{ background-color:rgb(236, 234, 121); }
.color-6-400{ color:rgb(228, 225, 66); }
.bg-color-6-400{ background-color:rgb(228, 225, 66); }
.color-6-500{ color:rgb(223, 220, 32); }
.bg-color-6-500{ background-color:rgb(223, 220, 32); }
.color-6-600{ color:rgb(179, 176, 25); }
.bg-color-6-600{ background-color:rgb(179, 176, 25); }
.color-6-700{ color:rgb(134, 132, 19); }
.bg-color-6-700{ background-color:rgb(134, 132, 19); }
.color-6-800{ color:rgb(89, 88, 13); }
.bg-color-6-800{ background-color:rgb(89, 88, 13); }
.color-6-900{ color:rgb(45, 44, 6); }
.bg-color-6-900{ background-color:rgb(45, 44, 6); }

.color-7-100{ color:rgb(249, 248, 210); }
.bg-color-7-100{ background-color:rgb(249, 248, 210); }
.color-7-200{ color:rgb(243, 242, 165); }
.bg-color-7-200{ background-color:rgb(243, 242, 165); }
.color-7-300{ color:rgb(238, 235, 119); }
.bg-color-7-300{ background-color:rgb(238, 235, 119); }
.color-7-400{ color:rgb(232, 229, 74); }
.bg-color-7-400{ background-color:rgb(232, 229, 74); }
.color-7-500{ color:rgb(228, 224, 43); }
.bg-color-7-500{ background-color:rgb(228, 224, 43); }
.color-7-600{ color:rgb(181, 178, 23); }
.bg-color-7-600{ background-color:rgb(181, 178, 23); }
.color-7-700{ color:rgb(136, 133, 17); }
.bg-color-7-700{ background-color:rgb(136, 133, 17); }
.color-7-800{ color:rgb(90, 89, 12); }
.bg-color-7-800{ background-color:rgb(90, 89, 12); }
.color-7-900{ color:rgb(45, 44, 6); }
.bg-color-7-900{ background-color:rgb(45, 44, 6); }

.color-8-100{ color:rgb(251, 250, 208); }
.bg-color-8-100{ background-color:rgb(251, 250, 208); }
.color-8-200{ color:rgb(247, 245, 161); }
.bg-color-8-200{ background-color:rgb(247, 245, 161); }
.color-8-300{ color:rgb(243, 240, 114); }
.bg-color-8-300{ background-color:rgb(243, 240, 114); }
.color-8-400{ color:rgb(239, 235, 67); }
.bg-color-8-400{ background-color:rgb(239, 235, 67); }
.color-8-500{ color:rgb(228, 224, 20); }
.bg-color-8-500{ background-color:rgb(228, 224, 20); }
.color-8-600{ color:rgb(188, 184, 16); }
.bg-color-8-600{ background-color:rgb(188, 184, 16); }
.color-8-700{ color:rgb(141, 138, 12); }
.bg-color-8-700{ background-color:rgb(141, 138, 12); }
.color-8-800{ color:rgb(94, 92, 8); }
.bg-color-8-800{ background-color:rgb(94, 92, 8); }
.color-8-900{ color:rgb(47, 46, 4); }
.bg-color-8-900{ background-color:rgb(47, 46, 4); }

.color-9-100{ color:rgb(255, 254, 204); }
.bg-color-9-100{ background-color:rgb(255, 254, 204); }
.color-9-200{ color:rgb(255, 253, 153); }
.bg-color-9-200{ background-color:rgb(255, 253, 153); }
.color-9-300{ color:rgb(255, 252, 102); }
.bg-color-9-300{ background-color:rgb(255, 252, 102); }
.color-9-400{ color:rgb(255, 251, 51); }
.bg-color-9-400{ background-color:rgb(255, 251, 51); }
.color-9-500{ color:rgb(255, 249, 0); }
.bg-color-9-500{ background-color:rgb(255, 249, 0); }
.color-9-600{ color:rgb(228, 223, 0); }
.bg-color-9-600{ background-color:rgb(228, 223, 0); }
.color-9-700{ color:rgb(153, 150, 0); }
.bg-color-9-700{ background-color:rgb(153, 150, 0); }
.color-9-800{ color:rgb(102, 100, 0); }
.bg-color-9-800{ background-color:rgb(102, 100, 0); }
.color-9-900{ color:rgb(51, 50, 0); }
.bg-color-9-900{ background-color:rgb(51, 50, 0); }
WCAG Matrix

Download: PDF

Web Content Accessibility Guidelines (WCAG) 2.0 - Color Matrix.
  RGB(228, 227, 180)RGB(228, 227, 157)RGB(228, 226, 134)RGB(228, 226, 112)RGB(228, 225, 89)RGB(228, 225, 66)RGB(228, 224, 43)RGB(228, 224, 20)RGB(228, 223, 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(228, 227, 180)  Ratio: 1.01
Failed 5
Ratio: 1.03
Failed 5
Ratio: 1.03
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.07
Failed 5
RGB(228, 227, 157) Ratio: 1.01
Failed 5
 Ratio: 1.02
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.06
Failed 5
RGB(228, 226, 134) Ratio: 1.03
Failed 5
Ratio: 1.02
Failed 5
 Ratio: 1.01
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.04
Failed 5
RGB(228, 226, 112) Ratio: 1.03
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.01
Failed 5
 Ratio: 1.01
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.03
Failed 5
Ratio: 1.03
Failed 5
Ratio: 1.04
Failed 5
RGB(228, 225, 89) Ratio: 1.05
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.01
Failed 5
 Ratio: 1.00
Failed 5
Ratio: 1.01
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.02
Failed 5
RGB(228, 225, 66) Ratio: 1.05
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.00
Failed 5
 Ratio: 1.01
Failed 5
Ratio: 1.01
Failed 5
Ratio: 1.02
Failed 5
RGB(228, 224, 43) Ratio: 1.06
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.03
Failed 5
Ratio: 1.01
Failed 5
Ratio: 1.01
Failed 5
 Ratio: 1.00
Failed 5
Ratio: 1.01
Failed 5
RGB(228, 224, 20) Ratio: 1.07
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.03
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.01
Failed 5
Ratio: 1.00
Failed 5
 Ratio: 1.01
Failed 5
RGB(228, 223, 0) Ratio: 1.07
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.01
Failed 5
Ratio: 1.01
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