#bdf065
a light, electric green · cool · closest name: khaki
RGB
189, 240, 101
HSL
82°, 82%, 67%
CMYK
21, 0, 58, 6
Luminance
0.7408
Every format
| HEX | #bdf065 |
| RGB | rgb(189, 240, 101) |
| HSL | hsl(82, 82%, 67%) |
| CMYK | cmyk(21%, 0%, 58%, 6%) |
| LAB | lab(89.0 -37.0 60.6) |
| LCH | lch(89.0 71.0 121.4) |
| OKLCH | oklch(0.892 0.176 126.6) |
Copy-ready code
/* CSS */
color: #bdf065;
background-color: #bdf065;
/* Tailwind (arbitrary) */
class="text-[#bdf065] bg-[#bdf065]"
/* SCSS */
$brand: #bdf065;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.396)
/* Android */
Color.parseColor("#bdf065")Accessibility — WCAG contrast
Aa
#bdf065 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf065 on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue39.6%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow57.9%
Key (black)5.9%
Color previews
#bdf065 text on a black background
contrast 15.82:1
Card sample
#bdf065 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf065;
Background color
Panel with #bdf065 background
background-color: #bdf065;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf065;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf065; background: linear-gradient(135deg, #bdf065, #65F06A);