#B6DBCC
A light, moderate green closely aligning with Powderblue.
About #B6DBCC
Visually, #B6DBCC is defined as a moderate green. Designers often compare it to the standard color Powderblue. This translates to an RGB value of rgb(182, 219, 204).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 17% Cyan, 0% Magenta, 7% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6DBCC
RGB182, 219, 204
HSL155.7°, 33.9%, 78.6%
CMYK17%, 0%, 7%, 14%
HSV155.7°, 16.9%, 85.9%
LAB84.5, -15.1, 3.3
XYZ55.5, 65.0, 66.7
Decimal11983820
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.99:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6DBCC;
}
.text-color {
color: #B6DBCC;
}
.border-color {
border: 2px solid #B6DBCC;
}