#baf539
a balanced, electric green · cool · closest name: yellow
RGB
186, 245, 57
HSL
79°, 90%, 59%
CMYK
24, 0, 77, 4
Luminance
0.7604
Every format
| HEX | #baf539 |
| RGB | rgb(186, 245, 57) |
| HSL | hsl(79, 90%, 59%) |
| CMYK | cmyk(24%, 0%, 77%, 4%) |
| LAB | lab(89.9 -43.2 77.6) |
| LCH | lch(89.9 88.8 119.1) |
| OKLCH | oklch(0.898 0.212 126.2) |
Copy-ready code
/* CSS */
color: #baf539;
background-color: #baf539;
/* Tailwind (arbitrary) */
class="text-[#baf539] bg-[#baf539]"
/* SCSS */
$brand: #baf539;
/* SwiftUI */
Color(red: 0.729, green: 0.961, blue: 0.224)
/* Android */
Color.parseColor("#baf539")Accessibility — WCAG contrast
Aa
#baf539 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf539 on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.1%
Blue22.4%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow76.7%
Key (black)3.9%
Color previews
#baf539 text on a black background
contrast 16.21:1
Card sample
#baf539 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf539;
Background color
Panel with #baf539 background
background-color: #baf539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 245, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 245, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf539; background: linear-gradient(135deg, #baf539, #3DF539);