#bdf9cf
a pale, electric green · cool · closest name: aquamarine
RGB
189, 249, 207
HSL
138°, 83%, 86%
CMYK
24, 0, 17, 2
Luminance
0.8308
Every format
| HEX | #bdf9cf |
| RGB | rgb(189, 249, 207) |
| HSL | hsl(138, 83%, 86%) |
| CMYK | cmyk(24%, 0%, 17%, 2%) |
| LAB | lab(93.0 -27.0 14.1) |
| LCH | lch(93.0 30.5 152.4) |
| OKLCH | oklch(0.930 0.083 154.0) |
Copy-ready code
/* CSS */
color: #bdf9cf;
background-color: #bdf9cf;
/* Tailwind (arbitrary) */
class="text-[#bdf9cf] bg-[#bdf9cf]"
/* SCSS */
$brand: #bdf9cf;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.812)
/* Android */
Color.parseColor("#bdf9cf")Accessibility — WCAG contrast
Aa
#bdf9cf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf9cf on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue81.2%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow16.9%
Key (black)2.4%
Color previews
#bdf9cf text on a black background
contrast 17.62:1
Card sample
#bdf9cf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf9cf;
Background color
Panel with #bdf9cf background
background-color: #bdf9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf9cf; background: linear-gradient(135deg, #bdf9cf, #BDF9F7);