#BDE9AF
A very light, moderate green closely aligning with Darkseagreen.
About #BDE9AF
Visually, #BDE9AF is defined as a moderate green. If you're using CSS, you might find it aligns closely with Darkseagreen. Its digital footprint relies on 189 parts red, 233 parts green, and 175 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 19% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDE9AF
RGB189, 233, 175
HSL105.5°, 56.9%, 80.0%
CMYK19%, 0%, 25%, 9%
HSV105.5°, 24.9%, 91.4%
LAB88.1, -24.8, 23.6
XYZ57.9, 72.2, 51.4
Decimal12446127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.44:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDE9AF;
}
.text-color {
color: #BDE9AF;
}
.border-color {
border: 2px solid #BDE9AF;
}