#bdf04c
a balanced, electric green · cool · closest name: yellow
RGB
189, 240, 76
HSL
79°, 85%, 62%
CMYK
21, 0, 68, 6
Luminance
0.7366
Every format
| HEX | #bdf04c |
| RGB | rgb(189, 240, 76) |
| HSL | hsl(79, 85%, 62%) |
| CMYK | cmyk(21%, 0%, 68%, 6%) |
| LAB | lab(88.8 -38.9 70.4) |
| LCH | lch(88.8 80.4 118.9) |
| OKLCH | oklch(0.890 0.194 125.2) |
Copy-ready code
/* CSS */
color: #bdf04c;
background-color: #bdf04c;
/* Tailwind (arbitrary) */
class="text-[#bdf04c] bg-[#bdf04c]"
/* SCSS */
$brand: #bdf04c;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.298)
/* Android */
Color.parseColor("#bdf04c")Accessibility — WCAG contrast
Aa
#bdf04c on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf04c on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue29.8%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow68.3%
Key (black)5.9%
Color previews
#bdf04c text on a black background
contrast 15.73:1
Card sample
#bdf04c text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf04c;
Background color
Panel with #bdf04c background
background-color: #bdf04c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf04c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf04c; background: linear-gradient(135deg, #bdf04c, #50F04C);