#bdf9bf
a pale, electric green · cool · closest name: aquamarine
RGB
189, 249, 191
HSL
122°, 83%, 86%
CMYK
24, 0, 23, 2
Luminance
0.8233
Every format
| HEX | #bdf9bf |
| RGB | rgb(189, 249, 191) |
| HSL | hsl(122, 83%, 86%) |
| CMYK | cmyk(24%, 0%, 23%, 2%) |
| LAB | lab(92.7 -29.8 21.9) |
| LCH | lch(92.7 37.0 143.7) |
| OKLCH | oklch(0.927 0.099 145.6) |
Copy-ready code
/* CSS */
color: #bdf9bf;
background-color: #bdf9bf;
/* Tailwind (arbitrary) */
class="text-[#bdf9bf] bg-[#bdf9bf]"
/* SCSS */
$brand: #bdf9bf;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.749)
/* Android */
Color.parseColor("#bdf9bf")Accessibility — WCAG contrast
Aa
#bdf9bf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf9bf on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue74.9%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow23.3%
Key (black)2.4%
Color previews
#bdf9bf text on a black background
contrast 17.47:1
Card sample
#bdf9bf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf9bf;
Background color
Panel with #bdf9bf background
background-color: #bdf9bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf9bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf9bf; background: linear-gradient(135deg, #bdf9bf, #BDF9E7);