#bdf062
a light, electric green · cool · closest name: khaki
RGB
189, 240, 98
HSL
82°, 83%, 66%
CMYK
21, 0, 59, 6
Luminance
0.7402
Every format
| HEX | #bdf062 |
| RGB | rgb(189, 240, 98) |
| HSL | hsl(82, 83%, 66%) |
| CMYK | cmyk(21%, 0%, 59%, 6%) |
| LAB | lab(88.9 -37.3 61.9) |
| LCH | lch(88.9 72.2 121.1) |
| OKLCH | oklch(0.892 0.178 126.4) |
Copy-ready code
/* CSS */
color: #bdf062;
background-color: #bdf062;
/* Tailwind (arbitrary) */
class="text-[#bdf062] bg-[#bdf062]"
/* SCSS */
$brand: #bdf062;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.384)
/* Android */
Color.parseColor("#bdf062")Accessibility — WCAG contrast
Aa
#bdf062 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf062 on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue38.4%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow59.2%
Key (black)5.9%
Color previews
#bdf062 text on a black background
contrast 15.80:1
Card sample
#bdf062 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf062;
Background color
Panel with #bdf062 background
background-color: #bdf062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf062; background: linear-gradient(135deg, #bdf062, #62F066);