#bdf9d7
a pale, electric green · cool · closest name: aquamarine
RGB
189, 249, 215
HSL
146°, 83%, 86%
CMYK
24, 0, 14, 2
Luminance
0.8348
Every format
| HEX | #bdf9d7 |
| RGB | rgb(189, 249, 215) |
| HSL | hsl(146, 83%, 86%) |
| CMYK | cmyk(24%, 0%, 14%, 2%) |
| LAB | lab(93.2 -25.5 10.2) |
| LCH | lch(93.2 27.5 158.1) |
| OKLCH | oklch(0.932 0.076 159.7) |
Copy-ready code
/* CSS */
color: #bdf9d7;
background-color: #bdf9d7;
/* Tailwind (arbitrary) */
class="text-[#bdf9d7] bg-[#bdf9d7]"
/* SCSS */
$brand: #bdf9d7;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.843)
/* Android */
Color.parseColor("#bdf9d7")Accessibility — WCAG contrast
Aa
#bdf9d7 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf9d7 on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue84.3%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow13.7%
Key (black)2.4%
Color previews
#bdf9d7 text on a black background
contrast 17.70:1
Card sample
#bdf9d7 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf9d7;
Background color
Panel with #bdf9d7 background
background-color: #bdf9d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf9d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf9d7; background: linear-gradient(135deg, #bdf9d7, #BDF3F9);