#BDE2BD
A very light, moderate green closely aligning with Darkseagreen.
About #BDE2BD
When working with digital screens, the color #BDE2BD is rendered by mixing light. Designers often compare it to the standard color Darkseagreen. This translates to an RGB value of rgb(189, 226, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 16% cyan, 0% magenta, 16% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a very 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#BDE2BD
RGB189, 226, 189
HSL120.0°, 38.9%, 81.4%
CMYK16%, 0%, 16%, 11%
HSV120.0°, 16.4%, 88.6%
LAB86.4, -19.0, 14.1
XYZ57.4, 68.9, 58.4
Decimal12444349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.78:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDE2BD;
}
.text-color {
color: #BDE2BD;
}
.border-color {
border: 2px solid #BDE2BD;
}