#baf64d
a balanced, electric green · cool · closest name: yellow
RGB
186, 246, 77
HSL
81°, 90%, 63%
CMYK
24, 0, 69, 4
Luminance
0.7689
Every format
| HEX | #baf64d |
| RGB | rgb(186, 246, 77) |
| HSL | hsl(81, 90%, 63%) |
| CMYK | cmyk(24%, 0%, 69%, 4%) |
| LAB | lab(90.3 -42.5 71.5) |
| LCH | lch(90.3 83.2 120.8) |
| OKLCH | oklch(0.902 0.202 127.1) |
Copy-ready code
/* CSS */
color: #baf64d;
background-color: #baf64d;
/* Tailwind (arbitrary) */
class="text-[#baf64d] bg-[#baf64d]"
/* SCSS */
$brand: #baf64d;
/* SwiftUI */
Color(red: 0.729, green: 0.965, blue: 0.302)
/* Android */
Color.parseColor("#baf64d")Accessibility — WCAG contrast
Aa
#baf64d on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf64d on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.5%
Blue30.2%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow68.7%
Key (black)3.5%
Color previews
#baf64d text on a black background
contrast 16.38:1
Card sample
#baf64d text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf64d;
Background color
Panel with #baf64d background
background-color: #baf64d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf64d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 246, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 246, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf64d; background: linear-gradient(135deg, #baf64d, #4DF650);