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