#BDF8E2
A very light, vivid green closely aligning with Paleturquoise.
About #BDF8E2
At its core, #BDF8E2 is a very light and vivid hue. Its closest recognized web color is Paleturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 248, and 226.
For print applications, it's crucial to understand its CMYK makeup. The color uses 24% Cyan, 0% Magenta, 9% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDF8E2
RGB189, 248, 226
HSL157.6°, 80.8%, 85.7%
CMYK24%, 0%, 9%, 3%
HSV157.6°, 23.8%, 97.3%
LAB93.2, -22.9, 4.5
XYZ68.3, 83.4, 84.5
Decimal12450018
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.69:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDF8E2;
}
.text-color {
color: #BDF8E2;
}
.border-color {
border: 2px solid #BDF8E2;
}