#baf44d
a balanced, electric green · cool · closest name: yellow
RGB
186, 244, 77
HSL
81°, 88%, 63%
CMYK
24, 0, 68, 4
Luminance
0.7568
Every format
| HEX | #baf44d |
| RGB | rgb(186, 244, 77) |
| HSL | hsl(81, 88%, 63%) |
| CMYK | cmyk(24%, 0%, 68%, 4%) |
| LAB | lab(89.7 -41.7 70.9) |
| LCH | lch(89.7 82.3 120.4) |
| OKLCH | oklch(0.897 0.200 126.8) |
Copy-ready code
/* CSS */
color: #baf44d;
background-color: #baf44d;
/* Tailwind (arbitrary) */
class="text-[#baf44d] bg-[#baf44d]"
/* SCSS */
$brand: #baf44d;
/* SwiftUI */
Color(red: 0.729, green: 0.957, blue: 0.302)
/* Android */
Color.parseColor("#baf44d")Accessibility — WCAG contrast
Aa
#baf44d on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf44d on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.7%
Blue30.2%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow68.4%
Key (black)4.3%
Color previews
#baf44d text on a black background
contrast 16.14:1
Card sample
#baf44d text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf44d;
Background color
Panel with #baf44d background
background-color: #baf44d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf44d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 244, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 244, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf44d; background: linear-gradient(135deg, #baf44d, #4DF44F);