#bdf149
a balanced, electric green · cool · closest name: yellow
RGB
189, 241, 73
HSL
79°, 86%, 62%
CMYK
22, 0, 70, 6
Luminance
0.7421
Every format
| HEX | #bdf149 |
| RGB | rgb(189, 241, 73) |
| HSL | hsl(79, 86%, 62%) |
| CMYK | cmyk(22%, 0%, 70%, 6%) |
| LAB | lab(89.0 -39.5 71.7) |
| LCH | lch(89.0 81.8 118.8) |
| OKLCH | oklch(0.892 0.197 125.3) |
Copy-ready code
/* CSS */
color: #bdf149;
background-color: #bdf149;
/* Tailwind (arbitrary) */
class="text-[#bdf149] bg-[#bdf149]"
/* SCSS */
$brand: #bdf149;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.286)
/* Android */
Color.parseColor("#bdf149")Accessibility — WCAG contrast
Aa
#bdf149 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf149 on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue28.6%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow69.7%
Key (black)5.5%
Color previews
#bdf149 text on a black background
contrast 15.84:1
Card sample
#bdf149 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf149;
Background color
Panel with #bdf149 background
background-color: #bdf149;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf149;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf149; background: linear-gradient(135deg, #bdf149, #4DF149);