#bdf086
a light, electric green · cool · closest name: khaki
RGB
189, 240, 134
HSL
89°, 78%, 73%
CMYK
21, 0, 44, 6
Luminance
0.7486
Every format
| HEX | #bdf086 |
| RGB | rgb(189, 240, 134) |
| HSL | hsl(89, 78%, 73%) |
| CMYK | cmyk(21%, 0%, 44%, 6%) |
| LAB | lab(89.3 -33.7 45.9) |
| LCH | lch(89.3 56.9 126.3) |
| OKLCH | oklch(0.896 0.145 129.9) |
Copy-ready code
/* CSS */
color: #bdf086;
background-color: #bdf086;
/* Tailwind (arbitrary) */
class="text-[#bdf086] bg-[#bdf086]"
/* SCSS */
$brand: #bdf086;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.525)
/* Android */
Color.parseColor("#bdf086")Accessibility — WCAG contrast
Aa
#bdf086 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf086 on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue52.5%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow44.2%
Key (black)5.9%
Color previews
#bdf086 text on a black background
contrast 15.97:1
Card sample
#bdf086 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf086;
Background color
Panel with #bdf086 background
background-color: #bdf086;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf086;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf086; background: linear-gradient(135deg, #bdf086, #86F096);