#bdf64d
a balanced, electric green · cool · closest name: yellow
RGB
189, 246, 77
HSL
80°, 90%, 63%
CMYK
23, 0, 69, 4
Luminance
0.7727
Every format
| HEX | #bdf64d |
| RGB | rgb(189, 246, 77) |
| HSL | hsl(80, 90%, 63%) |
| CMYK | cmyk(23%, 0%, 69%, 4%) |
| LAB | lab(90.4 -41.4 71.7) |
| LCH | lch(90.4 82.8 120.0) |
| OKLCH | oklch(0.903 0.201 126.4) |
Copy-ready code
/* CSS */
color: #bdf64d;
background-color: #bdf64d;
/* Tailwind (arbitrary) */
class="text-[#bdf64d] bg-[#bdf64d]"
/* SCSS */
$brand: #bdf64d;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.302)
/* Android */
Color.parseColor("#bdf64d")Accessibility — WCAG contrast
Aa
#bdf64d on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf64d on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue30.2%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow68.7%
Key (black)3.5%
Color previews
#bdf64d text on a black background
contrast 16.45:1
Card sample
#bdf64d text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf64d;
Background color
Panel with #bdf64d background
background-color: #bdf64d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf64d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf64d; background: linear-gradient(135deg, #bdf64d, #4DF64D);