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(186, 179, 243)
Main Color 2
RGB(164, 155, 243)
Main Color 3
RGB(143, 130, 243)
Main Color 4
RGB(121, 106, 243)
Main Color 5
RGB(99, 82, 243)
Main Color 6
RGB(78, 58, 243)
Main Color 7
RGB(56, 33, 243)
Main Color 8
RGB(35, 9, 243)
Main Color 9
RGB(27, 0, 243)

RGB(186, 179, 243)



200 * Your Color
RGB(186, 179, 243)

RGB(164, 155, 243)



200 * Your Color
RGB(164, 155, 243)

RGB(143, 130, 243)



300 * Your Color
RGB(143, 130, 243)

RGB(121, 106, 243)



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

RGB(99, 82, 243) middle muted purple



400 * Your Color
RGB(99, 82, 243)

RGB(78, 58, 243) dark washed blue



400 * Your Color
RGB(78, 58, 243)

RGB(56, 33, 243) dark washed blue



500 * Your Color
RGB(56, 33, 243)

RGB(35, 9, 243) dark saturated blue



500 * Your Color
RGB(35, 9, 243)

RGB(27, 0, 243) dark saturated blue



500 * Your Color
RGB(27, 0, 243)

CSS Code

.main-color-1{ color:rgb(186, 179, 243); }
.main-bg-color-1{ background-color:rgb(186, 179, 243); }
.main-color-2{ color:rgb(164, 155, 243); }
.main-bg-color-2{ background-color:rgb(164, 155, 243); }
.main-color-3{ color:rgb(143, 130, 243); }
.main-bg-color-3{ background-color:rgb(143, 130, 243); }
.main-color-4{ color:rgb(121, 106, 243); }
.main-bg-color-4{ background-color:rgb(121, 106, 243); }
.main-color-5{ color:rgb(99, 82, 243); }
.main-bg-color-5{ background-color:rgb(99, 82, 243); }
.main-color-6{ color:rgb(78, 58, 243); }
.main-bg-color-6{ background-color:rgb(78, 58, 243); }
.main-color-7{ color:rgb(56, 33, 243); }
.main-bg-color-7{ background-color:rgb(56, 33, 243); }
.main-color-8{ color:rgb(35, 9, 243); }
.main-bg-color-8{ background-color:rgb(35, 9, 243); }
.main-color-9{ color:rgb(27, 0, 243); }
.main-bg-color-9{ background-color:rgb(27, 0, 243); }

.color-1-100{ color:rgb(215, 211, 248); }
.bg-color-1-100{ background-color:rgb(215, 211, 248); }
.color-1-200{ color:rgb(186, 179, 243); }
.bg-color-1-200{ background-color:rgb(186, 179, 243); }
.color-1-300{ color:rgb(135, 123, 234); }
.bg-color-1-300{ background-color:rgb(135, 123, 234); }
.color-1-400{ color:rgb(95, 79, 227); }
.bg-color-1-400{ background-color:rgb(95, 79, 227); }
.color-1-500{ color:rgb(55, 35, 220); }
.bg-color-1-500{ background-color:rgb(55, 35, 220); }
.color-1-600{ color:rgb(44, 28, 176); }
.bg-color-1-600{ background-color:rgb(44, 28, 176); }
.color-1-700{ color:rgb(33, 21, 132); }
.bg-color-1-700{ background-color:rgb(33, 21, 132); }
.color-1-800{ color:rgb(22, 14, 88); }
.bg-color-1-800{ background-color:rgb(22, 14, 88); }
.color-1-900{ color:rgb(11, 7, 44); }
.bg-color-1-900{ background-color:rgb(11, 7, 44); }

.color-2-100{ color:rgb(214, 209, 250); }
.bg-color-2-100{ background-color:rgb(214, 209, 250); }
.color-2-200{ color:rgb(164, 155, 243); }
.bg-color-2-200{ background-color:rgb(164, 155, 243); }
.color-2-300{ color:rgb(131, 118, 239); }
.bg-color-2-300{ background-color:rgb(131, 118, 239); }
.color-2-400{ color:rgb(89, 73, 233); }
.bg-color-2-400{ background-color:rgb(89, 73, 233); }
.color-2-500{ color:rgb(48, 27, 228); }
.bg-color-2-500{ background-color:rgb(48, 27, 228); }
.color-2-600{ color:rgb(38, 22, 182); }
.bg-color-2-600{ background-color:rgb(38, 22, 182); }
.color-2-700{ color:rgb(29, 16, 137); }
.bg-color-2-700{ background-color:rgb(29, 16, 137); }
.color-2-800{ color:rgb(19, 11, 91); }
.bg-color-2-800{ background-color:rgb(19, 11, 91); }
.color-2-900{ color:rgb(10, 5, 46); }
.bg-color-2-900{ background-color:rgb(10, 5, 46); }

.color-3-100{ color:rgb(213, 208, 251); }
.bg-color-3-100{ background-color:rgb(213, 208, 251); }
.color-3-200{ color:rgb(172, 162, 246); }
.bg-color-3-200{ background-color:rgb(172, 162, 246); }
.color-3-300{ color:rgb(143, 130, 243); }
.bg-color-3-300{ background-color:rgb(143, 130, 243); }
.color-3-400{ color:rgb(88, 69, 237); }
.bg-color-3-400{ background-color:rgb(88, 69, 237); }
.color-3-500{ color:rgb(47, 22, 233); }
.bg-color-3-500{ background-color:rgb(47, 22, 233); }
.color-3-600{ color:rgb(37, 18, 186); }
.bg-color-3-600{ background-color:rgb(37, 18, 186); }
.color-3-700{ color:rgb(28, 13, 140); }
.bg-color-3-700{ background-color:rgb(28, 13, 140); }
.color-3-800{ color:rgb(19, 9, 93); }
.bg-color-3-800{ background-color:rgb(19, 9, 93); }
.color-3-900{ color:rgb(9, 4, 47); }
.bg-color-3-900{ background-color:rgb(9, 4, 47); }

.color-4-100{ color:rgb(213, 208, 251); }
.bg-color-4-100{ background-color:rgb(213, 208, 251); }
.color-4-200{ color:rgb(170, 161, 247); }
.bg-color-4-200{ background-color:rgb(170, 161, 247); }
.color-4-300{ color:rgb(121, 106, 243); }
.bg-color-4-300{ background-color:rgb(121, 106, 243); }
.color-4-400{ color:rgb(85, 66, 240); }
.bg-color-4-400{ background-color:rgb(85, 66, 240); }
.color-4-500{ color:rgb(43, 19, 236); }
.bg-color-4-500{ background-color:rgb(43, 19, 236); }
.color-4-600{ color:rgb(34, 15, 189); }
.bg-color-4-600{ background-color:rgb(34, 15, 189); }
.color-4-700{ color:rgb(26, 11, 142); }
.bg-color-4-700{ background-color:rgb(26, 11, 142); }
.color-4-800{ color:rgb(17, 8, 94); }
.bg-color-4-800{ background-color:rgb(17, 8, 94); }
.color-4-900{ color:rgb(9, 4, 47); }
.bg-color-4-900{ background-color:rgb(9, 4, 47); }

.color-5-100{ color:rgb(212, 207, 252); }
.bg-color-5-100{ background-color:rgb(212, 207, 252); }
.color-5-200{ color:rgb(169, 160, 248); }
.bg-color-5-200{ background-color:rgb(169, 160, 248); }
.color-5-300{ color:rgb(126, 112, 245); }
.bg-color-5-300{ background-color:rgb(126, 112, 245); }
.color-5-400{ color:rgb(99, 82, 243); }
.bg-color-5-400{ background-color:rgb(99, 82, 243); }
.color-5-500{ color:rgb(40, 17, 238); }
.bg-color-5-500{ background-color:rgb(40, 17, 238); }
.color-5-600{ color:rgb(32, 13, 191); }
.bg-color-5-600{ background-color:rgb(32, 13, 191); }
.color-5-700{ color:rgb(24, 10, 143); }
.bg-color-5-700{ background-color:rgb(24, 10, 143); }
.color-5-800{ color:rgb(16, 7, 95); }
.bg-color-5-800{ background-color:rgb(16, 7, 95); }
.color-5-900{ color:rgb(8, 3, 48); }
.bg-color-5-900{ background-color:rgb(8, 3, 48); }

.color-6-100{ color:rgb(212, 207, 252); }
.bg-color-6-100{ background-color:rgb(212, 207, 252); }
.color-6-200{ color:rgb(169, 159, 249); }
.bg-color-6-200{ background-color:rgb(169, 159, 249); }
.color-6-300{ color:rgb(125, 111, 246); }
.bg-color-6-300{ background-color:rgb(125, 111, 246); }
.color-6-400{ color:rgb(78, 58, 243); }
.bg-color-6-400{ background-color:rgb(78, 58, 243); }
.color-6-500{ color:rgb(39, 15, 240); }
.bg-color-6-500{ background-color:rgb(39, 15, 240); }
.color-6-600{ color:rgb(31, 12, 192); }
.bg-color-6-600{ background-color:rgb(31, 12, 192); }
.color-6-700{ color:rgb(23, 9, 144); }
.bg-color-6-700{ background-color:rgb(23, 9, 144); }
.color-6-800{ color:rgb(16, 6, 96); }
.bg-color-6-800{ background-color:rgb(16, 6, 96); }
.color-6-900{ color:rgb(8, 3, 48); }
.bg-color-6-900{ background-color:rgb(8, 3, 48); }

.color-7-100{ color:rgb(212, 207, 252); }
.bg-color-7-100{ background-color:rgb(212, 207, 252); }
.color-7-200{ color:rgb(168, 158, 250); }
.bg-color-7-200{ background-color:rgb(168, 158, 250); }
.color-7-300{ color:rgb(125, 110, 247); }
.bg-color-7-300{ background-color:rgb(125, 110, 247); }
.color-7-400{ color:rgb(82, 61, 245); }
.bg-color-7-400{ background-color:rgb(82, 61, 245); }
.color-7-500{ color:rgb(56, 33, 243); }
.bg-color-7-500{ background-color:rgb(56, 33, 243); }
.color-7-600{ color:rgb(31, 10, 194); }
.bg-color-7-600{ background-color:rgb(31, 10, 194); }
.color-7-700{ color:rgb(23, 8, 145); }
.bg-color-7-700{ background-color:rgb(23, 8, 145); }
.color-7-800{ color:rgb(15, 5, 97); }
.bg-color-7-800{ background-color:rgb(15, 5, 97); }
.color-7-900{ color:rgb(8, 3, 48); }
.bg-color-7-900{ background-color:rgb(8, 3, 48); }

.color-8-100{ color:rgb(211, 206, 253); }
.bg-color-8-100{ background-color:rgb(211, 206, 253); }
.color-8-200{ color:rgb(167, 157, 251); }
.bg-color-8-200{ background-color:rgb(167, 157, 251); }
.color-8-300{ color:rgb(123, 107, 250); }
.bg-color-8-300{ background-color:rgb(123, 107, 250); }
.color-8-400{ color:rgb(79, 58, 248); }
.bg-color-8-400{ background-color:rgb(79, 58, 248); }
.color-8-500{ color:rgb(35, 9, 243); }
.bg-color-8-500{ background-color:rgb(35, 9, 243); }
.color-8-600{ color:rgb(28, 7, 197); }
.bg-color-8-600{ background-color:rgb(28, 7, 197); }
.color-8-700{ color:rgb(21, 5, 148); }
.bg-color-8-700{ background-color:rgb(21, 5, 148); }
.color-8-800{ color:rgb(14, 4, 98); }
.bg-color-8-800{ background-color:rgb(14, 4, 98); }
.color-8-900{ color:rgb(7, 2, 49); }
.bg-color-8-900{ background-color:rgb(7, 2, 49); }

.color-9-100{ color:rgb(210, 204, 255); }
.bg-color-9-100{ background-color:rgb(210, 204, 255); }
.color-9-200{ color:rgb(164, 153, 255); }
.bg-color-9-200{ background-color:rgb(164, 153, 255); }
.color-9-300{ color:rgb(119, 102, 255); }
.bg-color-9-300{ background-color:rgb(119, 102, 255); }
.color-9-400{ color:rgb(74, 51, 255); }
.bg-color-9-400{ background-color:rgb(74, 51, 255); }
.color-9-500{ color:rgb(27, 0, 243); }
.bg-color-9-500{ background-color:rgb(27, 0, 243); }
.color-9-600{ color:rgb(23, 0, 204); }
.bg-color-9-600{ background-color:rgb(23, 0, 204); }
.color-9-700{ color:rgb(17, 0, 153); }
.bg-color-9-700{ background-color:rgb(17, 0, 153); }
.color-9-800{ color:rgb(11, 0, 102); }
.bg-color-9-800{ background-color:rgb(11, 0, 102); }
.color-9-900{ color:rgb(6, 0, 51); }
.bg-color-9-900{ background-color:rgb(6, 0, 51); }
WCAG Matrix

Download: PDF

Web Content Accessibility Guidelines (WCAG) 2.0 - Color Matrix.
  RGB(186, 179, 243)RGB(164, 155, 243)RGB(143, 130, 243)RGB(121, 106, 243)RGB(99, 82, 243)RGB(78, 58, 243)RGB(56, 33, 243)RGB(35, 9, 243)RGB(27, 0, 243)
           

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(186, 179, 243)  Ratio: 1.27
Failed 5
Ratio: 1.63
Failed 5
Ratio: 2.10
Failed 5
Ratio: 2.69
Failed 5
Ratio: 3.36
AA 18pt 2
Ratio: 4.04
AA 18pt 2
Ratio: 4.50
AA 1
AAA 18pt 4
Ratio: 4.63
AA 1
AAA 18pt 4
RGB(164, 155, 243) Ratio: 1.27
Failed 5
 Ratio: 1.29
Failed 5
Ratio: 1.66
Failed 5
Ratio: 2.12
Failed 5
Ratio: 2.66
Failed 5
Ratio: 3.19
AA 18pt 2
Ratio: 3.56
AA 18pt 2
Ratio: 3.66
AA 18pt 2
RGB(143, 130, 243) Ratio: 1.63
Failed 5
Ratio: 1.29
Failed 5
 Ratio: 1.29
Failed 5
Ratio: 1.65
Failed 5
Ratio: 2.06
Failed 5
Ratio: 2.48
Failed 5
Ratio: 2.77
Failed 5
Ratio: 2.84
Failed 5
RGB(121, 106, 243) Ratio: 2.10
Failed 5
Ratio: 1.66
Failed 5
Ratio: 1.29
Failed 5
 Ratio: 1.28
Failed 5
Ratio: 1.60
Failed 5
Ratio: 1.93
Failed 5
Ratio: 2.15
Failed 5
Ratio: 2.21
Failed 5
RGB(99, 82, 243) Ratio: 2.69
Failed 5
Ratio: 2.12
Failed 5
Ratio: 1.65
Failed 5
Ratio: 1.28
Failed 5
 Ratio: 1.25
Failed 5
Ratio: 1.50
Failed 5
Ratio: 1.68
Failed 5
Ratio: 1.72
Failed 5
RGB(78, 58, 243) Ratio: 3.36
AA 18pt 2
Ratio: 2.66
Failed 5
Ratio: 2.06
Failed 5
Ratio: 1.60
Failed 5
Ratio: 1.25
Failed 5
 Ratio: 1.20
Failed 5
Ratio: 1.34
Failed 5
Ratio: 1.38
Failed 5
RGB(56, 33, 243) Ratio: 4.04
AA 18pt 2
Ratio: 3.19
AA 18pt 2
Ratio: 2.48
Failed 5
Ratio: 1.93
Failed 5
Ratio: 1.50
Failed 5
Ratio: 1.20
Failed 5
 Ratio: 1.11
Failed 5
Ratio: 1.14
Failed 5
RGB(35, 9, 243) Ratio: 4.50
AA 1
AAA 18pt 4
Ratio: 3.56
AA 18pt 2
Ratio: 2.77
Failed 5
Ratio: 2.15
Failed 5
Ratio: 1.68
Failed 5
Ratio: 1.34
Failed 5
Ratio: 1.11
Failed 5
 Ratio: 1.03
Failed 5
RGB(27, 0, 243) Ratio: 4.63
AA 1
AAA 18pt 4
Ratio: 3.66
AA 18pt 2
Ratio: 2.84
Failed 5
Ratio: 2.21
Failed 5
Ratio: 1.72
Failed 5
Ratio: 1.38
Failed 5
Ratio: 1.14
Failed 5
Ratio: 1.03
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