#bdf29f
a light, electric green · cool · closest name: khaki
RGB
189, 242, 159
HSL
98°, 76%, 79%
CMYK
22, 0, 34, 5
Luminance
0.7683
Every format
| HEX | #bdf29f |
| RGB | rgb(189, 242, 159) |
| HSL | hsl(98, 76%, 79%) |
| CMYK | cmyk(22%, 0%, 34%, 5%) |
| LAB | lab(90.2 -31.4 34.7) |
| LCH | lch(90.2 46.9 132.1) |
| OKLCH | oklch(0.905 0.122 134.7) |
Copy-ready code
/* CSS */
color: #bdf29f;
background-color: #bdf29f;
/* Tailwind (arbitrary) */
class="text-[#bdf29f] bg-[#bdf29f]"
/* SCSS */
$brand: #bdf29f;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.624)
/* Android */
Color.parseColor("#bdf29f")Accessibility — WCAG contrast
Aa
#bdf29f on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf29f on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue62.4%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow34.3%
Key (black)5.1%
Color previews
#bdf29f text on a black background
contrast 16.37:1
Card sample
#bdf29f text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf29f;
Background color
Panel with #bdf29f background
background-color: #bdf29f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf29f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf29f; background: linear-gradient(135deg, #bdf29f, #9FF2B8);