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(0, 119, 2)
Main Color 2
RGB(255, 255, 254)
Main Color 3
RGB(78, 172, 62)
Main Color 4
RGB(107, 200, 88)
Main Color 5
RGB(136, 229, 114)
Main Color 6
RGB(164, 255, 141)
Main Color 7
RGB(193, 255, 168)
Main Color 8
RGB(222, 255, 196)
Main Color 9
RGB(252, 255, 225)

RGB(0, 119, 2)



800 * Your Color
RGB(0, 119, 2)

RGB(255, 255, 254)



RGB(78, 172, 62)



500 * Your Color
RGB(78, 172, 62)

RGB(107, 200, 88) dark muted chartreuse



400 * Your Color
RGB(107, 200, 88)

RGB(136, 229, 114)



300 * Your Color
RGB(136, 229, 114)

RGB(164, 255, 141)



200 * Your Color
RGB(164, 255, 141)

RGB(193, 255, 168)



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

RGB(222, 255, 196)



100 * Your Color
RGB(222, 255, 196)

RGB(252, 255, 225)



100 * Your Color
RGB(252, 255, 225)

CSS Code

.main-color-1{ color:rgb(0, 119, 2); }
.main-bg-color-1{ background-color:rgb(0, 119, 2); }
.main-color-2{ color:rgb(255, 255, 254); }
.main-bg-color-2{ background-color:rgb(255, 255, 254); }
.main-color-3{ color:rgb(78, 172, 62); }
.main-bg-color-3{ background-color:rgb(78, 172, 62); }
.main-color-4{ color:rgb(107, 200, 88); }
.main-bg-color-4{ background-color:rgb(107, 200, 88); }
.main-color-5{ color:rgb(136, 229, 114); }
.main-bg-color-5{ background-color:rgb(136, 229, 114); }
.main-color-6{ color:rgb(164, 255, 141); }
.main-bg-color-6{ background-color:rgb(164, 255, 141); }
.main-color-7{ color:rgb(193, 255, 168); }
.main-bg-color-7{ background-color:rgb(193, 255, 168); }
.main-color-8{ color:rgb(222, 255, 196); }
.main-bg-color-8{ background-color:rgb(222, 255, 196); }
.main-color-9{ color:rgb(252, 255, 225); }
.main-bg-color-9{ background-color:rgb(252, 255, 225); }

.color-1-100{ color:rgb(204, 255, 205); }
.bg-color-1-100{ background-color:rgb(204, 255, 205); }
.color-1-200{ color:rgb(153, 255, 155); }
.bg-color-1-200{ background-color:rgb(153, 255, 155); }
.color-1-300{ color:rgb(102, 255, 105); }
.bg-color-1-300{ background-color:rgb(102, 255, 105); }
.color-1-400{ color:rgb(51, 255, 54); }
.bg-color-1-400{ background-color:rgb(51, 255, 54); }
.color-1-500{ color:rgb(0, 255, 4); }
.bg-color-1-500{ background-color:rgb(0, 255, 4); }
.color-1-600{ color:rgb(0, 204, 3); }
.bg-color-1-600{ background-color:rgb(0, 204, 3); }
.color-1-700{ color:rgb(0, 153, 3); }
.bg-color-1-700{ background-color:rgb(0, 153, 3); }
.color-1-800{ color:rgb(0, 119, 2); }
.bg-color-1-800{ background-color:rgb(0, 119, 2); }
.color-1-900{ color:rgb(0, 51, 1); }
.bg-color-1-900{ background-color:rgb(0, 51, 1); }

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

.color-3-100{ color:rgb(221, 241, 218); }
.bg-color-3-100{ background-color:rgb(221, 241, 218); }
.color-3-200{ color:rgb(187, 228, 180); }
.bg-color-3-200{ background-color:rgb(187, 228, 180); }
.color-3-300{ color:rgb(153, 214, 143); }
.bg-color-3-300{ background-color:rgb(153, 214, 143); }
.color-3-400{ color:rgb(119, 201, 105); }
.bg-color-3-400{ background-color:rgb(119, 201, 105); }
.color-3-500{ color:rgb(78, 172, 62); }
.bg-color-3-500{ background-color:rgb(78, 172, 62); }
.color-3-600{ color:rgb(68, 150, 54); }
.bg-color-3-600{ background-color:rgb(68, 150, 54); }
.color-3-700{ color:rgb(51, 112, 41); }
.bg-color-3-700{ background-color:rgb(51, 112, 41); }
.color-3-800{ color:rgb(34, 75, 27); }
.bg-color-3-800{ background-color:rgb(34, 75, 27); }
.color-3-900{ color:rgb(17, 37, 14); }
.bg-color-3-900{ background-color:rgb(17, 37, 14); }

.color-4-100{ color:rgb(221, 242, 217); }
.bg-color-4-100{ background-color:rgb(221, 242, 217); }
.color-4-200{ color:rgb(187, 230, 178); }
.bg-color-4-200{ background-color:rgb(187, 230, 178); }
.color-4-300{ color:rgb(153, 217, 140); }
.bg-color-4-300{ background-color:rgb(153, 217, 140); }
.color-4-400{ color:rgb(107, 200, 88); }
.bg-color-4-400{ background-color:rgb(107, 200, 88); }
.color-4-500{ color:rgb(85, 192, 63); }
.bg-color-4-500{ background-color:rgb(85, 192, 63); }
.color-4-600{ color:rgb(68, 153, 51); }
.bg-color-4-600{ background-color:rgb(68, 153, 51); }
.color-4-700{ color:rgb(51, 115, 38); }
.bg-color-4-700{ background-color:rgb(51, 115, 38); }
.color-4-800{ color:rgb(34, 77, 25); }
.bg-color-4-800{ background-color:rgb(34, 77, 25); }
.color-4-900{ color:rgb(17, 38, 13); }
.bg-color-4-900{ background-color:rgb(17, 38, 13); }

.color-5-100{ color:rgb(219, 247, 212); }
.bg-color-5-100{ background-color:rgb(219, 247, 212); }
.color-5-200{ color:rgb(182, 239, 169); }
.bg-color-5-200{ background-color:rgb(182, 239, 169); }
.color-5-300{ color:rgb(136, 229, 114); }
.bg-color-5-300{ background-color:rgb(136, 229, 114); }
.color-5-400{ color:rgb(110, 223, 83); }
.bg-color-5-400{ background-color:rgb(110, 223, 83); }
.color-5-500{ color:rgb(73, 215, 40); }
.bg-color-5-500{ background-color:rgb(73, 215, 40); }
.color-5-600{ color:rgb(59, 172, 32); }
.bg-color-5-600{ background-color:rgb(59, 172, 32); }
.color-5-700{ color:rgb(44, 129, 24); }
.bg-color-5-700{ background-color:rgb(44, 129, 24); }
.color-5-800{ color:rgb(29, 86, 16); }
.bg-color-5-800{ background-color:rgb(29, 86, 16); }
.color-5-900{ color:rgb(15, 43, 8); }
.bg-color-5-900{ background-color:rgb(15, 43, 8); }

.color-6-100{ color:rgb(214, 255, 204); }
.bg-color-6-100{ background-color:rgb(214, 255, 204); }
.color-6-200{ color:rgb(164, 255, 141); }
.bg-color-6-200{ background-color:rgb(164, 255, 141); }
.color-6-300{ color:rgb(133, 255, 102); }
.bg-color-6-300{ background-color:rgb(133, 255, 102); }
.color-6-400{ color:rgb(92, 255, 51); }
.bg-color-6-400{ background-color:rgb(92, 255, 51); }
.color-6-500{ color:rgb(51, 255, 0); }
.bg-color-6-500{ background-color:rgb(51, 255, 0); }
.color-6-600{ color:rgb(41, 204, 0); }
.bg-color-6-600{ background-color:rgb(41, 204, 0); }
.color-6-700{ color:rgb(31, 153, 0); }
.bg-color-6-700{ background-color:rgb(31, 153, 0); }
.color-6-800{ color:rgb(21, 102, 0); }
.bg-color-6-800{ background-color:rgb(21, 102, 0); }
.color-6-900{ color:rgb(10, 51, 0); }
.bg-color-6-900{ background-color:rgb(10, 51, 0); }

.color-7-100{ color:rgb(219, 255, 204); }
.bg-color-7-100{ background-color:rgb(219, 255, 204); }
.color-7-200{ color:rgb(193, 255, 168); }
.bg-color-7-200{ background-color:rgb(193, 255, 168); }
.color-7-300{ color:rgb(146, 255, 102); }
.bg-color-7-300{ background-color:rgb(146, 255, 102); }
.color-7-400{ color:rgb(110, 255, 51); }
.bg-color-7-400{ background-color:rgb(110, 255, 51); }
.color-7-500{ color:rgb(73, 255, 0); }
.bg-color-7-500{ background-color:rgb(73, 255, 0); }
.color-7-600{ color:rgb(59, 204, 0); }
.bg-color-7-600{ background-color:rgb(59, 204, 0); }
.color-7-700{ color:rgb(44, 153, 0); }
.bg-color-7-700{ background-color:rgb(44, 153, 0); }
.color-7-800{ color:rgb(29, 102, 0); }
.bg-color-7-800{ background-color:rgb(29, 102, 0); }
.color-7-900{ color:rgb(15, 51, 0); }
.bg-color-7-900{ background-color:rgb(15, 51, 0); }

.color-8-100{ color:rgb(222, 255, 196); }
.bg-color-8-100{ background-color:rgb(222, 255, 196); }
.color-8-200{ color:rgb(198, 255, 153); }
.bg-color-8-200{ background-color:rgb(198, 255, 153); }
.color-8-300{ color:rgb(169, 255, 102); }
.bg-color-8-300{ background-color:rgb(169, 255, 102); }
.color-8-400{ color:rgb(141, 255, 51); }
.bg-color-8-400{ background-color:rgb(141, 255, 51); }
.color-8-500{ color:rgb(112, 255, 0); }
.bg-color-8-500{ background-color:rgb(112, 255, 0); }
.color-8-600{ color:rgb(90, 204, 0); }
.bg-color-8-600{ background-color:rgb(90, 204, 0); }
.color-8-700{ color:rgb(67, 153, 0); }
.bg-color-8-700{ background-color:rgb(67, 153, 0); }
.color-8-800{ color:rgb(45, 102, 0); }
.bg-color-8-800{ background-color:rgb(45, 102, 0); }
.color-8-900{ color:rgb(22, 51, 0); }
.bg-color-8-900{ background-color:rgb(22, 51, 0); }

.color-9-100{ color:rgb(252, 255, 225); }
.bg-color-9-100{ background-color:rgb(252, 255, 225); }
.color-9-200{ color:rgb(245, 255, 153); }
.bg-color-9-200{ background-color:rgb(245, 255, 153); }
.color-9-300{ color:rgb(240, 255, 102); }
.bg-color-9-300{ background-color:rgb(240, 255, 102); }
.color-9-400{ color:rgb(235, 255, 51); }
.bg-color-9-400{ background-color:rgb(235, 255, 51); }
.color-9-500{ color:rgb(230, 255, 0); }
.bg-color-9-500{ background-color:rgb(230, 255, 0); }
.color-9-600{ color:rgb(184, 204, 0); }
.bg-color-9-600{ background-color:rgb(184, 204, 0); }
.color-9-700{ color:rgb(138, 153, 0); }
.bg-color-9-700{ background-color:rgb(138, 153, 0); }
.color-9-800{ color:rgb(92, 102, 0); }
.bg-color-9-800{ background-color:rgb(92, 102, 0); }
.color-9-900{ color:rgb(46, 51, 0); }
.bg-color-9-900{ background-color:rgb(46, 51, 0); }
WCAG Matrix

Download: PDF

Web Content Accessibility Guidelines (WCAG) 2.0 - Color Matrix.
  RGB(0, 119, 2)RGB(255, 255, 254)RGB(78, 172, 62)RGB(107, 200, 88)RGB(136, 229, 114)RGB(164, 255, 141)RGB(193, 255, 168)RGB(222, 255, 196)RGB(252, 255, 225)
           

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(0, 119, 2)  Ratio: 5.77
AA 1
AAA 18pt 4
Ratio: 2.00
Failed 5
Ratio: 2.76
Failed 5
Ratio: 3.71
AA 18pt 2
Ratio: 4.74
AA 1
AAA 18pt 4
Ratio: 4.98
AA 1
AAA 18pt 4
Ratio: 5.28
AA 1
AAA 18pt 4
Ratio: 5.64
AA 1
AAA 18pt 4
RGB(255, 255, 254) Ratio: 5.77
AA 1
AAA 18pt 4
 Ratio: 2.88
Failed 5
Ratio: 2.09
Failed 5
Ratio: 1.55
Failed 5
Ratio: 1.22
Failed 5
Ratio: 1.16
Failed 5
Ratio: 1.09
Failed 5
Ratio: 1.02
Failed 5
RGB(78, 172, 62) Ratio: 2.00
Failed 5
Ratio: 2.88
Failed 5
 Ratio: 1.37
Failed 5
Ratio: 1.85
Failed 5
Ratio: 2.37
Failed 5
Ratio: 2.49
Failed 5
Ratio: 2.63
Failed 5
Ratio: 2.81
Failed 5
RGB(107, 200, 88) Ratio: 2.76
Failed 5
Ratio: 2.09
Failed 5
Ratio: 1.37
Failed 5
 Ratio: 1.35
Failed 5
Ratio: 1.72
Failed 5
Ratio: 1.81
Failed 5
Ratio: 1.92
Failed 5
Ratio: 2.05
Failed 5
RGB(136, 229, 114) Ratio: 3.71
AA 18pt 2
Ratio: 1.55
Failed 5
Ratio: 1.85
Failed 5
Ratio: 1.35
Failed 5
 Ratio: 1.28
Failed 5
Ratio: 1.34
Failed 5
Ratio: 1.42
Failed 5
Ratio: 1.52
Failed 5
RGB(164, 255, 141) Ratio: 4.74
AA 1
AAA 18pt 4
Ratio: 1.22
Failed 5
Ratio: 2.37
Failed 5
Ratio: 1.72
Failed 5
Ratio: 1.28
Failed 5
 Ratio: 1.05
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.19
Failed 5
RGB(193, 255, 168) Ratio: 4.98
AA 1
AAA 18pt 4
Ratio: 1.16
Failed 5
Ratio: 2.49
Failed 5
Ratio: 1.81
Failed 5
Ratio: 1.34
Failed 5
Ratio: 1.05
Failed 5
 Ratio: 1.06
Failed 5
Ratio: 1.13
Failed 5
RGB(222, 255, 196) Ratio: 5.28
AA 1
AAA 18pt 4
Ratio: 1.09
Failed 5
Ratio: 2.63
Failed 5
Ratio: 1.92
Failed 5
Ratio: 1.42
Failed 5
Ratio: 1.11
Failed 5
Ratio: 1.06
Failed 5
 Ratio: 1.07
Failed 5
RGB(252, 255, 225) Ratio: 5.64
AA 1
AAA 18pt 4
Ratio: 1.02
Failed 5
Ratio: 2.81
Failed 5
Ratio: 2.05
Failed 5
Ratio: 1.52
Failed 5
Ratio: 1.19
Failed 5
Ratio: 1.13
Failed 5
Ratio: 1.07
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