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