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