#bdf070
a light, electric green · cool · closest name: khaki
RGB
189, 240, 112
HSL
84°, 81%, 69%
CMYK
21, 0, 53, 6
Luminance
0.7431
Every format
| HEX | #bdf070 |
| RGB | rgb(189, 240, 112) |
| HSL | hsl(84, 81%, 69%) |
| CMYK | cmyk(21%, 0%, 53%, 6%) |
| LAB | lab(89.1 -36.0 55.9) |
| LCH | lch(89.1 66.5 122.8) |
| OKLCH | oklch(0.893 0.166 127.5) |
Copy-ready code
/* CSS */
color: #bdf070;
background-color: #bdf070;
/* Tailwind (arbitrary) */
class="text-[#bdf070] bg-[#bdf070]"
/* SCSS */
$brand: #bdf070;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.439)
/* Android */
Color.parseColor("#bdf070")Accessibility — WCAG contrast
Aa
#bdf070 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf070 on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue43.9%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow53.3%
Key (black)5.9%
Color previews
#bdf070 text on a black background
contrast 15.86:1
Card sample
#bdf070 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf070;
Background color
Panel with #bdf070 background
background-color: #bdf070;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf070;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf070; background: linear-gradient(135deg, #bdf070, #70F078);