#bdf74d
a balanced, electric green · cool · closest name: yellow
RGB
189, 247, 77
HSL
81°, 91%, 64%
CMYK
24, 0, 69, 3
Luminance
0.7788
Every format
| HEX | #bdf74d |
| RGB | rgb(189, 247, 77) |
| HSL | hsl(81, 91%, 64%) |
| CMYK | cmyk(24%, 0%, 69%, 3%) |
| LAB | lab(90.7 -41.9 72.0) |
| LCH | lch(90.7 83.3 120.2) |
| OKLCH | oklch(0.906 0.202 126.6) |
Copy-ready code
/* CSS */
color: #bdf74d;
background-color: #bdf74d;
/* Tailwind (arbitrary) */
class="text-[#bdf74d] bg-[#bdf74d]"
/* SCSS */
$brand: #bdf74d;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.302)
/* Android */
Color.parseColor("#bdf74d")Accessibility — WCAG contrast
Aa
#bdf74d on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf74d on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue30.2%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow68.8%
Key (black)3.1%
Color previews
#bdf74d text on a black background
contrast 16.58:1
Card sample
#bdf74d text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf74d;
Background color
Panel with #bdf74d background
background-color: #bdf74d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf74d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf74d; background: linear-gradient(135deg, #bdf74d, #4DF74E);