#bdf80d
a balanced, electric green · cool · closest name: yellow
RGB
189, 248, 13
HSL
75°, 94%, 51%
CMYK
24, 0, 95, 3
Luminance
0.7798
Every format
| HEX | #bdf80d |
| RGB | rgb(189, 248, 13) |
| HSL | hsl(75, 94%, 51%) |
| CMYK | cmyk(24%, 0%, 95%, 3%) |
| LAB | lab(90.8 -44.5 86.7) |
| LCH | lch(90.8 97.5 117.2) |
| OKLCH | oklch(0.905 0.227 125.3) |
Copy-ready code
/* CSS */
color: #bdf80d;
background-color: #bdf80d;
/* Tailwind (arbitrary) */
class="text-[#bdf80d] bg-[#bdf80d]"
/* SCSS */
$brand: #bdf80d;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.051)
/* Android */
Color.parseColor("#bdf80d")Accessibility — WCAG contrast
Aa
#bdf80d on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf80d on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue5.1%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow94.8%
Key (black)2.7%
Color previews
#bdf80d text on a black background
contrast 16.60:1
Card sample
#bdf80d text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf80d;
Background color
Panel with #bdf80d background
background-color: #bdf80d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf80d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf80d; background: linear-gradient(135deg, #bdf80d, #20F80D);