#B6DBAF
A light, moderate green closely aligning with Darkseagreen.
About #B6DBAF
The hex code #B6DBAF represents a beautifully specific shade of green. Its closest recognized web color is Darkseagreen. This translates to an RGB value of rgb(182, 219, 175).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 17% cyan and 0% magenta inks. The HSL representation is 110.5° hue, 37.9% saturation, and 77.3% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6DBAF
RGB182, 219, 175
HSL110.5°, 37.9%, 77.3%
CMYK17%, 0%, 20%, 14%
HSV110.5°, 20.1%, 85.9%
LAB83.8, -20.3, 17.7
XYZ52.4, 63.7, 50.1
Decimal11983791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.74:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6DBAF;
}
.text-color {
color: #B6DBAF;
}
.border-color {
border: 2px solid #B6DBAF;
}