#baf849
a balanced, electric green · cool · closest name: yellow
RGB
186, 248, 73
HSL
81°, 93%, 63%
CMYK
25, 0, 71, 3
Luminance
0.7805
Every format
| HEX | #baf849 |
| RGB | rgb(186, 248, 73) |
| HSL | hsl(81, 93%, 63%) |
| CMYK | cmyk(25%, 0%, 71%, 3%) |
| LAB | lab(90.8 -43.7 73.4) |
| LCH | lch(90.8 85.4 120.7) |
| OKLCH | oklch(0.906 0.207 127.3) |
Copy-ready code
/* CSS */
color: #baf849;
background-color: #baf849;
/* Tailwind (arbitrary) */
class="text-[#baf849] bg-[#baf849]"
/* SCSS */
$brand: #baf849;
/* SwiftUI */
Color(red: 0.729, green: 0.973, blue: 0.286)
/* Android */
Color.parseColor("#baf849")Accessibility — WCAG contrast
Aa
#baf849 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf849 on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.3%
Blue28.6%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow70.6%
Key (black)2.7%
Color previews
#baf849 text on a black background
contrast 16.61:1
Card sample
#baf849 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf849;
Background color
Panel with #baf849 background
background-color: #baf849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 248, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 248, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf849; background: linear-gradient(135deg, #baf849, #49F84D);