#bdf284
a light, electric green · cool · closest name: khaki
RGB
189, 242, 132
HSL
89°, 81%, 73%
CMYK
22, 0, 46, 5
Luminance
0.7599
Every format
| HEX | #bdf284 |
| RGB | rgb(189, 242, 132) |
| HSL | hsl(89, 81%, 73%) |
| CMYK | cmyk(22%, 0%, 46%, 5%) |
| LAB | lab(89.8 -34.9 47.5) |
| LCH | lch(89.8 58.9 126.3) |
| OKLCH | oklch(0.900 0.150 130.0) |
Copy-ready code
/* CSS */
color: #bdf284;
background-color: #bdf284;
/* Tailwind (arbitrary) */
class="text-[#bdf284] bg-[#bdf284]"
/* SCSS */
$brand: #bdf284;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.518)
/* Android */
Color.parseColor("#bdf284")Accessibility — WCAG contrast
Aa
#bdf284 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf284 on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue51.8%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow45.5%
Key (black)5.1%
Color previews
#bdf284 text on a black background
contrast 16.20:1
Card sample
#bdf284 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf284;
Background color
Panel with #bdf284 background
background-color: #bdf284;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf284;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf284; background: linear-gradient(135deg, #bdf284, #84F294);