#bdf765
a light, electric green · cool · closest name: khaki
RGB
189, 247, 101
HSL
84°, 90%, 68%
CMYK
24, 0, 59, 3
Luminance
0.7828
Every format
| HEX | #bdf765 |
| RGB | rgb(189, 247, 101) |
| HSL | hsl(84, 90%, 68%) |
| CMYK | cmyk(24%, 0%, 59%, 3%) |
| LAB | lab(90.9 -40.2 62.8) |
| LCH | lch(90.9 74.5 122.6) |
| OKLCH | oklch(0.908 0.185 127.9) |
Copy-ready code
/* CSS */
color: #bdf765;
background-color: #bdf765;
/* Tailwind (arbitrary) */
class="text-[#bdf765] bg-[#bdf765]"
/* SCSS */
$brand: #bdf765;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.396)
/* Android */
Color.parseColor("#bdf765")Accessibility — WCAG contrast
Aa
#bdf765 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf765 on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue39.6%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow59.1%
Key (black)3.1%
Color previews
#bdf765 text on a black background
contrast 16.66:1
Card sample
#bdf765 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf765;
Background color
Panel with #bdf765 background
background-color: #bdf765;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf765;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf765; background: linear-gradient(135deg, #bdf765, #65F76E);