#bdf94d
a balanced, electric green · cool · closest name: yellow
RGB
189, 249, 77
HSL
81°, 94%, 64%
CMYK
24, 0, 69, 2
Luminance
0.7911
Every format
| HEX | #bdf94d |
| RGB | rgb(189, 249, 77) |
| HSL | hsl(81, 94%, 64%) |
| CMYK | cmyk(24%, 0%, 69%, 2%) |
| LAB | lab(91.3 -42.8 72.6) |
| LCH | lch(91.3 84.2 120.5) |
| OKLCH | oklch(0.910 0.204 126.9) |
Copy-ready code
/* CSS */
color: #bdf94d;
background-color: #bdf94d;
/* Tailwind (arbitrary) */
class="text-[#bdf94d] bg-[#bdf94d]"
/* SCSS */
$brand: #bdf94d;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.302)
/* Android */
Color.parseColor("#bdf94d")Accessibility — WCAG contrast
Aa
#bdf94d on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf94d on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue30.2%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow69.1%
Key (black)2.4%
Color previews
#bdf94d text on a black background
contrast 16.82:1
Card sample
#bdf94d text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf94d;
Background color
Panel with #bdf94d background
background-color: #bdf94d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf94d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf94d; background: linear-gradient(135deg, #bdf94d, #4DF94F);