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(20, 196, 189)
Main Color 2
RGB(35, 189, 241)
Main Color 3
RGB(249, 146, 163)
Main Color 4
RGB(230, 161, 110)

RGB(20, 196, 189) middle washed spring green



600 * Your Color
RGB(20, 196, 189)

RGB(35, 189, 241) light washed azure



500 * Your Color
RGB(35, 189, 241)

RGB(249, 146, 163)



200 * Your Color
RGB(249, 146, 163)

RGB(230, 161, 110)



300 * Your Color
RGB(230, 161, 110)

CSS Code

.main-color-1{ color:rgb(20, 196, 189); }
.main-bg-color-1{ background-color:rgb(20, 196, 189); }
.main-color-2{ color:rgb(35, 189, 241); }
.main-bg-color-2{ background-color:rgb(35, 189, 241); }
.main-color-3{ color:rgb(249, 146, 163); }
.main-bg-color-3{ background-color:rgb(249, 146, 163); }
.main-color-4{ color:rgb(230, 161, 110); }
.main-bg-color-4{ background-color:rgb(230, 161, 110); }

.color-1-100{ color:rgb(209, 250, 249); }
.bg-color-1-100{ background-color:rgb(209, 250, 249); }
.color-1-200{ color:rgb(162, 246, 242); }
.bg-color-1-200{ background-color:rgb(162, 246, 242); }
.color-1-300{ color:rgb(116, 241, 236); }
.bg-color-1-300{ background-color:rgb(116, 241, 236); }
.color-1-400{ color:rgb(70, 236, 230); }
.bg-color-1-400{ background-color:rgb(70, 236, 230); }
.color-1-500{ color:rgb(24, 231, 223); }
.bg-color-1-500{ background-color:rgb(24, 231, 223); }
.color-1-600{ color:rgb(20, 196, 189); }
.bg-color-1-600{ background-color:rgb(20, 196, 189); }
.color-1-700{ color:rgb(14, 139, 134); }
.bg-color-1-700{ background-color:rgb(14, 139, 134); }
.color-1-800{ color:rgb(9, 93, 89); }
.bg-color-1-800{ background-color:rgb(9, 93, 89); }
.color-1-900{ color:rgb(5, 46, 45); }
.bg-color-1-900{ background-color:rgb(5, 46, 45); }

.color-2-100{ color:rgb(207, 241, 252); }
.bg-color-2-100{ background-color:rgb(207, 241, 252); }
.color-2-200{ color:rgb(159, 226, 249); }
.bg-color-2-200{ background-color:rgb(159, 226, 249); }
.color-2-300{ color:rgb(111, 212, 246); }
.bg-color-2-300{ background-color:rgb(111, 212, 246); }
.color-2-400{ color:rgb(63, 197, 243); }
.bg-color-2-400{ background-color:rgb(63, 197, 243); }
.color-2-500{ color:rgb(35, 189, 241); }
.bg-color-2-500{ background-color:rgb(35, 189, 241); }
.color-2-600{ color:rgb(12, 146, 192); }
.bg-color-2-600{ background-color:rgb(12, 146, 192); }
.color-2-700{ color:rgb(9, 110, 144); }
.bg-color-2-700{ background-color:rgb(9, 110, 144); }
.color-2-800{ color:rgb(6, 73, 96); }
.bg-color-2-800{ background-color:rgb(6, 73, 96); }
.color-2-900{ color:rgb(3, 37, 48); }
.bg-color-2-900{ background-color:rgb(3, 37, 48); }

.color-3-100{ color:rgb(252, 207, 214); }
.bg-color-3-100{ background-color:rgb(252, 207, 214); }
.color-3-200{ color:rgb(249, 146, 163); }
.bg-color-3-200{ background-color:rgb(249, 146, 163); }
.color-3-300{ color:rgb(247, 110, 133); }
.bg-color-3-300{ background-color:rgb(247, 110, 133); }
.color-3-400{ color:rgb(244, 62, 92); }
.bg-color-3-400{ background-color:rgb(244, 62, 92); }
.color-3-500{ color:rgb(242, 13, 51); }
.bg-color-3-500{ background-color:rgb(242, 13, 51); }
.color-3-600{ color:rgb(193, 11, 41); }
.bg-color-3-600{ background-color:rgb(193, 11, 41); }
.color-3-700{ color:rgb(145, 8, 31); }
.bg-color-3-700{ background-color:rgb(145, 8, 31); }
.color-3-800{ color:rgb(97, 5, 20); }
.bg-color-3-800{ background-color:rgb(97, 5, 20); }
.color-3-900{ color:rgb(48, 3, 10); }
.bg-color-3-900{ background-color:rgb(48, 3, 10); }

.color-4-100{ color:rgb(248, 227, 211); }
.bg-color-4-100{ background-color:rgb(248, 227, 211); }
.color-4-200{ color:rgb(240, 199, 168); }
.bg-color-4-200{ background-color:rgb(240, 199, 168); }
.color-4-300{ color:rgb(230, 161, 110); }
.bg-color-4-300{ background-color:rgb(230, 161, 110); }
.color-4-400{ color:rgb(225, 142, 81); }
.bg-color-4-400{ background-color:rgb(225, 142, 81); }
.color-4-500{ color:rgb(218, 114, 38); }
.bg-color-4-500{ background-color:rgb(218, 114, 38); }
.color-4-600{ color:rgb(174, 91, 30); }
.bg-color-4-600{ background-color:rgb(174, 91, 30); }
.color-4-700{ color:rgb(131, 68, 23); }
.bg-color-4-700{ background-color:rgb(131, 68, 23); }
.color-4-800{ color:rgb(87, 46, 15); }
.bg-color-4-800{ background-color:rgb(87, 46, 15); }
.color-4-900{ color:rgb(44, 23, 8); }
.bg-color-4-900{ background-color:rgb(44, 23, 8); }
WCAG Matrix

Download: PDF

Web Content Accessibility Guidelines (WCAG) 2.0 - Color Matrix.
  RGB(20, 196, 189)RGB(35, 189, 241)RGB(249, 146, 163)RGB(230, 161, 110)
      

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(20, 196, 189)  Ratio: 1.00
Failed 5
Ratio: 1.00
Failed 5
Ratio: 1.00
Failed 5
RGB(35, 189, 241) Ratio: 1.00
Failed 5
 Ratio: 1.00
Failed 5
Ratio: 1.01
Failed 5
RGB(249, 146, 163) Ratio: 1.00
Failed 5
Ratio: 1.00
Failed 5
 Ratio: 1.00
Failed 5
RGB(230, 161, 110) Ratio: 1.00
Failed 5
Ratio: 1.01
Failed 5
Ratio: 1.00
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