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