#bdf09f
a light, vivid green · cool · closest name: khaki
RGB
189, 240, 159
HSL
98°, 73%, 78%
CMYK
21, 0, 34, 6
Luminance
0.7564
Every format
| HEX | #bdf09f |
| RGB | rgb(189, 240, 159) |
| HSL | hsl(98, 73%, 78%) |
| CMYK | cmyk(21%, 0%, 34%, 6%) |
| LAB | lab(89.7 -30.5 34.0) |
| LCH | lch(89.7 45.7 131.9) |
| OKLCH | oklch(0.900 0.119 134.4) |
Copy-ready code
/* CSS */
color: #bdf09f;
background-color: #bdf09f;
/* Tailwind (arbitrary) */
class="text-[#bdf09f] bg-[#bdf09f]"
/* SCSS */
$brand: #bdf09f;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.624)
/* Android */
Color.parseColor("#bdf09f")Accessibility — WCAG contrast
Aa
#bdf09f on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf09f on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue62.4%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow33.8%
Key (black)5.9%
Color previews
#bdf09f text on a black background
contrast 16.13:1
Card sample
#bdf09f text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf09f;
Background color
Panel with #bdf09f background
background-color: #bdf09f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf09f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf09f; background: linear-gradient(135deg, #bdf09f, #9FF0B7);