#bdf849
a balanced, electric green · cool · closest name: yellow
RGB
189, 248, 73
HSL
80°, 93%, 63%
CMYK
24, 0, 71, 3
Luminance
0.7843
Every format
| HEX | #bdf849 |
| RGB | rgb(189, 248, 73) |
| HSL | hsl(80, 93%, 63%) |
| CMYK | cmyk(24%, 0%, 71%, 3%) |
| LAB | lab(91.0 -42.5 73.7) |
| LCH | lch(91.0 85.1 120.0) |
| OKLCH | oklch(0.908 0.205 126.6) |
Copy-ready code
/* CSS */
color: #bdf849;
background-color: #bdf849;
/* Tailwind (arbitrary) */
class="text-[#bdf849] bg-[#bdf849]"
/* SCSS */
$brand: #bdf849;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.286)
/* Android */
Color.parseColor("#bdf849")Accessibility — WCAG contrast
Aa
#bdf849 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf849 on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue28.6%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow70.6%
Key (black)2.7%
Color previews
#bdf849 text on a black background
contrast 16.69:1
Card sample
#bdf849 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf849;
Background color
Panel with #bdf849 background
background-color: #bdf849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf849; background: linear-gradient(135deg, #bdf849, #49F849);