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(246, 238, 186)
Main Color 2
RGB(246, 235, 161)
Main Color 3
RGB(246, 231, 137)
Main Color 4
RGB(246, 228, 112)
Main Color 5
RGB(246, 225, 88)
Main Color 6
RGB(246, 222, 63)
Main Color 7
RGB(246, 218, 38)
Main Color 8
RGB(246, 215, 14)
Main Color 9
RGB(246, 213, 0)

RGB(246, 238, 186)



200 * Your Color
RGB(246, 238, 186)

RGB(246, 235, 161)



200 * Your Color
RGB(246, 235, 161)

RGB(246, 231, 137)



200 * Your Color
RGB(246, 231, 137)

RGB(246, 228, 112)



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

RGB(246, 225, 88) light muted yellow



300 * Your Color
RGB(246, 225, 88)

RGB(246, 222, 63) light washed yellow



400 * Your Color
RGB(246, 222, 63)

RGB(246, 218, 38) light washed yellow



400 * Your Color
RGB(246, 218, 38)

RGB(246, 215, 14) light saturated yellow



500 * Your Color
RGB(246, 215, 14)

RGB(246, 213, 0) light saturated yellow



500 * Your Color
RGB(246, 213, 0)

CSS Code

.main-color-1{ color:rgb(246, 238, 186); }
.main-bg-color-1{ background-color:rgb(246, 238, 186); }
.main-color-2{ color:rgb(246, 235, 161); }
.main-bg-color-2{ background-color:rgb(246, 235, 161); }
.main-color-3{ color:rgb(246, 231, 137); }
.main-bg-color-3{ background-color:rgb(246, 231, 137); }
.main-color-4{ color:rgb(246, 228, 112); }
.main-bg-color-4{ background-color:rgb(246, 228, 112); }
.main-color-5{ color:rgb(246, 225, 88); }
.main-bg-color-5{ background-color:rgb(246, 225, 88); }
.main-color-6{ color:rgb(246, 222, 63); }
.main-bg-color-6{ background-color:rgb(246, 222, 63); }
.main-color-7{ color:rgb(246, 218, 38); }
.main-bg-color-7{ background-color:rgb(246, 218, 38); }
.main-color-8{ color:rgb(246, 215, 14); }
.main-bg-color-8{ background-color:rgb(246, 215, 14); }
.main-color-9{ color:rgb(246, 213, 0); }
.main-bg-color-9{ background-color:rgb(246, 213, 0); }

.color-1-100{ color:rgb(249, 244, 210); }
.bg-color-1-100{ background-color:rgb(249, 244, 210); }
.color-1-200{ color:rgb(246, 238, 186); }
.bg-color-1-200{ background-color:rgb(246, 238, 186); }
.color-1-300{ color:rgb(237, 222, 120); }
.bg-color-1-300{ background-color:rgb(237, 222, 120); }
.color-1-400{ color:rgb(231, 211, 75); }
.bg-color-1-400{ background-color:rgb(231, 211, 75); }
.color-1-500{ color:rgb(226, 199, 29); }
.bg-color-1-500{ background-color:rgb(226, 199, 29); }
.color-1-600{ color:rgb(180, 160, 24); }
.bg-color-1-600{ background-color:rgb(180, 160, 24); }
.color-1-700{ color:rgb(135, 120, 18); }
.bg-color-1-700{ background-color:rgb(135, 120, 18); }
.color-1-800{ color:rgb(90, 80, 12); }
.bg-color-1-800{ background-color:rgb(90, 80, 12); }
.color-1-900{ color:rgb(45, 40, 6); }
.bg-color-1-900{ background-color:rgb(45, 40, 6); }

.color-2-100{ color:rgb(251, 245, 208); }
.bg-color-2-100{ background-color:rgb(251, 245, 208); }
.color-2-200{ color:rgb(246, 235, 161); }
.bg-color-2-200{ background-color:rgb(246, 235, 161); }
.color-2-300{ color:rgb(242, 225, 115); }
.bg-color-2-300{ background-color:rgb(242, 225, 115); }
.color-2-400{ color:rgb(237, 215, 69); }
.bg-color-2-400{ background-color:rgb(237, 215, 69); }
.color-2-500{ color:rgb(233, 205, 22); }
.bg-color-2-500{ background-color:rgb(233, 205, 22); }
.color-2-600{ color:rgb(186, 164, 18); }
.bg-color-2-600{ background-color:rgb(186, 164, 18); }
.color-2-700{ color:rgb(140, 123, 13); }
.bg-color-2-700{ background-color:rgb(140, 123, 13); }
.color-2-800{ color:rgb(93, 82, 9); }
.bg-color-2-800{ background-color:rgb(93, 82, 9); }
.color-2-900{ color:rgb(47, 41, 4); }
.bg-color-2-900{ background-color:rgb(47, 41, 4); }

.color-3-100{ color:rgb(251, 245, 208); }
.bg-color-3-100{ background-color:rgb(251, 245, 208); }
.color-3-200{ color:rgb(246, 231, 137); }
.bg-color-3-200{ background-color:rgb(246, 231, 137); }
.color-3-300{ color:rgb(244, 226, 113); }
.bg-color-3-300{ background-color:rgb(244, 226, 113); }
.color-3-400{ color:rgb(241, 216, 65); }
.bg-color-3-400{ background-color:rgb(241, 216, 65); }
.color-3-500{ color:rgb(237, 207, 18); }
.bg-color-3-500{ background-color:rgb(237, 207, 18); }
.color-3-600{ color:rgb(190, 165, 14); }
.bg-color-3-600{ background-color:rgb(190, 165, 14); }
.color-3-700{ color:rgb(142, 124, 11); }
.bg-color-3-700{ background-color:rgb(142, 124, 11); }
.color-3-800{ color:rgb(95, 83, 7); }
.bg-color-3-800{ background-color:rgb(95, 83, 7); }
.color-3-900{ color:rgb(47, 41, 4); }
.bg-color-3-900{ background-color:rgb(47, 41, 4); }

.color-4-100{ color:rgb(252, 246, 207); }
.bg-color-4-100{ background-color:rgb(252, 246, 207); }
.color-4-200{ color:rgb(249, 237, 159); }
.bg-color-4-200{ background-color:rgb(249, 237, 159); }
.color-4-300{ color:rgb(246, 228, 112); }
.bg-color-4-300{ background-color:rgb(246, 228, 112); }
.color-4-400{ color:rgb(243, 219, 63); }
.bg-color-4-400{ background-color:rgb(243, 219, 63); }
.color-4-500{ color:rgb(240, 210, 15); }
.bg-color-4-500{ background-color:rgb(240, 210, 15); }
.color-4-600{ color:rgb(192, 168, 12); }
.bg-color-4-600{ background-color:rgb(192, 168, 12); }
.color-4-700{ color:rgb(144, 126, 9); }
.bg-color-4-700{ background-color:rgb(144, 126, 9); }
.color-4-800{ color:rgb(96, 84, 6); }
.bg-color-4-800{ background-color:rgb(96, 84, 6); }
.color-4-900{ color:rgb(48, 42, 3); }
.bg-color-4-900{ background-color:rgb(48, 42, 3); }

.color-5-100{ color:rgb(252, 246, 207); }
.bg-color-5-100{ background-color:rgb(252, 246, 207); }
.color-5-200{ color:rgb(250, 238, 158); }
.bg-color-5-200{ background-color:rgb(250, 238, 158); }
.color-5-300{ color:rgb(246, 225, 88); }
.bg-color-5-300{ background-color:rgb(246, 225, 88); }
.color-5-400{ color:rgb(245, 220, 61); }
.bg-color-5-400{ background-color:rgb(245, 220, 61); }
.color-5-500{ color:rgb(242, 212, 13); }
.bg-color-5-500{ background-color:rgb(242, 212, 13); }
.color-5-600{ color:rgb(194, 169, 10); }
.bg-color-5-600{ background-color:rgb(194, 169, 10); }
.color-5-700{ color:rgb(145, 127, 8); }
.bg-color-5-700{ background-color:rgb(145, 127, 8); }
.color-5-800{ color:rgb(97, 85, 5); }
.bg-color-5-800{ background-color:rgb(97, 85, 5); }
.color-5-900{ color:rgb(48, 42, 3); }
.bg-color-5-900{ background-color:rgb(48, 42, 3); }

.color-6-100{ color:rgb(253, 247, 206); }
.bg-color-6-100{ background-color:rgb(253, 247, 206); }
.color-6-200{ color:rgb(250, 238, 158); }
.bg-color-6-200{ background-color:rgb(250, 238, 158); }
.color-6-300{ color:rgb(248, 230, 109); }
.bg-color-6-300{ background-color:rgb(248, 230, 109); }
.color-6-400{ color:rgb(246, 222, 63); }
.bg-color-6-400{ background-color:rgb(246, 222, 63); }
.color-6-500{ color:rgb(244, 213, 11); }
.bg-color-6-500{ background-color:rgb(244, 213, 11); }
.color-6-600{ color:rgb(195, 171, 9); }
.bg-color-6-600{ background-color:rgb(195, 171, 9); }
.color-6-700{ color:rgb(146, 128, 7); }
.bg-color-6-700{ background-color:rgb(146, 128, 7); }
.color-6-800{ color:rgb(97, 85, 5); }
.bg-color-6-800{ background-color:rgb(97, 85, 5); }
.color-6-900{ color:rgb(49, 43, 2); }
.bg-color-6-900{ background-color:rgb(49, 43, 2); }

.color-7-100{ color:rgb(253, 247, 206); }
.bg-color-7-100{ background-color:rgb(253, 247, 206); }
.color-7-200{ color:rgb(251, 238, 157); }
.bg-color-7-200{ background-color:rgb(251, 238, 157); }
.color-7-300{ color:rgb(249, 230, 108); }
.bg-color-7-300{ background-color:rgb(249, 230, 108); }
.color-7-400{ color:rgb(246, 218, 38); }
.bg-color-7-400{ background-color:rgb(246, 218, 38); }
.color-7-500{ color:rgb(245, 213, 10); }
.bg-color-7-500{ background-color:rgb(245, 213, 10); }
.color-7-600{ color:rgb(196, 171, 8); }
.bg-color-7-600{ background-color:rgb(196, 171, 8); }
.color-7-700{ color:rgb(147, 128, 6); }
.bg-color-7-700{ background-color:rgb(147, 128, 6); }
.color-7-800{ color:rgb(98, 85, 4); }
.bg-color-7-800{ background-color:rgb(98, 85, 4); }
.color-7-900{ color:rgb(49, 43, 2); }
.bg-color-7-900{ background-color:rgb(49, 43, 2); }

.color-8-100{ color:rgb(253, 247, 206); }
.bg-color-8-100{ background-color:rgb(253, 247, 206); }
.color-8-200{ color:rgb(251, 239, 157); }
.bg-color-8-200{ background-color:rgb(251, 239, 157); }
.color-8-300{ color:rgb(249, 231, 108); }
.bg-color-8-300{ background-color:rgb(249, 231, 108); }
.color-8-400{ color:rgb(248, 222, 58); }
.bg-color-8-400{ background-color:rgb(248, 222, 58); }
.color-8-500{ color:rgb(246, 215, 14); }
.bg-color-8-500{ background-color:rgb(246, 215, 14); }
.color-8-600{ color:rgb(197, 171, 7); }
.bg-color-8-600{ background-color:rgb(197, 171, 7); }
.color-8-700{ color:rgb(147, 129, 6); }
.bg-color-8-700{ background-color:rgb(147, 129, 6); }
.color-8-800{ color:rgb(98, 86, 4); }
.bg-color-8-800{ background-color:rgb(98, 86, 4); }
.color-8-900{ color:rgb(49, 43, 2); }
.bg-color-8-900{ background-color:rgb(49, 43, 2); }

.color-9-100{ color:rgb(255, 248, 204); }
.bg-color-9-100{ background-color:rgb(255, 248, 204); }
.color-9-200{ color:rgb(255, 241, 153); }
.bg-color-9-200{ background-color:rgb(255, 241, 153); }
.color-9-300{ color:rgb(255, 234, 102); }
.bg-color-9-300{ background-color:rgb(255, 234, 102); }
.color-9-400{ color:rgb(255, 228, 51); }
.bg-color-9-400{ background-color:rgb(255, 228, 51); }
.color-9-500{ color:rgb(246, 213, 0); }
.bg-color-9-500{ background-color:rgb(246, 213, 0); }
.color-9-600{ color:rgb(204, 177, 0); }
.bg-color-9-600{ background-color:rgb(204, 177, 0); }
.color-9-700{ color:rgb(153, 132, 0); }
.bg-color-9-700{ background-color:rgb(153, 132, 0); }
.color-9-800{ color:rgb(102, 88, 0); }
.bg-color-9-800{ background-color:rgb(102, 88, 0); }
.color-9-900{ color:rgb(51, 44, 0); }
.bg-color-9-900{ background-color:rgb(51, 44, 0); }
WCAG Matrix

Download: PDF

Web Content Accessibility Guidelines (WCAG) 2.0 - Color Matrix.
  RGB(246, 238, 186)RGB(246, 235, 161)RGB(246, 231, 137)RGB(246, 228, 112)RGB(246, 225, 88)RGB(246, 222, 63)RGB(246, 218, 38)RGB(246, 215, 14)RGB(246, 213, 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(246, 238, 186)  Ratio: 1.03
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.10
Failed 5
Ratio: 1.13
Failed 5
Ratio: 1.16
Failed 5
Ratio: 1.19
Failed 5
Ratio: 1.22
Failed 5
Ratio: 1.24
Failed 5
RGB(246, 235, 161) Ratio: 1.03
Failed 5
 Ratio: 1.04
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.09
Failed 5
Ratio: 1.12
Failed 5
Ratio: 1.16
Failed 5
Ratio: 1.18
Failed 5
Ratio: 1.20
Failed 5
RGB(246, 231, 137) Ratio: 1.07
Failed 5
Ratio: 1.04
Failed 5
 Ratio: 1.03
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.12
Failed 5
Ratio: 1.14
Failed 5
Ratio: 1.16
Failed 5
RGB(246, 228, 112) Ratio: 1.10
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.03
Failed 5
 Ratio: 1.03
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.09
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.13
Failed 5
RGB(246, 225, 88) Ratio: 1.13
Failed 5
Ratio: 1.09
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.03
Failed 5
 Ratio: 1.03
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.10
Failed 5
RGB(246, 222, 63) Ratio: 1.16
Failed 5
Ratio: 1.12
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.03
Failed 5
 Ratio: 1.03
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.07
Failed 5
RGB(246, 218, 38) Ratio: 1.19
Failed 5
Ratio: 1.16
Failed 5
Ratio: 1.12
Failed 5
Ratio: 1.09
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.03
Failed 5
 Ratio: 1.02
Failed 5
Ratio: 1.04
Failed 5
RGB(246, 215, 14) Ratio: 1.22
Failed 5
Ratio: 1.18
Failed 5
Ratio: 1.14
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.05
Failed 5
Ratio: 1.02
Failed 5
 Ratio: 1.01
Failed 5
RGB(246, 213, 0) Ratio: 1.24
Failed 5
Ratio: 1.20
Failed 5
Ratio: 1.16
Failed 5
Ratio: 1.13
Failed 5
Ratio: 1.10
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.04
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