#bdf749
a balanced, electric green · cool · closest name: yellow
RGB
189, 247, 73
HSL
80°, 92%, 63%
CMYK
24, 0, 70, 3
Luminance
0.7782
Every format
| HEX | #bdf749 |
| RGB | rgb(189, 247, 73) |
| HSL | hsl(80, 92%, 63%) |
| CMYK | cmyk(24%, 0%, 70%, 3%) |
| LAB | lab(90.7 -42.1 73.4) |
| LCH | lch(90.7 84.6 119.9) |
| OKLCH | oklch(0.905 0.204 126.4) |
Copy-ready code
/* CSS */
color: #bdf749;
background-color: #bdf749;
/* Tailwind (arbitrary) */
class="text-[#bdf749] bg-[#bdf749]"
/* SCSS */
$brand: #bdf749;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.286)
/* Android */
Color.parseColor("#bdf749")Accessibility — WCAG contrast
Aa
#bdf749 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf749 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue28.6%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow70.4%
Key (black)3.1%
Color previews
#bdf749 text on a black background
contrast 16.56:1
Card sample
#bdf749 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf749;
Background color
Panel with #bdf749 background
background-color: #bdf749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf749; background: linear-gradient(135deg, #bdf749, #49F749);