#bdf9e2
a pale, electric green · cool · closest name: beige
RGB
189, 249, 226
HSL
157°, 83%, 86%
CMYK
24, 0, 9, 2
Luminance
0.8406
Every format
| HEX | #bdf9e2 |
| RGB | rgb(189, 249, 226) |
| HSL | hsl(157, 83%, 86%) |
| CMYK | cmyk(24%, 0%, 9%, 2%) |
| LAB | lab(93.5 -23.4 4.9) |
| LCH | lch(93.5 23.9 168.1) |
| OKLCH | oklch(0.935 0.068 169.3) |
Copy-ready code
/* CSS */
color: #bdf9e2;
background-color: #bdf9e2;
/* Tailwind (arbitrary) */
class="text-[#bdf9e2] bg-[#bdf9e2]"
/* SCSS */
$brand: #bdf9e2;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.886)
/* Android */
Color.parseColor("#bdf9e2")Accessibility — WCAG contrast
Aa
#bdf9e2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf9e2 on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue88.6%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow9.2%
Key (black)2.4%
Color previews
#bdf9e2 text on a black background
contrast 17.81:1
Card sample
#bdf9e2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf9e2;
Background color
Panel with #bdf9e2 background
background-color: #bdf9e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf9e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf9e2; background: linear-gradient(135deg, #bdf9e2, #BDE8F9);