#B6DBBD
A light, moderate green closely aligning with Darkseagreen.
About #B6DBBD
Visually, #B6DBBD is defined as a moderate green. Its closest recognized web color is Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 219, and 189.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 17% cyan, 0% magenta, 14% yellow, and 14% black. The HSL representation is 131.4° hue, 33.9% saturation, and 78.6% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B6DBBD
RGB182, 219, 189
HSL131.4°, 33.9%, 78.6%
CMYK17%, 0%, 14%, 14%
HSV131.4°, 16.9%, 85.9%
LAB84.1, -17.9, 10.7
XYZ53.8, 64.3, 57.7
Decimal11983805
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.86:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6DBBD;
}
.text-color {
color: #B6DBBD;
}
.border-color {
border: 2px solid #B6DBBD;
}