#BDFFA0
A very light, vivid green closely aligning with Palegreen.
About #BDFFA0
Visually, #BDFFA0 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Palegreen. Its digital footprint relies on 189 parts red, 255 parts green, and 160 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 26% Cyan, 0% Magenta, 37% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDFFA0
RGB189, 255, 160
HSL101.7°, 100.0%, 81.4%
CMYK26%, 0%, 37%, 0%
HSV101.7°, 37.3%, 100.0%
LAB93.8, -37.2, 38.9
XYZ63.1, 84.9, 46.3
Decimal12451744
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
17.98:1
Text on #000000
AAA
1.12:1
Text on #F8FAFC
FAIL
15.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDFFA0;
}
.text-color {
color: #BDFFA0;
}
.border-color {
border: 2px solid #BDFFA0;
}