#bdf14d
a balanced, electric green · cool · closest name: yellow
RGB
189, 241, 77
HSL
79°, 85%, 62%
CMYK
22, 0, 68, 6
Luminance
0.7427
Every format
| HEX | #bdf14d |
| RGB | rgb(189, 241, 77) |
| HSL | hsl(79, 85%, 62%) |
| CMYK | cmyk(22%, 0%, 68%, 6%) |
| LAB | lab(89.0 -39.2 70.3) |
| LCH | lch(89.0 80.5 119.2) |
| OKLCH | oklch(0.892 0.195 125.5) |
Copy-ready code
/* CSS */
color: #bdf14d;
background-color: #bdf14d;
/* Tailwind (arbitrary) */
class="text-[#bdf14d] bg-[#bdf14d]"
/* SCSS */
$brand: #bdf14d;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.302)
/* Android */
Color.parseColor("#bdf14d")Accessibility — WCAG contrast
Aa
#bdf14d on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf14d on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue30.2%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow68.0%
Key (black)5.5%
Color previews
#bdf14d text on a black background
contrast 15.85:1
Card sample
#bdf14d text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf14d;
Background color
Panel with #bdf14d background
background-color: #bdf14d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf14d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf14d; background: linear-gradient(135deg, #bdf14d, #50F14D);