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