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(220, 225, 165)
Main Color 2
RGB(218, 225, 143)
Main Color 3
RGB(216, 225, 120)
Main Color 4
RGB(214, 225, 98)
Main Color 5
RGB(213, 225, 75)
Main Color 6
RGB(211, 225, 53)
Main Color 7
RGB(209, 225, 30)
Main Color 8
RGB(207, 225, 8)
Main Color 9
RGB(206, 225, 0)

RGB(220, 225, 165)



200 * Your Color
RGB(220, 225, 165)

RGB(218, 225, 143)



300 * Your Color
RGB(218, 225, 143)

RGB(216, 225, 120)



300 * Your Color
RGB(216, 225, 120)

RGB(214, 225, 98)



400 * Your Color
RGB(214, 225, 98)

RGB(213, 225, 75) light muted yellow



400 * Your Color
RGB(213, 225, 75)

RGB(211, 225, 53) light washed yellow



500 * Your Color
RGB(211, 225, 53)

RGB(209, 225, 30) light washed yellow



500 * Your Color
RGB(209, 225, 30)

RGB(207, 225, 8) middle washed yellow



500 * Your Color
RGB(207, 225, 8)

RGB(206, 225, 0) middle washed yellow



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

CSS Code

.main-color-1{ color:rgb(220, 225, 165); }
.main-bg-color-1{ background-color:rgb(220, 225, 165); }
.main-color-2{ color:rgb(218, 225, 143); }
.main-bg-color-2{ background-color:rgb(218, 225, 143); }
.main-color-3{ color:rgb(216, 225, 120); }
.main-bg-color-3{ background-color:rgb(216, 225, 120); }
.main-color-4{ color:rgb(214, 225, 98); }
.main-bg-color-4{ background-color:rgb(214, 225, 98); }
.main-color-5{ color:rgb(213, 225, 75); }
.main-bg-color-5{ background-color:rgb(213, 225, 75); }
.main-color-6{ color:rgb(211, 225, 53); }
.main-bg-color-6{ background-color:rgb(211, 225, 53); }
.main-color-7{ color:rgb(209, 225, 30); }
.main-bg-color-7{ background-color:rgb(209, 225, 30); }
.main-color-8{ color:rgb(207, 225, 8); }
.main-bg-color-8{ background-color:rgb(207, 225, 8); }
.main-color-9{ color:rgb(206, 225, 0); }
.main-bg-color-9{ background-color:rgb(206, 225, 0); }

.color-1-100{ color:rgb(240, 242, 217); }
.bg-color-1-100{ background-color:rgb(240, 242, 217); }
.color-1-200{ color:rgb(220, 225, 165); }
.bg-color-1-200{ background-color:rgb(220, 225, 165); }
.color-1-300{ color:rgb(210, 217, 140); }
.bg-color-1-300{ background-color:rgb(210, 217, 140); }
.color-1-400{ color:rgb(196, 204, 102); }
.bg-color-1-400{ background-color:rgb(196, 204, 102); }
.color-1-500{ color:rgb(181, 191, 64); }
.bg-color-1-500{ background-color:rgb(181, 191, 64); }
.color-1-600{ color:rgb(145, 153, 51); }
.bg-color-1-600{ background-color:rgb(145, 153, 51); }
.color-1-700{ color:rgb(108, 115, 38); }
.bg-color-1-700{ background-color:rgb(108, 115, 38); }
.color-1-800{ color:rgb(72, 77, 26); }
.bg-color-1-800{ background-color:rgb(72, 77, 26); }
.color-1-900{ color:rgb(36, 38, 13); }
.bg-color-1-900{ background-color:rgb(36, 38, 13); }

.color-2-100{ color:rgb(242, 244, 215); }
.bg-color-2-100{ background-color:rgb(242, 244, 215); }
.color-2-200{ color:rgb(228, 233, 175); }
.bg-color-2-200{ background-color:rgb(228, 233, 175); }
.color-2-300{ color:rgb(218, 225, 143); }
.bg-color-2-300{ background-color:rgb(218, 225, 143); }
.color-2-400{ color:rgb(202, 212, 94); }
.bg-color-2-400{ background-color:rgb(202, 212, 94); }
.color-2-500{ color:rgb(189, 201, 54); }
.bg-color-2-500{ background-color:rgb(189, 201, 54); }
.color-2-600{ color:rgb(151, 161, 43); }
.bg-color-2-600{ background-color:rgb(151, 161, 43); }
.color-2-700{ color:rgb(113, 121, 32); }
.bg-color-2-700{ background-color:rgb(113, 121, 32); }
.color-2-800{ color:rgb(75, 80, 22); }
.bg-color-2-800{ background-color:rgb(75, 80, 22); }
.color-2-900{ color:rgb(38, 40, 11); }
.bg-color-2-900{ background-color:rgb(38, 40, 11); }

.color-3-100{ color:rgb(243, 246, 213); }
.bg-color-3-100{ background-color:rgb(243, 246, 213); }
.color-3-200{ color:rgb(231, 236, 172); }
.bg-color-3-200{ background-color:rgb(231, 236, 172); }
.color-3-300{ color:rgb(216, 225, 120); }
.bg-color-3-300{ background-color:rgb(216, 225, 120); }
.color-3-400{ color:rgb(207, 218, 88); }
.bg-color-3-400{ background-color:rgb(207, 218, 88); }
.color-3-500{ color:rgb(195, 209, 46); }
.bg-color-3-500{ background-color:rgb(195, 209, 46); }
.color-3-600{ color:rgb(156, 167, 37); }
.bg-color-3-600{ background-color:rgb(156, 167, 37); }
.color-3-700{ color:rgb(117, 125, 28); }
.bg-color-3-700{ background-color:rgb(117, 125, 28); }
.color-3-800{ color:rgb(78, 83, 19); }
.bg-color-3-800{ background-color:rgb(78, 83, 19); }
.color-3-900{ color:rgb(39, 42, 9); }
.bg-color-3-900{ background-color:rgb(39, 42, 9); }

.color-4-100{ color:rgb(244, 247, 212); }
.bg-color-4-100{ background-color:rgb(244, 247, 212); }
.color-4-200{ color:rgb(233, 239, 169); }
.bg-color-4-200{ background-color:rgb(233, 239, 169); }
.color-4-300{ color:rgb(221, 230, 127); }
.bg-color-4-300{ background-color:rgb(221, 230, 127); }
.color-4-400{ color:rgb(214, 225, 98); }
.bg-color-4-400{ background-color:rgb(214, 225, 98); }
.color-4-500{ color:rgb(199, 214, 41); }
.bg-color-4-500{ background-color:rgb(199, 214, 41); }
.color-4-600{ color:rgb(159, 171, 33); }
.bg-color-4-600{ background-color:rgb(159, 171, 33); }
.color-4-700{ color:rgb(119, 128, 25); }
.bg-color-4-700{ background-color:rgb(119, 128, 25); }
.color-4-800{ color:rgb(80, 86, 16); }
.bg-color-4-800{ background-color:rgb(80, 86, 16); }
.color-4-900{ color:rgb(40, 43, 8); }
.bg-color-4-900{ background-color:rgb(40, 43, 8); }

.color-5-100{ color:rgb(245, 248, 211); }
.bg-color-5-100{ background-color:rgb(245, 248, 211); }
.color-5-200{ color:rgb(235, 240, 168); }
.bg-color-5-200{ background-color:rgb(235, 240, 168); }
.color-5-300{ color:rgb(224, 233, 124); }
.bg-color-5-300{ background-color:rgb(224, 233, 124); }
.color-5-400{ color:rgb(213, 225, 75); }
.bg-color-5-400{ background-color:rgb(213, 225, 75); }
.color-5-500{ color:rgb(204, 219, 36); }
.bg-color-5-500{ background-color:rgb(204, 219, 36); }
.color-5-600{ color:rgb(163, 175, 29); }
.bg-color-5-600{ background-color:rgb(163, 175, 29); }
.color-5-700{ color:rgb(122, 131, 22); }
.bg-color-5-700{ background-color:rgb(122, 131, 22); }
.color-5-800{ color:rgb(82, 87, 15); }
.bg-color-5-800{ background-color:rgb(82, 87, 15); }
.color-5-900{ color:rgb(41, 44, 7); }
.bg-color-5-900{ background-color:rgb(41, 44, 7); }

.color-6-100{ color:rgb(245, 248, 211); }
.bg-color-6-100{ background-color:rgb(245, 248, 211); }
.color-6-200{ color:rgb(236, 242, 166); }
.bg-color-6-200{ background-color:rgb(236, 242, 166); }
.color-6-300{ color:rgb(226, 235, 122); }
.bg-color-6-300{ background-color:rgb(226, 235, 122); }
.color-6-400{ color:rgb(216, 229, 77); }
.bg-color-6-400{ background-color:rgb(216, 229, 77); }
.color-6-500{ color:rgb(211, 225, 53); }
.bg-color-6-500{ background-color:rgb(211, 225, 53); }
.color-6-600{ color:rgb(165, 178, 26); }
.bg-color-6-600{ background-color:rgb(165, 178, 26); }
.color-6-700{ color:rgb(124, 133, 20); }
.bg-color-6-700{ background-color:rgb(124, 133, 20); }
.color-6-800{ color:rgb(83, 89, 13); }
.bg-color-6-800{ background-color:rgb(83, 89, 13); }
.color-6-900{ color:rgb(41, 44, 7); }
.bg-color-6-900{ background-color:rgb(41, 44, 7); }

.color-7-100{ color:rgb(246, 249, 210); }
.bg-color-7-100{ background-color:rgb(246, 249, 210); }
.color-7-200{ color:rgb(237, 243, 165); }
.bg-color-7-200{ background-color:rgb(237, 243, 165); }
.color-7-300{ color:rgb(227, 237, 120); }
.bg-color-7-300{ background-color:rgb(227, 237, 120); }
.color-7-400{ color:rgb(218, 231, 75); }
.bg-color-7-400{ background-color:rgb(218, 231, 75); }
.color-7-500{ color:rgb(209, 225, 30); }
.bg-color-7-500{ background-color:rgb(209, 225, 30); }
.color-7-600{ color:rgb(167, 180, 24); }
.bg-color-7-600{ background-color:rgb(167, 180, 24); }
.color-7-700{ color:rgb(125, 135, 18); }
.bg-color-7-700{ background-color:rgb(125, 135, 18); }
.color-7-800{ color:rgb(84, 90, 12); }
.bg-color-7-800{ background-color:rgb(84, 90, 12); }
.color-7-900{ color:rgb(42, 45, 6); }
.bg-color-7-900{ background-color:rgb(42, 45, 6); }

.color-8-100{ color:rgb(249, 253, 206); }
.bg-color-8-100{ background-color:rgb(249, 253, 206); }
.color-8-200{ color:rgb(244, 251, 157); }
.bg-color-8-200{ background-color:rgb(244, 251, 157); }
.color-8-300{ color:rgb(238, 250, 107); }
.bg-color-8-300{ background-color:rgb(238, 250, 107); }
.color-8-400{ color:rgb(232, 248, 58); }
.bg-color-8-400{ background-color:rgb(232, 248, 58); }
.color-8-500{ color:rgb(207, 225, 8); }
.bg-color-8-500{ background-color:rgb(207, 225, 8); }
.color-8-600{ color:rgb(181, 197, 7); }
.bg-color-8-600{ background-color:rgb(181, 197, 7); }
.color-8-700{ color:rgb(136, 148, 5); }
.bg-color-8-700{ background-color:rgb(136, 148, 5); }
.color-8-800{ color:rgb(91, 98, 4); }
.bg-color-8-800{ background-color:rgb(91, 98, 4); }
.color-8-900{ color:rgb(45, 49, 2); }
.bg-color-8-900{ background-color:rgb(45, 49, 2); }

.color-9-100{ color:rgb(251, 255, 204); }
.bg-color-9-100{ background-color:rgb(251, 255, 204); }
.color-9-200{ color:rgb(246, 255, 153); }
.bg-color-9-200{ background-color:rgb(246, 255, 153); }
.color-9-300{ color:rgb(242, 255, 102); }
.bg-color-9-300{ background-color:rgb(242, 255, 102); }
.color-9-400{ color:rgb(238, 255, 51); }
.bg-color-9-400{ background-color:rgb(238, 255, 51); }
.color-9-500{ color:rgb(233, 255, 0); }
.bg-color-9-500{ background-color:rgb(233, 255, 0); }
.color-9-600{ color:rgb(206, 225, 0); }
.bg-color-9-600{ background-color:rgb(206, 225, 0); }
.color-9-700{ color:rgb(140, 153, 0); }
.bg-color-9-700{ background-color:rgb(140, 153, 0); }
.color-9-800{ color:rgb(93, 102, 0); }
.bg-color-9-800{ background-color:rgb(93, 102, 0); }
.color-9-900{ color:rgb(47, 51, 0); }
.bg-color-9-900{ background-color:rgb(47, 51, 0); }
WCAG Matrix

Download: PDF

Web Content Accessibility Guidelines (WCAG) 2.0 - Color Matrix.
  RGB(220, 225, 165)RGB(218, 225, 143)RGB(216, 225, 120)RGB(214, 225, 98)RGB(213, 225, 75)RGB(211, 225, 53)RGB(209, 225, 30)RGB(207, 225, 8)RGB(206, 225, 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(220, 225, 165)  Ratio: 1.01
Failed 5
Ratio: 1.03
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.07
Failed 5
RGB(218, 225, 143) Ratio: 1.01
Failed 5
 Ratio: 1.01
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.03
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.05
Failed 5
RGB(216, 225, 120) Ratio: 1.03
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
Ratio: 1.04
Failed 5
RGB(214, 225, 98) Ratio: 1.04
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.01
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
RGB(213, 225, 75) Ratio: 1.04
Failed 5
Ratio: 1.03
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.01
Failed 5
 Ratio: 1.01
Failed 5
Ratio: 1.01
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.02
Failed 5
RGB(211, 225, 53) 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.01
Failed 5
Ratio: 1.01
Failed 5
Ratio: 1.01
Failed 5
RGB(209, 225, 30) Ratio: 1.06
Failed 5
Ratio: 1.04
Failed 5
Ratio: 1.03
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.01
Failed 5
Ratio: 1.01
Failed 5
 Ratio: 1.01
Failed 5
Ratio: 1.01
Failed 5
RGB(207, 225, 8) Ratio: 1.06
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.01
Failed 5
 Ratio: 1.00
Failed 5
RGB(206, 225, 0) 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.01
Failed 5
Ratio: 1.00
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