#BDF8BD
A very light, vivid green closely aligning with Aquamarine.
About #BDF8BD
Visually, #BDF8BD is defined as a vivid green. If you're using CSS, you might find it aligns closely with Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 248, and 189.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 24% cyan and 0% magenta inks. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#BDF8BD
RGB189, 248, 189
HSL120.0°, 80.8%, 85.7%
CMYK24%, 0%, 24%, 3%
HSV120.0°, 23.8%, 97.3%
LAB92.4, -29.6, 22.5
XYZ63.7, 81.6, 60.5
Decimal12449981
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.33:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDF8BD;
}
.text-color {
color: #BDF8BD;
}
.border-color {
border: 2px solid #BDF8BD;
}