#bdf288
a light, electric green · cool · closest name: khaki
RGB
189, 242, 136
HSL
90°, 80%, 74%
CMYK
22, 0, 44, 5
Luminance
0.7610
Every format
| HEX | #bdf288 |
| RGB | rgb(189, 242, 136) |
| HSL | hsl(90, 80%, 74%) |
| CMYK | cmyk(22%, 0%, 44%, 5%) |
| LAB | lab(89.9 -34.4 45.6) |
| LCH | lch(89.9 57.1 127.0) |
| OKLCH | oklch(0.901 0.146 130.6) |
Copy-ready code
/* CSS */
color: #bdf288;
background-color: #bdf288;
/* Tailwind (arbitrary) */
class="text-[#bdf288] bg-[#bdf288]"
/* SCSS */
$brand: #bdf288;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.533)
/* Android */
Color.parseColor("#bdf288")Accessibility — WCAG contrast
Aa
#bdf288 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf288 on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue53.3%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow43.8%
Key (black)5.1%
Color previews
#bdf288 text on a black background
contrast 16.22:1
Card sample
#bdf288 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf288;
Background color
Panel with #bdf288 background
background-color: #bdf288;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf288;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf288; background: linear-gradient(135deg, #bdf288, #88F29A);