#bdf28d
a light, electric green · cool · closest name: khaki
RGB
189, 242, 141
HSL
92°, 80%, 75%
CMYK
22, 0, 42, 5
Luminance
0.7625
Every format
| HEX | #bdf28d |
| RGB | rgb(189, 242, 141) |
| HSL | hsl(92, 80%, 75%) |
| CMYK | cmyk(22%, 0%, 42%, 5%) |
| LAB | lab(90.0 -33.8 43.3) |
| LCH | lch(90.0 54.9 128.0) |
| OKLCH | oklch(0.902 0.141 131.3) |
Copy-ready code
/* CSS */
color: #bdf28d;
background-color: #bdf28d;
/* Tailwind (arbitrary) */
class="text-[#bdf28d] bg-[#bdf28d]"
/* SCSS */
$brand: #bdf28d;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.553)
/* Android */
Color.parseColor("#bdf28d")Accessibility — WCAG contrast
Aa
#bdf28d on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf28d on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue55.3%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow41.7%
Key (black)5.1%
Color previews
#bdf28d text on a black background
contrast 16.25:1
Card sample
#bdf28d text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf28d;
Background color
Panel with #bdf28d background
background-color: #bdf28d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf28d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf28d; background: linear-gradient(135deg, #bdf28d, #8DF2A0);