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(237, 227, 185)
Main Color 2
RGB(237, 222, 161)
Main Color 3
RGB(237, 218, 138)
Main Color 4
RGB(237, 213, 114)
Main Color 5
RGB(237, 209, 90)
Main Color 6
RGB(237, 204, 66)
Main Color 7
RGB(237, 200, 43)
Main Color 8
RGB(237, 195, 19)
Main Color 9
RGB(237, 191, 0)

RGB(237, 227, 185)



200 * Your Color
RGB(237, 227, 185)

RGB(237, 222, 161)



200 * Your Color
RGB(237, 222, 161)

RGB(237, 218, 138)



300 * Your Color
RGB(237, 218, 138)

RGB(237, 213, 114)



300 * Your Color
RGB(237, 213, 114)

RGB(237, 209, 90) light muted yellow



400 * Your Color
RGB(237, 209, 90)

RGB(237, 204, 66) light muted yellow



400 * Your Color
RGB(237, 204, 66)

RGB(237, 200, 43) light washed yellow



500 * Your Color
RGB(237, 200, 43)

RGB(237, 195, 19) light washed yellow



500 * Your Color
RGB(237, 195, 19)

RGB(237, 191, 0) middle washed orange



500 * Your Color
RGB(237, 191, 0)

CSS Code

.main-color-1{ color:rgb(237, 227, 185); }
.main-bg-color-1{ background-color:rgb(237, 227, 185); }
.main-color-2{ color:rgb(237, 222, 161); }
.main-bg-color-2{ background-color:rgb(237, 222, 161); }
.main-color-3{ color:rgb(237, 218, 138); }
.main-bg-color-3{ background-color:rgb(237, 218, 138); }
.main-color-4{ color:rgb(237, 213, 114); }
.main-bg-color-4{ background-color:rgb(237, 213, 114); }
.main-color-5{ color:rgb(237, 209, 90); }
.main-bg-color-5{ background-color:rgb(237, 209, 90); }
.main-color-6{ color:rgb(237, 204, 66); }
.main-bg-color-6{ background-color:rgb(237, 204, 66); }
.main-color-7{ color:rgb(237, 200, 43); }
.main-bg-color-7{ background-color:rgb(237, 200, 43); }
.main-color-8{ color:rgb(237, 195, 19); }
.main-bg-color-8{ background-color:rgb(237, 195, 19); }
.main-color-9{ color:rgb(237, 191, 0); }
.main-bg-color-9{ background-color:rgb(237, 191, 0); }

.color-1-100{ color:rgb(245, 239, 214); }
.bg-color-1-100{ background-color:rgb(245, 239, 214); }
.color-1-200{ color:rgb(237, 227, 185); }
.bg-color-1-200{ background-color:rgb(237, 227, 185); }
.color-1-300{ color:rgb(224, 206, 133); }
.bg-color-1-300{ background-color:rgb(224, 206, 133); }
.color-1-400{ color:rgb(213, 190, 93); }
.bg-color-1-400{ background-color:rgb(213, 190, 93); }
.color-1-500{ color:rgb(203, 174, 52); }
.bg-color-1-500{ background-color:rgb(203, 174, 52); }
.color-1-600{ color:rgb(162, 139, 42); }
.bg-color-1-600{ background-color:rgb(162, 139, 42); }
.color-1-700{ color:rgb(122, 104, 31); }
.bg-color-1-700{ background-color:rgb(122, 104, 31); }
.color-1-800{ color:rgb(81, 70, 21); }
.bg-color-1-800{ background-color:rgb(81, 70, 21); }
.color-1-900{ color:rgb(41, 35, 10); }
.bg-color-1-900{ background-color:rgb(41, 35, 10); }

.color-2-100{ color:rgb(247, 240, 212); }
.bg-color-2-100{ background-color:rgb(247, 240, 212); }
.color-2-200{ color:rgb(237, 222, 161); }
.bg-color-2-200{ background-color:rgb(237, 222, 161); }
.color-2-300{ color:rgb(230, 210, 127); }
.bg-color-2-300{ background-color:rgb(230, 210, 127); }
.color-2-400{ color:rgb(222, 195, 84); }
.bg-color-2-400{ background-color:rgb(222, 195, 84); }
.color-2-500{ color:rgb(214, 180, 41); }
.bg-color-2-500{ background-color:rgb(214, 180, 41); }
.color-2-600{ color:rgb(171, 144, 33); }
.bg-color-2-600{ background-color:rgb(171, 144, 33); }
.color-2-700{ color:rgb(128, 108, 25); }
.bg-color-2-700{ background-color:rgb(128, 108, 25); }
.color-2-800{ color:rgb(86, 72, 16); }
.bg-color-2-800{ background-color:rgb(86, 72, 16); }
.color-2-900{ color:rgb(43, 36, 8); }
.bg-color-2-900{ background-color:rgb(43, 36, 8); }

.color-3-100{ color:rgb(248, 241, 211); }
.bg-color-3-100{ background-color:rgb(248, 241, 211); }
.color-3-200{ color:rgb(241, 227, 167); }
.bg-color-3-200{ background-color:rgb(241, 227, 167); }
.color-3-300{ color:rgb(237, 218, 138); }
.bg-color-3-300{ background-color:rgb(237, 218, 138); }
.color-3-400{ color:rgb(228, 199, 78); }
.bg-color-3-400{ background-color:rgb(228, 199, 78); }
.color-3-500{ color:rgb(221, 185, 34); }
.bg-color-3-500{ background-color:rgb(221, 185, 34); }
.color-3-600{ color:rgb(177, 148, 27); }
.bg-color-3-600{ background-color:rgb(177, 148, 27); }
.color-3-700{ color:rgb(133, 111, 20); }
.bg-color-3-700{ background-color:rgb(133, 111, 20); }
.color-3-800{ color:rgb(88, 74, 14); }
.bg-color-3-800{ background-color:rgb(88, 74, 14); }
.color-3-900{ color:rgb(44, 37, 7); }
.bg-color-3-900{ background-color:rgb(44, 37, 7); }

.color-4-100{ color:rgb(249, 242, 210); }
.bg-color-4-100{ background-color:rgb(249, 242, 210); }
.color-4-200{ color:rgb(243, 228, 165); }
.bg-color-4-200{ background-color:rgb(243, 228, 165); }
.color-4-300{ color:rgb(237, 213, 114); }
.bg-color-4-300{ background-color:rgb(237, 213, 114); }
.color-4-400{ color:rgb(232, 201, 74); }
.bg-color-4-400{ background-color:rgb(232, 201, 74); }
.color-4-500{ color:rgb(226, 188, 29); }
.bg-color-4-500{ background-color:rgb(226, 188, 29); }
.color-4-600{ color:rgb(181, 150, 23); }
.bg-color-4-600{ background-color:rgb(181, 150, 23); }
.color-4-700{ color:rgb(136, 113, 17); }
.bg-color-4-700{ background-color:rgb(136, 113, 17); }
.color-4-800{ color:rgb(90, 75, 12); }
.bg-color-4-800{ background-color:rgb(90, 75, 12); }
.color-4-900{ color:rgb(45, 38, 6); }
.bg-color-4-900{ background-color:rgb(45, 38, 6); }

.color-5-100{ color:rgb(250, 242, 209); }
.bg-color-5-100{ background-color:rgb(250, 242, 209); }
.color-5-200{ color:rgb(245, 229, 163); }
.bg-color-5-200{ background-color:rgb(245, 229, 163); }
.color-5-300{ color:rgb(240, 217, 117); }
.bg-color-5-300{ background-color:rgb(240, 217, 117); }
.color-5-400{ color:rgb(237, 209, 90); }
.bg-color-5-400{ background-color:rgb(237, 209, 90); }
.color-5-500{ color:rgb(230, 191, 25); }
.bg-color-5-500{ background-color:rgb(230, 191, 25); }
.color-5-600{ color:rgb(184, 153, 20); }
.bg-color-5-600{ background-color:rgb(184, 153, 20); }
.color-5-700{ color:rgb(138, 115, 15); }
.bg-color-5-700{ background-color:rgb(138, 115, 15); }
.color-5-800{ color:rgb(92, 76, 10); }
.bg-color-5-800{ background-color:rgb(92, 76, 10); }
.color-5-900{ color:rgb(46, 38, 5); }
.bg-color-5-900{ background-color:rgb(46, 38, 5); }

.color-6-100{ color:rgb(251, 242, 208); }
.bg-color-6-100{ background-color:rgb(251, 242, 208); }
.color-6-200{ color:rgb(246, 230, 162); }
.bg-color-6-200{ background-color:rgb(246, 230, 162); }
.color-6-300{ color:rgb(242, 217, 115); }
.bg-color-6-300{ background-color:rgb(242, 217, 115); }
.color-6-400{ color:rgb(237, 204, 66); }
.bg-color-6-400{ background-color:rgb(237, 204, 66); }
.color-6-500{ color:rgb(233, 192, 22); }
.bg-color-6-500{ background-color:rgb(233, 192, 22); }
.color-6-600{ color:rgb(186, 154, 18); }
.bg-color-6-600{ background-color:rgb(186, 154, 18); }
.color-6-700{ color:rgb(140, 115, 13); }
.bg-color-6-700{ background-color:rgb(140, 115, 13); }
.color-6-800{ color:rgb(93, 77, 9); }
.bg-color-6-800{ background-color:rgb(93, 77, 9); }
.color-6-900{ color:rgb(47, 38, 4); }
.bg-color-6-900{ background-color:rgb(47, 38, 4); }

.color-7-100{ color:rgb(251, 243, 208); }
.bg-color-7-100{ background-color:rgb(251, 243, 208); }
.color-7-200{ color:rgb(247, 231, 161); }
.bg-color-7-200{ background-color:rgb(247, 231, 161); }
.color-7-300{ color:rgb(243, 218, 114); }
.bg-color-7-300{ background-color:rgb(243, 218, 114); }
.color-7-400{ color:rgb(239, 206, 67); }
.bg-color-7-400{ background-color:rgb(239, 206, 67); }
.color-7-500{ color:rgb(237, 200, 43); }
.bg-color-7-500{ background-color:rgb(237, 200, 43); }
.color-7-600{ color:rgb(188, 155, 16); }
.bg-color-7-600{ background-color:rgb(188, 155, 16); }
.color-7-700{ color:rgb(141, 116, 12); }
.bg-color-7-700{ background-color:rgb(141, 116, 12); }
.color-7-800{ color:rgb(94, 78, 8); }
.bg-color-7-800{ background-color:rgb(94, 78, 8); }
.color-7-900{ color:rgb(47, 39, 4); }
.bg-color-7-900{ background-color:rgb(47, 39, 4); }

.color-8-100{ color:rgb(251, 243, 208); }
.bg-color-8-100{ background-color:rgb(251, 243, 208); }
.color-8-200{ color:rgb(248, 231, 160); }
.bg-color-8-200{ background-color:rgb(248, 231, 160); }
.color-8-300{ color:rgb(244, 219, 113); }
.bg-color-8-300{ background-color:rgb(244, 219, 113); }
.color-8-400{ color:rgb(241, 207, 65); }
.bg-color-8-400{ background-color:rgb(241, 207, 65); }
.color-8-500{ color:rgb(237, 195, 19); }
.bg-color-8-500{ background-color:rgb(237, 195, 19); }
.color-8-600{ color:rgb(190, 156, 14); }
.bg-color-8-600{ background-color:rgb(190, 156, 14); }
.color-8-700{ color:rgb(142, 117, 11); }
.bg-color-8-700{ background-color:rgb(142, 117, 11); }
.color-8-800{ color:rgb(95, 78, 7); }
.bg-color-8-800{ background-color:rgb(95, 78, 7); }
.color-8-900{ color:rgb(47, 39, 4); }
.bg-color-8-900{ background-color:rgb(47, 39, 4); }

.color-9-100{ color:rgb(255, 245, 204); }
.bg-color-9-100{ background-color:rgb(255, 245, 204); }
.color-9-200{ color:rgb(255, 235, 153); }
.bg-color-9-200{ background-color:rgb(255, 235, 153); }
.color-9-300{ color:rgb(255, 225, 102); }
.bg-color-9-300{ background-color:rgb(255, 225, 102); }
.color-9-400{ color:rgb(255, 215, 51); }
.bg-color-9-400{ background-color:rgb(255, 215, 51); }
.color-9-500{ color:rgb(237, 191, 0); }
.bg-color-9-500{ background-color:rgb(237, 191, 0); }
.color-9-600{ color:rgb(204, 164, 0); }
.bg-color-9-600{ background-color:rgb(204, 164, 0); }
.color-9-700{ color:rgb(153, 123, 0); }
.bg-color-9-700{ background-color:rgb(153, 123, 0); }
.color-9-800{ color:rgb(102, 82, 0); }
.bg-color-9-800{ background-color:rgb(102, 82, 0); }
.color-9-900{ color:rgb(51, 41, 0); }
.bg-color-9-900{ background-color:rgb(51, 41, 0); }
WCAG Matrix

Download: PDF

Web Content Accessibility Guidelines (WCAG) 2.0 - Color Matrix.
  RGB(237, 227, 185)RGB(237, 222, 161)RGB(237, 218, 138)RGB(237, 213, 114)RGB(237, 209, 90)RGB(237, 204, 66)RGB(237, 200, 43)RGB(237, 195, 19)RGB(237, 191, 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(237, 227, 185)  Ratio: 1.05
Failed 5
Ratio: 1.09
Failed 5
Ratio: 1.13
Failed 5
Ratio: 1.17
Failed 5
Ratio: 1.22
Failed 5
Ratio: 1.26
Failed 5
Ratio: 1.31
Failed 5
Ratio: 1.35
Failed 5
RGB(237, 222, 161) Ratio: 1.05
Failed 5
 Ratio: 1.04
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.12
Failed 5
Ratio: 1.17
Failed 5
Ratio: 1.21
Failed 5
Ratio: 1.25
Failed 5
Ratio: 1.29
Failed 5
RGB(237, 218, 138) Ratio: 1.09
Failed 5
Ratio: 1.04
Failed 5
 Ratio: 1.04
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.13
Failed 5
Ratio: 1.16
Failed 5
Ratio: 1.21
Failed 5
Ratio: 1.24
Failed 5
RGB(237, 213, 114) Ratio: 1.13
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.04
Failed 5
 Ratio: 1.04
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.16
Failed 5
Ratio: 1.19
Failed 5
RGB(237, 209, 90) Ratio: 1.17
Failed 5
Ratio: 1.12
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.04
Failed 5
 Ratio: 1.04
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.12
Failed 5
Ratio: 1.15
Failed 5
RGB(237, 204, 66) Ratio: 1.22
Failed 5
Ratio: 1.17
Failed 5
Ratio: 1.13
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.04
Failed 5
 Ratio: 1.03
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.10
Failed 5
RGB(237, 200, 43) Ratio: 1.26
Failed 5
Ratio: 1.21
Failed 5
Ratio: 1.16
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.03
Failed 5
 Ratio: 1.04
Failed 5
Ratio: 1.07
Failed 5
RGB(237, 195, 19) Ratio: 1.31
Failed 5
Ratio: 1.25
Failed 5
Ratio: 1.21
Failed 5
Ratio: 1.16
Failed 5
Ratio: 1.12
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.04
Failed 5
 Ratio: 1.03
Failed 5
RGB(237, 191, 0) Ratio: 1.35
Failed 5
Ratio: 1.29
Failed 5
Ratio: 1.24
Failed 5
Ratio: 1.19
Failed 5
Ratio: 1.15
Failed 5
Ratio: 1.10
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.03
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