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(253, 241, 183)
Main Color 2
RGB(253, 237, 158)
Main Color 3
RGB(253, 232, 132)
Main Color 4
RGB(253, 228, 107)
Main Color 5
RGB(253, 224, 82)
Main Color 6
RGB(253, 219, 57)
Main Color 7
RGB(253, 215, 31)
Main Color 8
RGB(253, 211, 6)
Main Color 9
RGB(253, 210, 0)

RGB(253, 241, 183)



100 * Your Color
RGB(253, 241, 183)

RGB(253, 237, 158)



200 * Your Color
RGB(253, 237, 158)

RGB(253, 232, 132)



200 * Your Color
RGB(253, 232, 132)

RGB(253, 228, 107)



300 * Your Color
RGB(253, 228, 107)

RGB(253, 224, 82) light muted yellow



300 * Your Color
RGB(253, 224, 82)

RGB(253, 219, 57) light washed yellow



400 * Your Color
RGB(253, 219, 57)

RGB(253, 215, 31) light washed yellow



400 * Your Color
RGB(253, 215, 31)

RGB(253, 211, 6) light saturated yellow



500 * Your Color
RGB(253, 211, 6)

RGB(253, 210, 0) light saturated yellow



500 * Your Color
RGB(253, 210, 0)

CSS Code

.main-color-1{ color:rgb(253, 241, 183); }
.main-bg-color-1{ background-color:rgb(253, 241, 183); }
.main-color-2{ color:rgb(253, 237, 158); }
.main-bg-color-2{ background-color:rgb(253, 237, 158); }
.main-color-3{ color:rgb(253, 232, 132); }
.main-bg-color-3{ background-color:rgb(253, 232, 132); }
.main-color-4{ color:rgb(253, 228, 107); }
.main-bg-color-4{ background-color:rgb(253, 228, 107); }
.main-color-5{ color:rgb(253, 224, 82); }
.main-bg-color-5{ background-color:rgb(253, 224, 82); }
.main-color-6{ color:rgb(253, 219, 57); }
.main-bg-color-6{ background-color:rgb(253, 219, 57); }
.main-color-7{ color:rgb(253, 215, 31); }
.main-bg-color-7{ background-color:rgb(253, 215, 31); }
.main-color-8{ color:rgb(253, 211, 6); }
.main-bg-color-8{ background-color:rgb(253, 211, 6); }
.main-color-9{ color:rgb(253, 210, 0); }
.main-bg-color-9{ background-color:rgb(253, 210, 0); }

.color-1-100{ color:rgb(253, 241, 183); }
.bg-color-1-100{ background-color:rgb(253, 241, 183); }
.color-1-200{ color:rgb(252, 236, 156); }
.bg-color-1-200{ background-color:rgb(252, 236, 156); }
.color-1-300{ color:rgb(251, 226, 106); }
.bg-color-1-300{ background-color:rgb(251, 226, 106); }
.color-1-400{ color:rgb(249, 216, 57); }
.bg-color-1-400{ background-color:rgb(249, 216, 57); }
.color-1-500{ color:rgb(248, 207, 7); }
.bg-color-1-500{ background-color:rgb(248, 207, 7); }
.color-1-600{ color:rgb(198, 165, 6); }
.bg-color-1-600{ background-color:rgb(198, 165, 6); }
.color-1-700{ color:rgb(149, 124, 4); }
.bg-color-1-700{ background-color:rgb(149, 124, 4); }
.color-1-800{ color:rgb(99, 83, 3); }
.bg-color-1-800{ background-color:rgb(99, 83, 3); }
.color-1-900{ color:rgb(50, 41, 1); }
.bg-color-1-900{ background-color:rgb(50, 41, 1); }

.color-2-100{ color:rgb(254, 246, 205); }
.bg-color-2-100{ background-color:rgb(254, 246, 205); }
.color-2-200{ color:rgb(253, 237, 158); }
.bg-color-2-200{ background-color:rgb(253, 237, 158); }
.color-2-300{ color:rgb(252, 227, 105); }
.bg-color-2-300{ background-color:rgb(252, 227, 105); }
.color-2-400{ color:rgb(251, 218, 55); }
.bg-color-2-400{ background-color:rgb(251, 218, 55); }
.color-2-500{ color:rgb(250, 209, 5); }
.bg-color-2-500{ background-color:rgb(250, 209, 5); }
.color-2-600{ color:rgb(200, 167, 4); }
.bg-color-2-600{ background-color:rgb(200, 167, 4); }
.color-2-700{ color:rgb(150, 125, 3); }
.bg-color-2-700{ background-color:rgb(150, 125, 3); }
.color-2-800{ color:rgb(100, 83, 2); }
.bg-color-2-800{ background-color:rgb(100, 83, 2); }
.color-2-900{ color:rgb(50, 42, 1); }
.bg-color-2-900{ background-color:rgb(50, 42, 1); }

.color-3-100{ color:rgb(254, 246, 205); }
.bg-color-3-100{ background-color:rgb(254, 246, 205); }
.color-3-200{ color:rgb(253, 232, 132); }
.bg-color-3-200{ background-color:rgb(253, 232, 132); }
.color-3-300{ color:rgb(253, 227, 104); }
.bg-color-3-300{ background-color:rgb(253, 227, 104); }
.color-3-400{ color:rgb(252, 217, 54); }
.bg-color-3-400{ background-color:rgb(252, 217, 54); }
.color-3-500{ color:rgb(251, 208, 4); }
.bg-color-3-500{ background-color:rgb(251, 208, 4); }
.color-3-600{ color:rgb(201, 166, 3); }
.bg-color-3-600{ background-color:rgb(201, 166, 3); }
.color-3-700{ color:rgb(151, 125, 2); }
.bg-color-3-700{ background-color:rgb(151, 125, 2); }
.color-3-800{ color:rgb(100, 83, 2); }
.bg-color-3-800{ background-color:rgb(100, 83, 2); }
.color-3-900{ color:rgb(50, 42, 1); }
.bg-color-3-900{ background-color:rgb(50, 42, 1); }

.color-4-100{ color:rgb(254, 246, 205); }
.bg-color-4-100{ background-color:rgb(254, 246, 205); }
.color-4-200{ color:rgb(254, 237, 154); }
.bg-color-4-200{ background-color:rgb(254, 237, 154); }
.color-4-300{ color:rgb(253, 228, 107); }
.bg-color-4-300{ background-color:rgb(253, 228, 107); }
.color-4-400{ color:rgb(252, 218, 54); }
.bg-color-4-400{ background-color:rgb(252, 218, 54); }
.color-4-500{ color:rgb(252, 209, 3); }
.bg-color-4-500{ background-color:rgb(252, 209, 3); }
.color-4-600{ color:rgb(201, 167, 3); }
.bg-color-4-600{ background-color:rgb(201, 167, 3); }
.color-4-700{ color:rgb(151, 125, 2); }
.bg-color-4-700{ background-color:rgb(151, 125, 2); }
.color-4-800{ color:rgb(101, 84, 1); }
.bg-color-4-800{ background-color:rgb(101, 84, 1); }
.color-4-900{ color:rgb(50, 42, 1); }
.bg-color-4-900{ background-color:rgb(50, 42, 1); }

.color-5-100{ color:rgb(254, 246, 205); }
.bg-color-5-100{ background-color:rgb(254, 246, 205); }
.color-5-200{ color:rgb(254, 237, 154); }
.bg-color-5-200{ background-color:rgb(254, 237, 154); }
.color-5-300{ color:rgb(253, 224, 82); }
.bg-color-5-300{ background-color:rgb(253, 224, 82); }
.color-5-400{ color:rgb(253, 219, 53); }
.bg-color-5-400{ background-color:rgb(253, 219, 53); }
.color-5-500{ color:rgb(252, 210, 3); }
.bg-color-5-500{ background-color:rgb(252, 210, 3); }
.color-5-600{ color:rgb(202, 168, 2); }
.bg-color-5-600{ background-color:rgb(202, 168, 2); }
.color-5-700{ color:rgb(151, 126, 2); }
.bg-color-5-700{ background-color:rgb(151, 126, 2); }
.color-5-800{ color:rgb(101, 84, 1); }
.bg-color-5-800{ background-color:rgb(101, 84, 1); }
.color-5-900{ color:rgb(50, 42, 1); }
.bg-color-5-900{ background-color:rgb(50, 42, 1); }

.color-6-100{ color:rgb(254, 246, 205); }
.bg-color-6-100{ background-color:rgb(254, 246, 205); }
.color-6-200{ color:rgb(254, 237, 154); }
.bg-color-6-200{ background-color:rgb(254, 237, 154); }
.color-6-300{ color:rgb(253, 227, 104); }
.bg-color-6-300{ background-color:rgb(253, 227, 104); }
.color-6-400{ color:rgb(253, 219, 57); }
.bg-color-6-400{ background-color:rgb(253, 219, 57); }
.color-6-500{ color:rgb(252, 209, 3); }
.bg-color-6-500{ background-color:rgb(252, 209, 3); }
.color-6-600{ color:rgb(202, 167, 2); }
.bg-color-6-600{ background-color:rgb(202, 167, 2); }
.color-6-700{ color:rgb(151, 125, 2); }
.bg-color-6-700{ background-color:rgb(151, 125, 2); }
.color-6-800{ color:rgb(101, 84, 1); }
.bg-color-6-800{ background-color:rgb(101, 84, 1); }
.color-6-900{ color:rgb(50, 42, 1); }
.bg-color-6-900{ background-color:rgb(50, 42, 1); }

.color-7-100{ color:rgb(255, 246, 204); }
.bg-color-7-100{ background-color:rgb(255, 246, 204); }
.color-7-200{ color:rgb(254, 237, 154); }
.bg-color-7-200{ background-color:rgb(254, 237, 154); }
.color-7-300{ color:rgb(254, 228, 103); }
.bg-color-7-300{ background-color:rgb(254, 228, 103); }
.color-7-400{ color:rgb(253, 215, 31); }
.bg-color-7-400{ background-color:rgb(253, 215, 31); }
.color-7-500{ color:rgb(253, 210, 2); }
.bg-color-7-500{ background-color:rgb(253, 210, 2); }
.color-7-600{ color:rgb(202, 168, 2); }
.bg-color-7-600{ background-color:rgb(202, 168, 2); }
.color-7-700{ color:rgb(152, 126, 1); }
.bg-color-7-700{ background-color:rgb(152, 126, 1); }
.color-7-800{ color:rgb(101, 84, 1); }
.bg-color-7-800{ background-color:rgb(101, 84, 1); }
.color-7-900{ color:rgb(51, 42, 0); }
.bg-color-7-900{ background-color:rgb(51, 42, 0); }

.color-8-100{ color:rgb(255, 246, 204); }
.bg-color-8-100{ background-color:rgb(255, 246, 204); }
.color-8-200{ color:rgb(254, 237, 154); }
.bg-color-8-200{ background-color:rgb(254, 237, 154); }
.color-8-300{ color:rgb(254, 228, 103); }
.bg-color-8-300{ background-color:rgb(254, 228, 103); }
.color-8-400{ color:rgb(253, 219, 53); }
.bg-color-8-400{ background-color:rgb(253, 219, 53); }
.color-8-500{ color:rgb(253, 211, 6); }
.bg-color-8-500{ background-color:rgb(253, 211, 6); }
.color-8-600{ color:rgb(202, 168, 2); }
.bg-color-8-600{ background-color:rgb(202, 168, 2); }
.color-8-700{ color:rgb(152, 126, 1); }
.bg-color-8-700{ background-color:rgb(152, 126, 1); }
.color-8-800{ color:rgb(101, 84, 1); }
.bg-color-8-800{ background-color:rgb(101, 84, 1); }
.color-8-900{ color:rgb(51, 42, 0); }
.bg-color-8-900{ background-color:rgb(51, 42, 0); }

.color-9-100{ color:rgb(255, 246, 204); }
.bg-color-9-100{ background-color:rgb(255, 246, 204); }
.color-9-200{ color:rgb(255, 238, 153); }
.bg-color-9-200{ background-color:rgb(255, 238, 153); }
.color-9-300{ color:rgb(255, 229, 102); }
.bg-color-9-300{ background-color:rgb(255, 229, 102); }
.color-9-400{ color:rgb(255, 220, 51); }
.bg-color-9-400{ background-color:rgb(255, 220, 51); }
.color-9-500{ color:rgb(253, 210, 0); }
.bg-color-9-500{ background-color:rgb(253, 210, 0); }
.color-9-600{ color:rgb(204, 169, 0); }
.bg-color-9-600{ background-color:rgb(204, 169, 0); }
.color-9-700{ color:rgb(153, 127, 0); }
.bg-color-9-700{ background-color:rgb(153, 127, 0); }
.color-9-800{ color:rgb(102, 85, 0); }
.bg-color-9-800{ background-color:rgb(102, 85, 0); }
.color-9-900{ color:rgb(51, 42, 0); }
.bg-color-9-900{ background-color:rgb(51, 42, 0); }
WCAG Matrix

Download: PDF

Web Content Accessibility Guidelines (WCAG) 2.0 - Color Matrix.
  RGB(253, 241, 183)RGB(253, 237, 158)RGB(253, 232, 132)RGB(253, 228, 107)RGB(253, 224, 82)RGB(253, 219, 57)RGB(253, 215, 31)RGB(253, 211, 6)RGB(253, 210, 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(253, 241, 183)  Ratio: 1.04
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.12
Failed 5
Ratio: 1.16
Failed 5
Ratio: 1.20
Failed 5
Ratio: 1.24
Failed 5
Ratio: 1.27
Failed 5
Ratio: 1.28
Failed 5
RGB(253, 237, 158) 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
Ratio: 1.23
Failed 5
Ratio: 1.24
Failed 5
RGB(253, 232, 132) Ratio: 1.08
Failed 5
Ratio: 1.04
Failed 5
 Ratio: 1.03
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.14
Failed 5
Ratio: 1.18
Failed 5
Ratio: 1.18
Failed 5
RGB(253, 228, 107) Ratio: 1.12
Failed 5
Ratio: 1.08
Failed 5
Ratio: 1.03
Failed 5
 Ratio: 1.03
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.14
Failed 5
Ratio: 1.15
Failed 5
RGB(253, 224, 82) Ratio: 1.16
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.03
Failed 5
 Ratio: 1.04
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.10
Failed 5
Ratio: 1.11
Failed 5
RGB(253, 219, 57) Ratio: 1.20
Failed 5
Ratio: 1.16
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.04
Failed 5
 Ratio: 1.03
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.07
Failed 5
RGB(253, 215, 31) Ratio: 1.24
Failed 5
Ratio: 1.19
Failed 5
Ratio: 1.14
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.07
Failed 5
Ratio: 1.03
Failed 5
 Ratio: 1.03
Failed 5
Ratio: 1.04
Failed 5
RGB(253, 211, 6) Ratio: 1.27
Failed 5
Ratio: 1.23
Failed 5
Ratio: 1.18
Failed 5
Ratio: 1.14
Failed 5
Ratio: 1.10
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.03
Failed 5
 Ratio: 1.01
Failed 5
RGB(253, 210, 0) Ratio: 1.28
Failed 5
Ratio: 1.24
Failed 5
Ratio: 1.18
Failed 5
Ratio: 1.15
Failed 5
Ratio: 1.11
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