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(192, 187, 255)
Main Color 2
RGB(168, 162, 255)
Main Color 3
RGB(145, 136, 255)
Main Color 4
RGB(121, 110, 255)
Main Color 5
RGB(98, 85, 255)
Main Color 6
RGB(74, 59, 255)
Main Color 7
RGB(50, 34, 255)
Main Color 8
RGB(27, 8, 255)
Main Color 9
RGB(19, 0, 255)

RGB(192, 187, 255)



100 * Your Color
RGB(192, 187, 255)

RGB(168, 162, 255)



200 * Your Color
RGB(168, 162, 255)

RGB(145, 136, 255)



200 * Your Color
RGB(145, 136, 255)

RGB(121, 110, 255)



300 * Your Color
RGB(121, 110, 255)

RGB(98, 85, 255) middle muted purple



300 * Your Color
RGB(98, 85, 255)

RGB(74, 59, 255) dark washed blue



400 * Your Color
RGB(74, 59, 255)

RGB(50, 34, 255) dark washed blue



400 * Your Color
RGB(50, 34, 255)

RGB(27, 8, 255) dark saturated blue



500 * Your Color
RGB(27, 8, 255)

RGB(19, 0, 255) dark saturated blue



500 * Your Color
RGB(19, 0, 255)

CSS Code

.main-color-1{ color:rgb(192, 187, 255); }
.main-bg-color-1{ background-color:rgb(192, 187, 255); }
.main-color-2{ color:rgb(168, 162, 255); }
.main-bg-color-2{ background-color:rgb(168, 162, 255); }
.main-color-3{ color:rgb(145, 136, 255); }
.main-bg-color-3{ background-color:rgb(145, 136, 255); }
.main-color-4{ color:rgb(121, 110, 255); }
.main-bg-color-4{ background-color:rgb(121, 110, 255); }
.main-color-5{ color:rgb(98, 85, 255); }
.main-bg-color-5{ background-color:rgb(98, 85, 255); }
.main-color-6{ color:rgb(74, 59, 255); }
.main-bg-color-6{ background-color:rgb(74, 59, 255); }
.main-color-7{ color:rgb(50, 34, 255); }
.main-bg-color-7{ background-color:rgb(50, 34, 255); }
.main-color-8{ color:rgb(27, 8, 255); }
.main-bg-color-8{ background-color:rgb(27, 8, 255); }
.main-color-9{ color:rgb(19, 0, 255); }
.main-bg-color-9{ background-color:rgb(19, 0, 255); }

.color-1-100{ color:rgb(192, 187, 255); }
.bg-color-1-100{ background-color:rgb(192, 187, 255); }
.color-1-200{ color:rgb(161, 153, 255); }
.bg-color-1-200{ background-color:rgb(161, 153, 255); }
.color-1-300{ color:rgb(113, 102, 255); }
.bg-color-1-300{ background-color:rgb(113, 102, 255); }
.color-1-400{ color:rgb(66, 51, 255); }
.bg-color-1-400{ background-color:rgb(66, 51, 255); }
.color-1-500{ color:rgb(19, 0, 255); }
.bg-color-1-500{ background-color:rgb(19, 0, 255); }
.color-1-600{ color:rgb(15, 0, 204); }
.bg-color-1-600{ background-color:rgb(15, 0, 204); }
.color-1-700{ color:rgb(11, 0, 153); }
.bg-color-1-700{ background-color:rgb(11, 0, 153); }
.color-1-800{ color:rgb(8, 0, 102); }
.bg-color-1-800{ background-color:rgb(8, 0, 102); }
.color-1-900{ color:rgb(4, 0, 51); }
.bg-color-1-900{ background-color:rgb(4, 0, 51); }

.color-2-100{ color:rgb(207, 204, 255); }
.bg-color-2-100{ background-color:rgb(207, 204, 255); }
.color-2-200{ color:rgb(168, 162, 255); }
.bg-color-2-200{ background-color:rgb(168, 162, 255); }
.color-2-300{ color:rgb(112, 102, 255); }
.bg-color-2-300{ background-color:rgb(112, 102, 255); }
.color-2-400{ color:rgb(64, 51, 255); }
.bg-color-2-400{ background-color:rgb(64, 51, 255); }
.color-2-500{ color:rgb(16, 0, 255); }
.bg-color-2-500{ background-color:rgb(16, 0, 255); }
.color-2-600{ color:rgb(13, 0, 204); }
.bg-color-2-600{ background-color:rgb(13, 0, 204); }
.color-2-700{ color:rgb(10, 0, 153); }
.bg-color-2-700{ background-color:rgb(10, 0, 153); }
.color-2-800{ color:rgb(7, 0, 102); }
.bg-color-2-800{ background-color:rgb(7, 0, 102); }
.color-2-900{ color:rgb(3, 0, 51); }
.bg-color-2-900{ background-color:rgb(3, 0, 51); }

.color-3-100{ color:rgb(208, 204, 255); }
.bg-color-3-100{ background-color:rgb(208, 204, 255); }
.color-3-200{ color:rgb(145, 136, 255); }
.bg-color-3-200{ background-color:rgb(145, 136, 255); }
.color-3-300{ color:rgb(114, 102, 255); }
.bg-color-3-300{ background-color:rgb(114, 102, 255); }
.color-3-400{ color:rgb(66, 51, 255); }
.bg-color-3-400{ background-color:rgb(66, 51, 255); }
.color-3-500{ color:rgb(19, 0, 255); }
.bg-color-3-500{ background-color:rgb(19, 0, 255); }
.color-3-600{ color:rgb(15, 0, 204); }
.bg-color-3-600{ background-color:rgb(15, 0, 204); }
.color-3-700{ color:rgb(12, 0, 153); }
.bg-color-3-700{ background-color:rgb(12, 0, 153); }
.color-3-800{ color:rgb(8, 0, 102); }
.bg-color-3-800{ background-color:rgb(8, 0, 102); }
.color-3-900{ color:rgb(4, 0, 51); }
.bg-color-3-900{ background-color:rgb(4, 0, 51); }

.color-4-100{ color:rgb(208, 204, 255); }
.bg-color-4-100{ background-color:rgb(208, 204, 255); }
.color-4-200{ color:rgb(161, 153, 255); }
.bg-color-4-200{ background-color:rgb(161, 153, 255); }
.color-4-300{ color:rgb(121, 110, 255); }
.bg-color-4-300{ background-color:rgb(121, 110, 255); }
.color-4-400{ color:rgb(66, 51, 255); }
.bg-color-4-400{ background-color:rgb(66, 51, 255); }
.color-4-500{ color:rgb(19, 0, 255); }
.bg-color-4-500{ background-color:rgb(19, 0, 255); }
.color-4-600{ color:rgb(15, 0, 204); }
.bg-color-4-600{ background-color:rgb(15, 0, 204); }
.color-4-700{ color:rgb(12, 0, 153); }
.bg-color-4-700{ background-color:rgb(12, 0, 153); }
.color-4-800{ color:rgb(8, 0, 102); }
.bg-color-4-800{ background-color:rgb(8, 0, 102); }
.color-4-900{ color:rgb(4, 0, 51); }
.bg-color-4-900{ background-color:rgb(4, 0, 51); }

.color-5-100{ color:rgb(208, 204, 255); }
.bg-color-5-100{ background-color:rgb(208, 204, 255); }
.color-5-200{ color:rgb(161, 153, 255); }
.bg-color-5-200{ background-color:rgb(161, 153, 255); }
.color-5-300{ color:rgb(98, 85, 255); }
.bg-color-5-300{ background-color:rgb(98, 85, 255); }
.color-5-400{ color:rgb(67, 51, 255); }
.bg-color-5-400{ background-color:rgb(67, 51, 255); }
.color-5-500{ color:rgb(19, 0, 255); }
.bg-color-5-500{ background-color:rgb(19, 0, 255); }
.color-5-600{ color:rgb(16, 0, 204); }
.bg-color-5-600{ background-color:rgb(16, 0, 204); }
.color-5-700{ color:rgb(12, 0, 153); }
.bg-color-5-700{ background-color:rgb(12, 0, 153); }
.color-5-800{ color:rgb(8, 0, 102); }
.bg-color-5-800{ background-color:rgb(8, 0, 102); }
.color-5-900{ color:rgb(4, 0, 51); }
.bg-color-5-900{ background-color:rgb(4, 0, 51); }

.color-6-100{ color:rgb(208, 204, 255); }
.bg-color-6-100{ background-color:rgb(208, 204, 255); }
.color-6-200{ color:rgb(161, 153, 255); }
.bg-color-6-200{ background-color:rgb(161, 153, 255); }
.color-6-300{ color:rgb(114, 102, 255); }
.bg-color-6-300{ background-color:rgb(114, 102, 255); }
.color-6-400{ color:rgb(74, 59, 255); }
.bg-color-6-400{ background-color:rgb(74, 59, 255); }
.color-6-500{ color:rgb(20, 0, 255); }
.bg-color-6-500{ background-color:rgb(20, 0, 255); }
.color-6-600{ color:rgb(16, 0, 204); }
.bg-color-6-600{ background-color:rgb(16, 0, 204); }
.color-6-700{ color:rgb(12, 0, 153); }
.bg-color-6-700{ background-color:rgb(12, 0, 153); }
.color-6-800{ color:rgb(8, 0, 102); }
.bg-color-6-800{ background-color:rgb(8, 0, 102); }
.color-6-900{ color:rgb(4, 0, 51); }
.bg-color-6-900{ background-color:rgb(4, 0, 51); }

.color-7-100{ color:rgb(208, 204, 255); }
.bg-color-7-100{ background-color:rgb(208, 204, 255); }
.color-7-200{ color:rgb(160, 153, 255); }
.bg-color-7-200{ background-color:rgb(160, 153, 255); }
.color-7-300{ color:rgb(113, 102, 255); }
.bg-color-7-300{ background-color:rgb(113, 102, 255); }
.color-7-400{ color:rgb(50, 34, 255); }
.bg-color-7-400{ background-color:rgb(50, 34, 255); }
.color-7-500{ color:rgb(18, 0, 255); }
.bg-color-7-500{ background-color:rgb(18, 0, 255); }
.color-7-600{ color:rgb(15, 0, 204); }
.bg-color-7-600{ background-color:rgb(15, 0, 204); }
.color-7-700{ color:rgb(11, 0, 153); }
.bg-color-7-700{ background-color:rgb(11, 0, 153); }
.color-7-800{ color:rgb(7, 0, 102); }
.bg-color-7-800{ background-color:rgb(7, 0, 102); }
.color-7-900{ color:rgb(4, 0, 51); }
.bg-color-7-900{ background-color:rgb(4, 0, 51); }

.color-8-100{ color:rgb(208, 204, 255); }
.bg-color-8-100{ background-color:rgb(208, 204, 255); }
.color-8-200{ color:rgb(161, 153, 255); }
.bg-color-8-200{ background-color:rgb(161, 153, 255); }
.color-8-300{ color:rgb(114, 102, 255); }
.bg-color-8-300{ background-color:rgb(114, 102, 255); }
.color-8-400{ color:rgb(67, 51, 255); }
.bg-color-8-400{ background-color:rgb(67, 51, 255); }
.color-8-500{ color:rgb(27, 8, 255); }
.bg-color-8-500{ background-color:rgb(27, 8, 255); }
.color-8-600{ color:rgb(16, 0, 204); }
.bg-color-8-600{ background-color:rgb(16, 0, 204); }
.color-8-700{ color:rgb(12, 0, 153); }
.bg-color-8-700{ background-color:rgb(12, 0, 153); }
.color-8-800{ color:rgb(8, 0, 102); }
.bg-color-8-800{ background-color:rgb(8, 0, 102); }
.color-8-900{ color:rgb(4, 0, 51); }
.bg-color-8-900{ background-color:rgb(4, 0, 51); }

.color-9-100{ color:rgb(208, 204, 255); }
.bg-color-9-100{ background-color:rgb(208, 204, 255); }
.color-9-200{ color:rgb(161, 153, 255); }
.bg-color-9-200{ background-color:rgb(161, 153, 255); }
.color-9-300{ color:rgb(113, 102, 255); }
.bg-color-9-300{ background-color:rgb(113, 102, 255); }
.color-9-400{ color:rgb(66, 51, 255); }
.bg-color-9-400{ background-color:rgb(66, 51, 255); }
.color-9-500{ color:rgb(19, 0, 255); }
.bg-color-9-500{ background-color:rgb(19, 0, 255); }
.color-9-600{ color:rgb(15, 0, 204); }
.bg-color-9-600{ background-color:rgb(15, 0, 204); }
.color-9-700{ color:rgb(11, 0, 153); }
.bg-color-9-700{ background-color:rgb(11, 0, 153); }
.color-9-800{ color:rgb(8, 0, 102); }
.bg-color-9-800{ background-color:rgb(8, 0, 102); }
.color-9-900{ color:rgb(4, 0, 51); }
.bg-color-9-900{ background-color:rgb(4, 0, 51); }
WCAG Matrix

Download: PDF

Web Content Accessibility Guidelines (WCAG) 2.0 - Color Matrix.
  RGB(192, 187, 255)RGB(168, 162, 255)RGB(145, 136, 255)RGB(121, 110, 255)RGB(98, 85, 255)RGB(74, 59, 255)RGB(50, 34, 255)RGB(27, 8, 255)RGB(19, 0, 255)
           

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(192, 187, 255)  Ratio: 1.27
Failed 5
Ratio: 1.64
Failed 5
Ratio: 2.15
Failed 5
Ratio: 2.77
Failed 5
Ratio: 3.51
AA 18pt 2
Ratio: 4.20
AA 18pt 2
Ratio: 4.67
AA 1
AAA 18pt 4
Ratio: 4.77
AA 1
AAA 18pt 4
RGB(168, 162, 255) Ratio: 1.27
Failed 5
 Ratio: 1.29
Failed 5
Ratio: 1.69
Failed 5
Ratio: 2.18
Failed 5
Ratio: 2.76
Failed 5
Ratio: 3.30
AA 18pt 2
Ratio: 3.67
AA 18pt 2
Ratio: 3.75
AA 18pt 2
RGB(145, 136, 255) Ratio: 1.64
Failed 5
Ratio: 1.29
Failed 5
 Ratio: 1.31
Failed 5
Ratio: 1.68
Failed 5
Ratio: 2.13
Failed 5
Ratio: 2.55
Failed 5
Ratio: 2.84
Failed 5
Ratio: 2.90
Failed 5
RGB(121, 110, 255) Ratio: 2.15
Failed 5
Ratio: 1.69
Failed 5
Ratio: 1.31
Failed 5
 Ratio: 1.29
Failed 5
Ratio: 1.63
Failed 5
Ratio: 1.95
Failed 5
Ratio: 2.17
Failed 5
Ratio: 2.22
Failed 5
RGB(98, 85, 255) Ratio: 2.77
Failed 5
Ratio: 2.18
Failed 5
Ratio: 1.68
Failed 5
Ratio: 1.29
Failed 5
 Ratio: 1.27
Failed 5
Ratio: 1.52
Failed 5
Ratio: 1.69
Failed 5
Ratio: 1.72
Failed 5
RGB(74, 59, 255) Ratio: 3.51
AA 18pt 2
Ratio: 2.76
Failed 5
Ratio: 2.13
Failed 5
Ratio: 1.63
Failed 5
Ratio: 1.27
Failed 5
 Ratio: 1.20
Failed 5
Ratio: 1.33
Failed 5
Ratio: 1.36
Failed 5
RGB(50, 34, 255) Ratio: 4.20
AA 18pt 2
Ratio: 3.30
AA 18pt 2
Ratio: 2.55
Failed 5
Ratio: 1.95
Failed 5
Ratio: 1.52
Failed 5
Ratio: 1.20
Failed 5
 Ratio: 1.11
Failed 5
Ratio: 1.14
Failed 5
RGB(27, 8, 255) Ratio: 4.67
AA 1
AAA 18pt 4
Ratio: 3.67
AA 18pt 2
Ratio: 2.84
Failed 5
Ratio: 2.17
Failed 5
Ratio: 1.69
Failed 5
Ratio: 1.33
Failed 5
Ratio: 1.11
Failed 5
 Ratio: 1.02
Failed 5
RGB(19, 0, 255) Ratio: 4.77
AA 1
AAA 18pt 4
Ratio: 3.75
AA 18pt 2
Ratio: 2.90
Failed 5
Ratio: 2.22
Failed 5
Ratio: 1.72
Failed 5
Ratio: 1.36
Failed 5
Ratio: 1.14
Failed 5
Ratio: 1.02
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