#bdf48d
a light, electric green · cool · closest name: khaki
RGB
189, 244, 141
HSL
92°, 82%, 76%
CMYK
23, 0, 42, 4
Luminance
0.7744
Every format
| HEX | #bdf48d |
| RGB | rgb(189, 244, 141) |
| HSL | hsl(92, 82%, 76%) |
| CMYK | cmyk(23%, 0%, 42%, 4%) |
| LAB | lab(90.5 -34.7 44.0) |
| LCH | lch(90.5 56.0 128.3) |
| OKLCH | oklch(0.906 0.144 131.7) |
Copy-ready code
/* CSS */
color: #bdf48d;
background-color: #bdf48d;
/* Tailwind (arbitrary) */
class="text-[#bdf48d] bg-[#bdf48d]"
/* SCSS */
$brand: #bdf48d;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.553)
/* Android */
Color.parseColor("#bdf48d")Accessibility — WCAG contrast
Aa
#bdf48d on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf48d on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue55.3%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow42.2%
Key (black)4.3%
Color previews
#bdf48d text on a black background
contrast 16.49:1
Card sample
#bdf48d text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf48d;
Background color
Panel with #bdf48d background
background-color: #bdf48d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf48d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf48d; background: linear-gradient(135deg, #bdf48d, #8DF4A2);