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(245, 247, 180)
Main Color 2
RGB(244, 247, 155)
Main Color 3
RGB(244, 247, 131)
Main Color 4
RGB(243, 247, 106)
Main Color 5
RGB(242, 247, 81)
Main Color 6
RGB(241, 247, 57)
Main Color 7
RGB(241, 247, 32)
Main Color 8
RGB(240, 247, 7)
Main Color 9
RGB(240, 247, 0)

RGB(245, 247, 180)



200 * Your Color
RGB(245, 247, 180)

RGB(244, 247, 155)



200 * Your Color
RGB(244, 247, 155)

RGB(244, 247, 131)



300 * Your Color
RGB(244, 247, 131)

RGB(243, 247, 106)



300 * Your Color
RGB(243, 247, 106)

RGB(242, 247, 81) light muted yellow



400 * Your Color
RGB(242, 247, 81)

RGB(241, 247, 57) light washed yellow



400 * Your Color
RGB(241, 247, 57)

RGB(241, 247, 32) light washed yellow



500 * Your Color
RGB(241, 247, 32)

RGB(240, 247, 7) light saturated yellow



500 * Your Color
RGB(240, 247, 7)

RGB(240, 247, 0) light saturated yellow



500 * Your Color
RGB(240, 247, 0)

CSS Code

.main-color-1{ color:rgb(245, 247, 180); }
.main-bg-color-1{ background-color:rgb(245, 247, 180); }
.main-color-2{ color:rgb(244, 247, 155); }
.main-bg-color-2{ background-color:rgb(244, 247, 155); }
.main-color-3{ color:rgb(244, 247, 131); }
.main-bg-color-3{ background-color:rgb(244, 247, 131); }
.main-color-4{ color:rgb(243, 247, 106); }
.main-bg-color-4{ background-color:rgb(243, 247, 106); }
.main-color-5{ color:rgb(242, 247, 81); }
.main-bg-color-5{ background-color:rgb(242, 247, 81); }
.main-color-6{ color:rgb(241, 247, 57); }
.main-bg-color-6{ background-color:rgb(241, 247, 57); }
.main-color-7{ color:rgb(241, 247, 32); }
.main-bg-color-7{ background-color:rgb(241, 247, 32); }
.main-color-8{ color:rgb(240, 247, 7); }
.main-bg-color-8{ background-color:rgb(240, 247, 7); }
.main-color-9{ color:rgb(240, 247, 0); }
.main-bg-color-9{ background-color:rgb(240, 247, 0); }

.color-1-100{ color:rgb(249, 250, 209); }
.bg-color-1-100{ background-color:rgb(249, 250, 209); }
.color-1-200{ color:rgb(245, 247, 180); }
.bg-color-1-200{ background-color:rgb(245, 247, 180); }
.color-1-300{ color:rgb(237, 240, 117); }
.bg-color-1-300{ background-color:rgb(237, 240, 117); }
.color-1-400{ color:rgb(230, 235, 71); }
.bg-color-1-400{ background-color:rgb(230, 235, 71); }
.color-1-500{ color:rgb(224, 230, 25); }
.bg-color-1-500{ background-color:rgb(224, 230, 25); }
.color-1-600{ color:rgb(179, 184, 20); }
.bg-color-1-600{ background-color:rgb(179, 184, 20); }
.color-1-700{ color:rgb(135, 138, 15); }
.bg-color-1-700{ background-color:rgb(135, 138, 15); }
.color-1-800{ color:rgb(90, 92, 10); }
.bg-color-1-800{ background-color:rgb(90, 92, 10); }
.color-1-900{ color:rgb(45, 46, 5); }
.bg-color-1-900{ background-color:rgb(45, 46, 5); }

.color-2-100{ color:rgb(250, 251, 208); }
.bg-color-2-100{ background-color:rgb(250, 251, 208); }
.color-2-200{ color:rgb(244, 247, 155); }
.bg-color-2-200{ background-color:rgb(244, 247, 155); }
.color-2-300{ color:rgb(239, 244, 113); }
.bg-color-2-300{ background-color:rgb(239, 244, 113); }
.color-2-400{ color:rgb(234, 240, 66); }
.bg-color-2-400{ background-color:rgb(234, 240, 66); }
.color-2-500{ color:rgb(229, 236, 19); }
.bg-color-2-500{ background-color:rgb(229, 236, 19); }
.color-2-600{ color:rgb(183, 189, 15); }
.bg-color-2-600{ background-color:rgb(183, 189, 15); }
.color-2-700{ color:rgb(137, 142, 11); }
.bg-color-2-700{ background-color:rgb(137, 142, 11); }
.color-2-800{ color:rgb(92, 94, 8); }
.bg-color-2-800{ background-color:rgb(92, 94, 8); }
.color-2-900{ color:rgb(46, 47, 4); }
.bg-color-2-900{ background-color:rgb(46, 47, 4); }

.color-3-100{ color:rgb(251, 252, 207); }
.bg-color-3-100{ background-color:rgb(251, 252, 207); }
.color-3-200{ color:rgb(247, 249, 159); }
.bg-color-3-200{ background-color:rgb(247, 249, 159); }
.color-3-300{ color:rgb(244, 247, 131); }
.bg-color-3-300{ background-color:rgb(244, 247, 131); }
.color-3-400{ color:rgb(238, 243, 63); }
.bg-color-3-400{ background-color:rgb(238, 243, 63); }
.color-3-500{ color:rgb(234, 240, 15); }
.bg-color-3-500{ background-color:rgb(234, 240, 15); }
.color-3-600{ color:rgb(187, 192, 12); }
.bg-color-3-600{ background-color:rgb(187, 192, 12); }
.color-3-700{ color:rgb(140, 144, 9); }
.bg-color-3-700{ background-color:rgb(140, 144, 9); }
.color-3-800{ color:rgb(94, 96, 6); }
.bg-color-3-800{ background-color:rgb(94, 96, 6); }
.color-3-900{ color:rgb(47, 48, 3); }
.bg-color-3-900{ background-color:rgb(47, 48, 3); }

.color-4-100{ color:rgb(251, 252, 207); }
.bg-color-4-100{ background-color:rgb(251, 252, 207); }
.color-4-200{ color:rgb(247, 250, 158); }
.bg-color-4-200{ background-color:rgb(247, 250, 158); }
.color-4-300{ color:rgb(243, 247, 106); }
.bg-color-4-300{ background-color:rgb(243, 247, 106); }
.color-4-400{ color:rgb(239, 245, 61); }
.bg-color-4-400{ background-color:rgb(239, 245, 61); }
.color-4-500{ color:rgb(236, 242, 13); }
.bg-color-4-500{ background-color:rgb(236, 242, 13); }
.color-4-600{ color:rgb(188, 194, 10); }
.bg-color-4-600{ background-color:rgb(188, 194, 10); }
.color-4-700{ color:rgb(141, 145, 8); }
.bg-color-4-700{ background-color:rgb(141, 145, 8); }
.color-4-800{ color:rgb(94, 97, 5); }
.bg-color-4-800{ background-color:rgb(94, 97, 5); }
.color-4-900{ color:rgb(47, 48, 3); }
.bg-color-4-900{ background-color:rgb(47, 48, 3); }

.color-5-100{ color:rgb(251, 253, 206); }
.bg-color-5-100{ background-color:rgb(251, 253, 206); }
.color-5-200{ color:rgb(248, 251, 157); }
.bg-color-5-200{ background-color:rgb(248, 251, 157); }
.color-5-300{ color:rgb(244, 248, 109); }
.bg-color-5-300{ background-color:rgb(244, 248, 109); }
.color-5-400{ color:rgb(242, 247, 81); }
.bg-color-5-400{ background-color:rgb(242, 247, 81); }
.color-5-500{ color:rgb(237, 244, 11); }
.bg-color-5-500{ background-color:rgb(237, 244, 11); }
.color-5-600{ color:rgb(189, 195, 9); }
.bg-color-5-600{ background-color:rgb(189, 195, 9); }
.color-5-700{ color:rgb(142, 146, 7); }
.bg-color-5-700{ background-color:rgb(142, 146, 7); }
.color-5-800{ color:rgb(95, 98, 4); }
.bg-color-5-800{ background-color:rgb(95, 98, 4); }
.color-5-900{ color:rgb(47, 49, 2); }
.bg-color-5-900{ background-color:rgb(47, 49, 2); }

.color-6-100{ color:rgb(252, 253, 206); }
.bg-color-6-100{ background-color:rgb(252, 253, 206); }
.color-6-200{ color:rgb(248, 251, 157); }
.bg-color-6-200{ background-color:rgb(248, 251, 157); }
.color-6-300{ color:rgb(245, 249, 108); }
.bg-color-6-300{ background-color:rgb(245, 249, 108); }
.color-6-400{ color:rgb(241, 247, 57); }
.bg-color-6-400{ background-color:rgb(241, 247, 57); }
.color-6-500{ color:rgb(238, 245, 10); }
.bg-color-6-500{ background-color:rgb(238, 245, 10); }
.color-6-600{ color:rgb(190, 196, 8); }
.bg-color-6-600{ background-color:rgb(190, 196, 8); }
.color-6-700{ color:rgb(143, 147, 6); }
.bg-color-6-700{ background-color:rgb(143, 147, 6); }
.color-6-800{ color:rgb(95, 98, 4); }
.bg-color-6-800{ background-color:rgb(95, 98, 4); }
.color-6-900{ color:rgb(48, 49, 2); }
.bg-color-6-900{ background-color:rgb(48, 49, 2); }

.color-7-100{ color:rgb(252, 253, 206); }
.bg-color-7-100{ background-color:rgb(252, 253, 206); }
.color-7-200{ color:rgb(249, 251, 157); }
.bg-color-7-200{ background-color:rgb(249, 251, 157); }
.color-7-300{ color:rgb(246, 250, 107); }
.bg-color-7-300{ background-color:rgb(246, 250, 107); }
.color-7-400{ color:rgb(243, 248, 58); }
.bg-color-7-400{ background-color:rgb(243, 248, 58); }
.color-7-500{ color:rgb(241, 247, 32); }
.bg-color-7-500{ background-color:rgb(241, 247, 32); }
.color-7-600{ color:rgb(192, 197, 7); }
.bg-color-7-600{ background-color:rgb(192, 197, 7); }
.color-7-700{ color:rgb(144, 148, 5); }
.bg-color-7-700{ background-color:rgb(144, 148, 5); }
.color-7-800{ color:rgb(96, 98, 4); }
.bg-color-7-800{ background-color:rgb(96, 98, 4); }
.color-7-900{ color:rgb(48, 49, 2); }
.bg-color-7-900{ background-color:rgb(48, 49, 2); }

.color-8-100{ color:rgb(252, 254, 205); }
.bg-color-8-100{ background-color:rgb(252, 254, 205); }
.color-8-200{ color:rgb(249, 252, 156); }
.bg-color-8-200{ background-color:rgb(249, 252, 156); }
.color-8-300{ color:rgb(247, 251, 106); }
.bg-color-8-300{ background-color:rgb(247, 251, 106); }
.color-8-400{ color:rgb(244, 249, 57); }
.bg-color-8-400{ background-color:rgb(244, 249, 57); }
.color-8-500{ color:rgb(240, 247, 7); }
.bg-color-8-500{ background-color:rgb(240, 247, 7); }
.color-8-600{ color:rgb(193, 198, 6); }
.bg-color-8-600{ background-color:rgb(193, 198, 6); }
.color-8-700{ color:rgb(145, 149, 4); }
.bg-color-8-700{ background-color:rgb(145, 149, 4); }
.color-8-800{ color:rgb(96, 99, 3); }
.bg-color-8-800{ background-color:rgb(96, 99, 3); }
.color-8-900{ color:rgb(48, 50, 1); }
.bg-color-8-900{ background-color:rgb(48, 50, 1); }

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

Download: PDF

Web Content Accessibility Guidelines (WCAG) 2.0 - Color Matrix.
  RGB(245, 247, 180)RGB(244, 247, 155)RGB(244, 247, 131)RGB(243, 247, 106)RGB(242, 247, 81)RGB(241, 247, 57)RGB(241, 247, 32)RGB(240, 247, 7)RGB(240, 247, 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(245, 247, 180)  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.04
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.05
Failed 5
RGB(244, 247, 155) Ratio: 1.01
Failed 5
 Ratio: 1.01
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.03
Failed 5
Ratio: 1.03
Failed 5
Ratio: 1.03
Failed 5
Ratio: 1.03
Failed 5
RGB(244, 247, 131) Ratio: 1.02
Failed 5
Ratio: 1.01
Failed 5
 Ratio: 1.01
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.02
Failed 5
Ratio: 1.03
Failed 5
Ratio: 1.03
Failed 5
RGB(243, 247, 106) 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
Ratio: 1.02
Failed 5
Ratio: 1.02
Failed 5
RGB(242, 247, 81) 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
Ratio: 1.01
Failed 5
Ratio: 1.01
Failed 5
Ratio: 1.01
Failed 5
RGB(241, 247, 57) 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
Ratio: 1.01
Failed 5
Ratio: 1.01
Failed 5
RGB(241, 247, 32) 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
 Ratio: 1.00
Failed 5
Ratio: 1.00
Failed 5
RGB(240, 247, 7) Ratio: 1.05
Failed 5
Ratio: 1.03
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
 Ratio: 1.00
Failed 5
RGB(240, 247, 0) Ratio: 1.05
Failed 5
Ratio: 1.03
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
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