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(224, 220, 173)
Main Color 2
RGB(224, 218, 151)
Main Color 3
RGB(224, 216, 128)
Main Color 4
RGB(224, 215, 106)
Main Color 5
RGB(224, 213, 83)
Main Color 6
RGB(224, 211, 61)
Main Color 7
RGB(224, 209, 39)
Main Color 8
RGB(224, 208, 16)
Main Color 9
RGB(224, 206, 0)

RGB(224, 220, 173)



200 * Your Color
RGB(224, 220, 173)

RGB(224, 218, 151)



300 * Your Color
RGB(224, 218, 151)

RGB(224, 216, 128)



300 * Your Color
RGB(224, 216, 128)

RGB(224, 215, 106)



400 * Your Color
RGB(224, 215, 106)

RGB(224, 213, 83) light muted yellow



400 * Your Color
RGB(224, 213, 83)

RGB(224, 211, 61) light washed yellow



400 * Your Color
RGB(224, 211, 61)

RGB(224, 209, 39) light washed yellow



500 * Your Color
RGB(224, 209, 39)

RGB(224, 208, 16) light washed yellow



500 * Your Color
RGB(224, 208, 16)

RGB(224, 206, 0) middle washed yellow



600 * Your Color
RGB(224, 206, 0)

CSS Code

.main-color-1{ color:rgb(224, 220, 173); }
.main-bg-color-1{ background-color:rgb(224, 220, 173); }
.main-color-2{ color:rgb(224, 218, 151); }
.main-bg-color-2{ background-color:rgb(224, 218, 151); }
.main-color-3{ color:rgb(224, 216, 128); }
.main-bg-color-3{ background-color:rgb(224, 216, 128); }
.main-color-4{ color:rgb(224, 215, 106); }
.main-bg-color-4{ background-color:rgb(224, 215, 106); }
.main-color-5{ color:rgb(224, 213, 83); }
.main-bg-color-5{ background-color:rgb(224, 213, 83); }
.main-color-6{ color:rgb(224, 211, 61); }
.main-bg-color-6{ background-color:rgb(224, 211, 61); }
.main-color-7{ color:rgb(224, 209, 39); }
.main-bg-color-7{ background-color:rgb(224, 209, 39); }
.main-color-8{ color:rgb(224, 208, 16); }
.main-bg-color-8{ background-color:rgb(224, 208, 16); }
.main-color-9{ color:rgb(224, 206, 0); }
.main-bg-color-9{ background-color:rgb(224, 206, 0); }

.color-1-100{ color:rgb(241, 239, 218); }
.bg-color-1-100{ background-color:rgb(241, 239, 218); }
.color-1-200{ color:rgb(224, 220, 173); }
.bg-color-1-200{ background-color:rgb(224, 220, 173); }
.color-1-300{ color:rgb(213, 208, 144); }
.bg-color-1-300{ background-color:rgb(213, 208, 144); }
.color-1-400{ color:rgb(199, 192, 107); }
.bg-color-1-400{ background-color:rgb(199, 192, 107); }
.color-1-500{ color:rgb(185, 176, 70); }
.bg-color-1-500{ background-color:rgb(185, 176, 70); }
.color-1-600{ color:rgb(148, 141, 56); }
.bg-color-1-600{ background-color:rgb(148, 141, 56); }
.color-1-700{ color:rgb(111, 106, 42); }
.bg-color-1-700{ background-color:rgb(111, 106, 42); }
.color-1-800{ color:rgb(74, 70, 28); }
.bg-color-1-800{ background-color:rgb(74, 70, 28); }
.color-1-900{ color:rgb(37, 35, 14); }
.bg-color-1-900{ background-color:rgb(37, 35, 14); }

.color-2-100{ color:rgb(243, 241, 216); }
.bg-color-2-100{ background-color:rgb(243, 241, 216); }
.color-2-200{ color:rgb(232, 227, 176); }
.bg-color-2-200{ background-color:rgb(232, 227, 176); }
.color-2-300{ color:rgb(224, 218, 151); }
.bg-color-2-300{ background-color:rgb(224, 218, 151); }
.color-2-400{ color:rgb(208, 199, 98); }
.bg-color-2-400{ background-color:rgb(208, 199, 98); }
.color-2-500{ color:rgb(196, 185, 59); }
.bg-color-2-500{ background-color:rgb(196, 185, 59); }
.color-2-600{ color:rgb(157, 148, 47); }
.bg-color-2-600{ background-color:rgb(157, 148, 47); }
.color-2-700{ color:rgb(118, 111, 35); }
.bg-color-2-700{ background-color:rgb(118, 111, 35); }
.color-2-800{ color:rgb(79, 74, 23); }
.bg-color-2-800{ background-color:rgb(79, 74, 23); }
.color-2-900{ color:rgb(39, 37, 12); }
.bg-color-2-900{ background-color:rgb(39, 37, 12); }

.color-3-100{ color:rgb(245, 242, 214); }
.bg-color-3-100{ background-color:rgb(245, 242, 214); }
.color-3-200{ color:rgb(235, 230, 173); }
.bg-color-3-200{ background-color:rgb(235, 230, 173); }
.color-3-300{ color:rgb(224, 216, 128); }
.bg-color-3-300{ background-color:rgb(224, 216, 128); }
.color-3-400{ color:rgb(215, 205, 91); }
.bg-color-3-400{ background-color:rgb(215, 205, 91); }
.color-3-500{ color:rgb(205, 192, 50); }
.bg-color-3-500{ background-color:rgb(205, 192, 50); }
.color-3-600{ color:rgb(164, 154, 40); }
.bg-color-3-600{ background-color:rgb(164, 154, 40); }
.color-3-700{ color:rgb(123, 115, 30); }
.bg-color-3-700{ background-color:rgb(123, 115, 30); }
.color-3-800{ color:rgb(82, 77, 20); }
.bg-color-3-800{ background-color:rgb(82, 77, 20); }
.color-3-900{ color:rgb(41, 38, 10); }
.bg-color-3-900{ background-color:rgb(41, 38, 10); }

.color-4-100{ color:rgb(246, 244, 213); }
.bg-color-4-100{ background-color:rgb(246, 244, 213); }
.color-4-200{ color:rgb(237, 232, 171); }
.bg-color-4-200{ background-color:rgb(237, 232, 171); }
.color-4-300{ color:rgb(229, 221, 128); }
.bg-color-4-300{ background-color:rgb(229, 221, 128); }
.color-4-400{ color:rgb(224, 215, 106); }
.bg-color-4-400{ background-color:rgb(224, 215, 106); }
.color-4-500{ color:rgb(211, 198, 44); }
.bg-color-4-500{ background-color:rgb(211, 198, 44); }
.color-4-600{ color:rgb(169, 159, 35); }
.bg-color-4-600{ background-color:rgb(169, 159, 35); }
.color-4-700{ color:rgb(127, 119, 26); }
.bg-color-4-700{ background-color:rgb(127, 119, 26); }
.color-4-800{ color:rgb(84, 79, 18); }
.bg-color-4-800{ background-color:rgb(84, 79, 18); }
.color-4-900{ color:rgb(42, 40, 9); }
.bg-color-4-900{ background-color:rgb(42, 40, 9); }

.color-5-100{ color:rgb(247, 244, 212); }
.bg-color-5-100{ background-color:rgb(247, 244, 212); }
.color-5-200{ color:rgb(239, 234, 169); }
.bg-color-5-200{ background-color:rgb(239, 234, 169); }
.color-5-300{ color:rgb(232, 223, 125); }
.bg-color-5-300{ background-color:rgb(232, 223, 125); }
.color-5-400{ color:rgb(224, 213, 83); }
.bg-color-5-400{ background-color:rgb(224, 213, 83); }
.color-5-500{ color:rgb(216, 202, 39); }
.bg-color-5-500{ background-color:rgb(216, 202, 39); }
.color-5-600{ color:rgb(173, 162, 31); }
.bg-color-5-600{ background-color:rgb(173, 162, 31); }
.color-5-700{ color:rgb(130, 121, 23); }
.bg-color-5-700{ background-color:rgb(130, 121, 23); }
.color-5-800{ color:rgb(86, 81, 16); }
.bg-color-5-800{ background-color:rgb(86, 81, 16); }
.color-5-900{ color:rgb(43, 40, 8); }
.bg-color-5-900{ background-color:rgb(43, 40, 8); }

.color-6-100{ color:rgb(248, 245, 211); }
.bg-color-6-100{ background-color:rgb(248, 245, 211); }
.color-6-200{ color:rgb(241, 235, 167); }
.bg-color-6-200{ background-color:rgb(241, 235, 167); }
.color-6-300{ color:rgb(234, 225, 123); }
.bg-color-6-300{ background-color:rgb(234, 225, 123); }
.color-6-400{ color:rgb(224, 211, 61); }
.bg-color-6-400{ background-color:rgb(224, 211, 61); }
.color-6-500{ color:rgb(220, 205, 35); }
.bg-color-6-500{ background-color:rgb(220, 205, 35); }
.color-6-600{ color:rgb(176, 164, 28); }
.bg-color-6-600{ background-color:rgb(176, 164, 28); }
.color-6-700{ color:rgb(132, 123, 21); }
.bg-color-6-700{ background-color:rgb(132, 123, 21); }
.color-6-800{ color:rgb(88, 82, 14); }
.bg-color-6-800{ background-color:rgb(88, 82, 14); }
.color-6-900{ color:rgb(44, 41, 7); }
.bg-color-6-900{ background-color:rgb(44, 41, 7); }

.color-7-100{ color:rgb(249, 246, 210); }
.bg-color-7-100{ background-color:rgb(249, 246, 210); }
.color-7-200{ color:rgb(242, 236, 166); }
.bg-color-7-200{ background-color:rgb(242, 236, 166); }
.color-7-300{ color:rgb(236, 227, 121); }
.bg-color-7-300{ background-color:rgb(236, 227, 121); }
.color-7-400{ color:rgb(229, 217, 77); }
.bg-color-7-400{ background-color:rgb(229, 217, 77); }
.color-7-500{ color:rgb(224, 209, 39); }
.bg-color-7-500{ background-color:rgb(224, 209, 39); }
.color-7-600{ color:rgb(178, 166, 26); }
.bg-color-7-600{ background-color:rgb(178, 166, 26); }
.color-7-700{ color:rgb(134, 125, 19); }
.bg-color-7-700{ background-color:rgb(134, 125, 19); }
.color-7-800{ color:rgb(89, 83, 13); }
.bg-color-7-800{ background-color:rgb(89, 83, 13); }
.color-7-900{ color:rgb(45, 42, 6); }
.bg-color-7-900{ background-color:rgb(45, 42, 6); }

.color-8-100{ color:rgb(252, 248, 207); }
.bg-color-8-100{ background-color:rgb(252, 248, 207); }
.color-8-200{ color:rgb(248, 241, 160); }
.bg-color-8-200{ background-color:rgb(248, 241, 160); }
.color-8-300{ color:rgb(245, 235, 112); }
.bg-color-8-300{ background-color:rgb(245, 235, 112); }
.color-8-400{ color:rgb(241, 228, 65); }
.bg-color-8-400{ background-color:rgb(241, 228, 65); }
.color-8-500{ color:rgb(224, 208, 16); }
.bg-color-8-500{ background-color:rgb(224, 208, 16); }
.color-8-600{ color:rgb(190, 177, 14); }
.bg-color-8-600{ background-color:rgb(190, 177, 14); }
.color-8-700{ color:rgb(143, 133, 10); }
.bg-color-8-700{ background-color:rgb(143, 133, 10); }
.color-8-800{ color:rgb(95, 88, 7); }
.bg-color-8-800{ background-color:rgb(95, 88, 7); }
.color-8-900{ color:rgb(48, 44, 3); }
.bg-color-8-900{ background-color:rgb(48, 44, 3); }

.color-9-100{ color:rgb(255, 251, 204); }
.bg-color-9-100{ background-color:rgb(255, 251, 204); }
.color-9-200{ color:rgb(255, 247, 153); }
.bg-color-9-200{ background-color:rgb(255, 247, 153); }
.color-9-300{ color:rgb(255, 243, 102); }
.bg-color-9-300{ background-color:rgb(255, 243, 102); }
.color-9-400{ color:rgb(255, 239, 51); }
.bg-color-9-400{ background-color:rgb(255, 239, 51); }
.color-9-500{ color:rgb(255, 235, 0); }
.bg-color-9-500{ background-color:rgb(255, 235, 0); }
.color-9-600{ color:rgb(224, 206, 0); }
.bg-color-9-600{ background-color:rgb(224, 206, 0); }
.color-9-700{ color:rgb(153, 141, 0); }
.bg-color-9-700{ background-color:rgb(153, 141, 0); }
.color-9-800{ color:rgb(102, 94, 0); }
.bg-color-9-800{ background-color:rgb(102, 94, 0); }
.color-9-900{ color:rgb(51, 47, 0); }
.bg-color-9-900{ background-color:rgb(51, 47, 0); }
WCAG Matrix

Download: PDF

Web Content Accessibility Guidelines (WCAG) 2.0 - Color Matrix.
  RGB(224, 220, 173)RGB(224, 218, 151)RGB(224, 216, 128)RGB(224, 215, 106)RGB(224, 213, 83)RGB(224, 211, 61)RGB(224, 209, 39)RGB(224, 208, 16)RGB(224, 206, 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(224, 220, 173)  Ratio: 1.02
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.09
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.13
Failed 5
Ratio: 1.14
Failed 5
Ratio: 1.15
Failed 5
RGB(224, 218, 151) Ratio: 1.02
Failed 5
 Ratio: 1.02
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.10
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.13
Failed 5
RGB(224, 216, 128) Ratio: 1.05
Failed 5
Ratio: 1.02
Failed 5
 Ratio: 1.01
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.10
Failed 5
RGB(224, 215, 106) Ratio: 1.06
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.01
Failed 5
 Ratio: 1.02
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.08
Failed 5
RGB(224, 213, 83) 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
Ratio: 1.04
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.06
Failed 5
RGB(224, 211, 61) Ratio: 1.11
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.02
Failed 5
 Ratio: 1.02
Failed 5
Ratio: 1.03
Failed 5
Ratio: 1.04
Failed 5
RGB(224, 209, 39) Ratio: 1.13
Failed 5
Ratio: 1.10
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.02
Failed 5
 Ratio: 1.01
Failed 5
Ratio: 1.02
Failed 5
RGB(224, 208, 16) Ratio: 1.14
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.03
Failed 5
Ratio: 1.01
Failed 5
 Ratio: 1.02
Failed 5
RGB(224, 206, 0) Ratio: 1.15
Failed 5
Ratio: 1.13
Failed 5
Ratio: 1.10
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.02
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