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(227, 28, 42)
Main Color 2
RGB(255, 255, 255)
Main Color 3
RGB(255, 99, 89)
Main Color 4
RGB(255, 129, 114)
Main Color 5
RGB(255, 158, 139)
Main Color 6
RGB(255, 188, 166)
Main Color 7
RGB(255, 218, 193)
Main Color 8
RGB(255, 248, 221)
Main Color 9
RGB(255, 255, 250)

RGB(227, 28, 42) dark washed red



500 * Your Color
RGB(227, 28, 42)

RGB(255, 255, 255)



RGB(255, 99, 89) middle muted orange



300 * Your Color
RGB(255, 99, 89)

RGB(255, 129, 114)



300 * Your Color
RGB(255, 129, 114)

RGB(255, 158, 139)



200 * Your Color
RGB(255, 158, 139)

RGB(255, 188, 166)



200 * Your Color
RGB(255, 188, 166)

RGB(255, 218, 193)



100 * Your Color
RGB(255, 218, 193)

RGB(255, 248, 221)



100 * Your Color
RGB(255, 248, 221)

RGB(255, 255, 250)



CSS Code

.main-color-1{ color:rgb(227, 28, 42); }
.main-bg-color-1{ background-color:rgb(227, 28, 42); }
.main-color-2{ color:rgb(255, 255, 255); }
.main-bg-color-2{ background-color:rgb(255, 255, 255); }
.main-color-3{ color:rgb(255, 99, 89); }
.main-bg-color-3{ background-color:rgb(255, 99, 89); }
.main-color-4{ color:rgb(255, 129, 114); }
.main-bg-color-4{ background-color:rgb(255, 129, 114); }
.main-color-5{ color:rgb(255, 158, 139); }
.main-bg-color-5{ background-color:rgb(255, 158, 139); }
.main-color-6{ color:rgb(255, 188, 166); }
.main-bg-color-6{ background-color:rgb(255, 188, 166); }
.main-color-7{ color:rgb(255, 218, 193); }
.main-bg-color-7{ background-color:rgb(255, 218, 193); }
.main-color-8{ color:rgb(255, 248, 221); }
.main-bg-color-8{ background-color:rgb(255, 248, 221); }
.main-color-9{ color:rgb(255, 255, 250); }
.main-bg-color-9{ background-color:rgb(255, 255, 250); }

.color-1-100{ color:rgb(249, 210, 212); }
.bg-color-1-100{ background-color:rgb(249, 210, 212); }
.color-1-200{ color:rgb(244, 164, 170); }
.bg-color-1-200{ background-color:rgb(244, 164, 170); }
.color-1-300{ color:rgb(238, 119, 127); }
.bg-color-1-300{ background-color:rgb(238, 119, 127); }
.color-1-400{ color:rgb(233, 73, 85); }
.bg-color-1-400{ background-color:rgb(233, 73, 85); }
.color-1-500{ color:rgb(227, 28, 42); }
.bg-color-1-500{ background-color:rgb(227, 28, 42); }
.color-1-600{ color:rgb(182, 22, 34); }
.bg-color-1-600{ background-color:rgb(182, 22, 34); }
.color-1-700{ color:rgb(136, 17, 25); }
.bg-color-1-700{ background-color:rgb(136, 17, 25); }
.color-1-800{ color:rgb(91, 11, 17); }
.bg-color-1-800{ background-color:rgb(91, 11, 17); }
.color-1-900{ color:rgb(45, 6, 8); }
.bg-color-1-900{ background-color:rgb(45, 6, 8); }

.color-2-100{ color:rgb(230, 230, 230); }
.bg-color-2-100{ background-color:rgb(230, 230, 230); }
.color-2-200{ color:rgb(204, 204, 204); }
.bg-color-2-200{ background-color:rgb(204, 204, 204); }
.color-2-300{ color:rgb(179, 179, 179); }
.bg-color-2-300{ background-color:rgb(179, 179, 179); }
.color-2-400{ color:rgb(153, 153, 153); }
.bg-color-2-400{ background-color:rgb(153, 153, 153); }
.color-2-500{ color:rgb(128, 128, 128); }
.bg-color-2-500{ background-color:rgb(128, 128, 128); }
.color-2-600{ color:rgb(102, 102, 102); }
.bg-color-2-600{ background-color:rgb(102, 102, 102); }
.color-2-700{ color:rgb(77, 77, 77); }
.bg-color-2-700{ background-color:rgb(77, 77, 77); }
.color-2-800{ color:rgb(51, 51, 51); }
.bg-color-2-800{ background-color:rgb(51, 51, 51); }
.color-2-900{ color:rgb(26, 26, 26); }
.bg-color-2-900{ background-color:rgb(26, 26, 26); }

.color-3-100{ color:rgb(255, 207, 204); }
.bg-color-3-100{ background-color:rgb(255, 207, 204); }
.color-3-200{ color:rgb(255, 159, 153); }
.bg-color-3-200{ background-color:rgb(255, 159, 153); }
.color-3-300{ color:rgb(255, 99, 89); }
.bg-color-3-300{ background-color:rgb(255, 99, 89); }
.color-3-400{ color:rgb(255, 63, 51); }
.bg-color-3-400{ background-color:rgb(255, 63, 51); }
.color-3-500{ color:rgb(255, 15, 0); }
.bg-color-3-500{ background-color:rgb(255, 15, 0); }
.color-3-600{ color:rgb(204, 12, 0); }
.bg-color-3-600{ background-color:rgb(204, 12, 0); }
.color-3-700{ color:rgb(153, 9, 0); }
.bg-color-3-700{ background-color:rgb(153, 9, 0); }
.color-3-800{ color:rgb(102, 6, 0); }
.bg-color-3-800{ background-color:rgb(102, 6, 0); }
.color-3-900{ color:rgb(51, 3, 0); }
.bg-color-3-900{ background-color:rgb(51, 3, 0); }

.color-4-100{ color:rgb(255, 209, 204); }
.bg-color-4-100{ background-color:rgb(255, 209, 204); }
.color-4-200{ color:rgb(255, 164, 153); }
.bg-color-4-200{ background-color:rgb(255, 164, 153); }
.color-4-300{ color:rgb(255, 129, 114); }
.bg-color-4-300{ background-color:rgb(255, 129, 114); }
.color-4-400{ color:rgb(255, 73, 51); }
.bg-color-4-400{ background-color:rgb(255, 73, 51); }
.color-4-500{ color:rgb(255, 27, 0); }
.bg-color-4-500{ background-color:rgb(255, 27, 0); }
.color-4-600{ color:rgb(204, 22, 0); }
.bg-color-4-600{ background-color:rgb(204, 22, 0); }
.color-4-700{ color:rgb(153, 16, 0); }
.bg-color-4-700{ background-color:rgb(153, 16, 0); }
.color-4-800{ color:rgb(102, 11, 0); }
.bg-color-4-800{ background-color:rgb(102, 11, 0); }
.color-4-900{ color:rgb(51, 5, 0); }
.bg-color-4-900{ background-color:rgb(51, 5, 0); }

.color-5-100{ color:rgb(255, 212, 204); }
.bg-color-5-100{ background-color:rgb(255, 212, 204); }
.color-5-200{ color:rgb(255, 158, 139); }
.bg-color-5-200{ background-color:rgb(255, 158, 139); }
.color-5-300{ color:rgb(255, 127, 102); }
.bg-color-5-300{ background-color:rgb(255, 127, 102); }
.color-5-400{ color:rgb(255, 84, 51); }
.bg-color-5-400{ background-color:rgb(255, 84, 51); }
.color-5-500{ color:rgb(255, 42, 0); }
.bg-color-5-500{ background-color:rgb(255, 42, 0); }
.color-5-600{ color:rgb(204, 33, 0); }
.bg-color-5-600{ background-color:rgb(204, 33, 0); }
.color-5-700{ color:rgb(153, 25, 0); }
.bg-color-5-700{ background-color:rgb(153, 25, 0); }
.color-5-800{ color:rgb(102, 17, 0); }
.bg-color-5-800{ background-color:rgb(102, 17, 0); }
.color-5-900{ color:rgb(51, 8, 0); }
.bg-color-5-900{ background-color:rgb(51, 8, 0); }

.color-6-100{ color:rgb(255, 217, 204); }
.bg-color-6-100{ background-color:rgb(255, 217, 204); }
.color-6-200{ color:rgb(255, 188, 166); }
.bg-color-6-200{ background-color:rgb(255, 188, 166); }
.color-6-300{ color:rgb(255, 140, 102); }
.bg-color-6-300{ background-color:rgb(255, 140, 102); }
.color-6-400{ color:rgb(255, 101, 51); }
.bg-color-6-400{ background-color:rgb(255, 101, 51); }
.color-6-500{ color:rgb(255, 63, 0); }
.bg-color-6-500{ background-color:rgb(255, 63, 0); }
.color-6-600{ color:rgb(204, 50, 0); }
.bg-color-6-600{ background-color:rgb(204, 50, 0); }
.color-6-700{ color:rgb(153, 38, 0); }
.bg-color-6-700{ background-color:rgb(153, 38, 0); }
.color-6-800{ color:rgb(102, 25, 0); }
.bg-color-6-800{ background-color:rgb(102, 25, 0); }
.color-6-900{ color:rgb(51, 13, 0); }
.bg-color-6-900{ background-color:rgb(51, 13, 0); }

.color-7-100{ color:rgb(255, 218, 193); }
.bg-color-7-100{ background-color:rgb(255, 218, 193); }
.color-7-200{ color:rgb(255, 194, 153); }
.bg-color-7-200{ background-color:rgb(255, 194, 153); }
.color-7-300{ color:rgb(255, 164, 102); }
.bg-color-7-300{ background-color:rgb(255, 164, 102); }
.color-7-400{ color:rgb(255, 133, 51); }
.bg-color-7-400{ background-color:rgb(255, 133, 51); }
.color-7-500{ color:rgb(255, 103, 0); }
.bg-color-7-500{ background-color:rgb(255, 103, 0); }
.color-7-600{ color:rgb(204, 82, 0); }
.bg-color-7-600{ background-color:rgb(204, 82, 0); }
.color-7-700{ color:rgb(153, 62, 0); }
.bg-color-7-700{ background-color:rgb(153, 62, 0); }
.color-7-800{ color:rgb(102, 41, 0); }
.bg-color-7-800{ background-color:rgb(102, 41, 0); }
.color-7-900{ color:rgb(51, 21, 0); }
.bg-color-7-900{ background-color:rgb(51, 21, 0); }

.color-8-100{ color:rgb(255, 248, 221); }
.bg-color-8-100{ background-color:rgb(255, 248, 221); }
.color-8-200{ color:rgb(255, 234, 153); }
.bg-color-8-200{ background-color:rgb(255, 234, 153); }
.color-8-300{ color:rgb(255, 223, 102); }
.bg-color-8-300{ background-color:rgb(255, 223, 102); }
.color-8-400{ color:rgb(255, 213, 51); }
.bg-color-8-400{ background-color:rgb(255, 213, 51); }
.color-8-500{ color:rgb(255, 202, 0); }
.bg-color-8-500{ background-color:rgb(255, 202, 0); }
.color-8-600{ color:rgb(204, 162, 0); }
.bg-color-8-600{ background-color:rgb(204, 162, 0); }
.color-8-700{ color:rgb(153, 121, 0); }
.bg-color-8-700{ background-color:rgb(153, 121, 0); }
.color-8-800{ color:rgb(102, 81, 0); }
.bg-color-8-800{ background-color:rgb(102, 81, 0); }
.color-8-900{ color:rgb(51, 41, 0); }
.bg-color-8-900{ background-color:rgb(51, 41, 0); }

.color-9-100{ color:rgb(255, 255, 204); }
.bg-color-9-100{ background-color:rgb(255, 255, 204); }
.color-9-200{ color:rgb(255, 255, 153); }
.bg-color-9-200{ background-color:rgb(255, 255, 153); }
.color-9-300{ color:rgb(255, 255, 102); }
.bg-color-9-300{ background-color:rgb(255, 255, 102); }
.color-9-400{ color:rgb(255, 255, 51); }
.bg-color-9-400{ background-color:rgb(255, 255, 51); }
.color-9-500{ color:rgb(255, 255, 0); }
.bg-color-9-500{ background-color:rgb(255, 255, 0); }
.color-9-600{ color:rgb(204, 204, 0); }
.bg-color-9-600{ background-color:rgb(204, 204, 0); }
.color-9-700{ color:rgb(153, 153, 0); }
.bg-color-9-700{ background-color:rgb(153, 153, 0); }
.color-9-800{ color:rgb(102, 102, 0); }
.bg-color-9-800{ background-color:rgb(102, 102, 0); }
.color-9-900{ color:rgb(51, 51, 0); }
.bg-color-9-900{ background-color:rgb(51, 51, 0); }
WCAG Matrix

Download: PDF

Web Content Accessibility Guidelines (WCAG) 2.0 - Color Matrix.
  RGB(227, 28, 42)RGB(255, 255, 255)RGB(255, 99, 89)RGB(255, 129, 114)RGB(255, 158, 139)RGB(255, 188, 166)RGB(255, 218, 193)RGB(255, 248, 221)RGB(255, 255, 250)
           

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(227, 28, 42)  Ratio: 4.70
AA 1
AAA 18pt 4
Ratio: 1.61
Failed 5
Ratio: 1.93
Failed 5
Ratio: 2.35
Failed 5
Ratio: 2.91
Failed 5
Ratio: 3.59
AA 18pt 2
Ratio: 4.42
AA 18pt 2
Ratio: 4.69
AA 1
AAA 18pt 4
RGB(255, 255, 255) Ratio: 4.70
AA 1
AAA 18pt 4
 Ratio: 2.92
Failed 5
Ratio: 2.43
Failed 5
Ratio: 2.00
Failed 5
Ratio: 1.62
Failed 5
Ratio: 1.31
Failed 5
Ratio: 1.06
Failed 5
Ratio: 1.00
Failed 5
RGB(255, 99, 89) Ratio: 1.61
Failed 5
Ratio: 2.92
Failed 5
 Ratio: 1.20
Failed 5
Ratio: 1.46
Failed 5
Ratio: 1.81
Failed 5
Ratio: 2.24
Failed 5
Ratio: 2.75
Failed 5
Ratio: 2.92
Failed 5
RGB(255, 129, 114) Ratio: 1.93
Failed 5
Ratio: 2.43
Failed 5
Ratio: 1.20
Failed 5
 Ratio: 1.22
Failed 5
Ratio: 1.51
Failed 5
Ratio: 1.86
Failed 5
Ratio: 2.28
Failed 5
Ratio: 2.42
Failed 5
RGB(255, 158, 139) Ratio: 2.35
Failed 5
Ratio: 2.00
Failed 5
Ratio: 1.46
Failed 5
Ratio: 1.22
Failed 5
 Ratio: 1.24
Failed 5
Ratio: 1.53
Failed 5
Ratio: 1.88
Failed 5
Ratio: 1.99
Failed 5
RGB(255, 188, 166) Ratio: 2.91
Failed 5
Ratio: 1.62
Failed 5
Ratio: 1.81
Failed 5
Ratio: 1.51
Failed 5
Ratio: 1.24
Failed 5
 Ratio: 1.24
Failed 5
Ratio: 1.52
Failed 5
Ratio: 1.61
Failed 5
RGB(255, 218, 193) Ratio: 3.59
AA 18pt 2
Ratio: 1.31
Failed 5
Ratio: 2.24
Failed 5
Ratio: 1.86
Failed 5
Ratio: 1.53
Failed 5
Ratio: 1.24
Failed 5
 Ratio: 1.23
Failed 5
Ratio: 1.30
Failed 5
RGB(255, 248, 221) Ratio: 4.42
AA 18pt 2
Ratio: 1.06
Failed 5
Ratio: 2.75
Failed 5
Ratio: 2.28
Failed 5
Ratio: 1.88
Failed 5
Ratio: 1.52
Failed 5
Ratio: 1.23
Failed 5
 Ratio: 1.06
Failed 5
RGB(255, 255, 250) Ratio: 4.69
AA 1
AAA 18pt 4
Ratio: 1.00
Failed 5
Ratio: 2.92
Failed 5
Ratio: 2.42
Failed 5
Ratio: 1.99
Failed 5
Ratio: 1.61
Failed 5
Ratio: 1.30
Failed 5
Ratio: 1.06
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