#bdf18d
a light, electric green · cool · closest name: khaki
RGB
189, 241, 141
HSL
91°, 78%, 75%
CMYK
22, 0, 42, 6
Luminance
0.7565
Every format
| HEX | #bdf18d |
| RGB | rgb(189, 241, 141) |
| HSL | hsl(91, 78%, 75%) |
| CMYK | cmyk(22%, 0%, 42%, 6%) |
| LAB | lab(89.7 -33.3 43.0) |
| LCH | lch(89.7 54.4 127.8) |
| OKLCH | oklch(0.900 0.139 131.1) |
Copy-ready code
/* CSS */
color: #bdf18d;
background-color: #bdf18d;
/* Tailwind (arbitrary) */
class="text-[#bdf18d] bg-[#bdf18d]"
/* SCSS */
$brand: #bdf18d;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.553)
/* Android */
Color.parseColor("#bdf18d")Accessibility — WCAG contrast
Aa
#bdf18d on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf18d on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue55.3%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow41.5%
Key (black)5.5%
Color previews
#bdf18d text on a black background
contrast 16.13:1
Card sample
#bdf18d text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf18d;
Background color
Panel with #bdf18d background
background-color: #bdf18d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf18d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf18d; background: linear-gradient(135deg, #bdf18d, #8DF1A0);