#bdf49d
a light, electric green · cool · closest name: khaki
RGB
189, 244, 157
HSL
98°, 80%, 79%
CMYK
23, 0, 36, 4
Luminance
0.7795
Every format
| HEX | #bdf49d |
| RGB | rgb(189, 244, 157) |
| HSL | hsl(98, 80%, 79%) |
| CMYK | cmyk(23%, 0%, 36%, 4%) |
| LAB | lab(90.8 -32.6 36.4) |
| LCH | lch(90.8 48.9 131.9) |
| OKLCH | oklch(0.909 0.127 134.6) |
Copy-ready code
/* CSS */
color: #bdf49d;
background-color: #bdf49d;
/* Tailwind (arbitrary) */
class="text-[#bdf49d] bg-[#bdf49d]"
/* SCSS */
$brand: #bdf49d;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.616)
/* Android */
Color.parseColor("#bdf49d")Accessibility — WCAG contrast
Aa
#bdf49d on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf49d on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue61.6%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow35.7%
Key (black)4.3%
Color previews
#bdf49d text on a black background
contrast 16.59:1
Card sample
#bdf49d text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf49d;
Background color
Panel with #bdf49d background
background-color: #bdf49d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf49d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf49d; background: linear-gradient(135deg, #bdf49d, #9DF4B7);