#bdfb49
a balanced, electric green · cool · closest name: yellow
RGB
189, 251, 73
HSL
81°, 96%, 64%
CMYK
25, 0, 71, 2
Luminance
0.8029
Every format
| HEX | #bdfb49 |
| RGB | rgb(189, 251, 73) |
| HSL | hsl(81, 96%, 64%) |
| CMYK | cmyk(25%, 0%, 71%, 2%) |
| LAB | lab(91.8 -43.9 74.5) |
| LCH | lch(91.8 86.4 120.5) |
| OKLCH | oklch(0.915 0.209 127.1) |
Copy-ready code
/* CSS */
color: #bdfb49;
background-color: #bdfb49;
/* Tailwind (arbitrary) */
class="text-[#bdfb49] bg-[#bdfb49]"
/* SCSS */
$brand: #bdfb49;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.286)
/* Android */
Color.parseColor("#bdfb49")Accessibility — WCAG contrast
Aa
#bdfb49 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfb49 on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue28.6%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow70.9%
Key (black)1.6%
Color previews
#bdfb49 text on a black background
contrast 17.06:1
Card sample
#bdfb49 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfb49;
Background color
Panel with #bdfb49 background
background-color: #bdfb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfb49; background: linear-gradient(135deg, #bdfb49, #49FB4C);