#bdf286
a light, electric green · cool · closest name: khaki
RGB
189, 242, 134
HSL
89°, 81%, 74%
CMYK
22, 0, 45, 5
Luminance
0.7604
Every format
| HEX | #bdf286 |
| RGB | rgb(189, 242, 134) |
| HSL | hsl(89, 81%, 74%) |
| CMYK | cmyk(22%, 0%, 45%, 5%) |
| LAB | lab(89.9 -34.6 46.6) |
| LCH | lch(89.9 58.0 126.6) |
| OKLCH | oklch(0.901 0.148 130.3) |
Copy-ready code
/* CSS */
color: #bdf286;
background-color: #bdf286;
/* Tailwind (arbitrary) */
class="text-[#bdf286] bg-[#bdf286]"
/* SCSS */
$brand: #bdf286;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.525)
/* Android */
Color.parseColor("#bdf286")Accessibility — WCAG contrast
Aa
#bdf286 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf286 on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue52.5%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow44.6%
Key (black)5.1%
Color previews
#bdf286 text on a black background
contrast 16.21:1
Card sample
#bdf286 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf286;
Background color
Panel with #bdf286 background
background-color: #bdf286;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf286;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf286; background: linear-gradient(135deg, #bdf286, #86F297);