#baf413
a balanced, electric green · cool · closest name: yellow
RGB
186, 244, 19
HSL
76°, 91%, 52%
CMYK
24, 0, 92, 4
Luminance
0.7519
Every format
| HEX | #baf413 |
| RGB | rgb(186, 244, 19) |
| HSL | hsl(76, 91%, 52%) |
| CMYK | cmyk(24%, 0%, 92%, 4%) |
| LAB | lab(89.5 -43.8 85.0) |
| LCH | lch(89.5 95.7 117.3) |
| OKLCH | oklch(0.894 0.223 125.3) |
Copy-ready code
/* CSS */
color: #baf413;
background-color: #baf413;
/* Tailwind (arbitrary) */
class="text-[#baf413] bg-[#baf413]"
/* SCSS */
$brand: #baf413;
/* SwiftUI */
Color(red: 0.729, green: 0.957, blue: 0.075)
/* Android */
Color.parseColor("#baf413")Accessibility — WCAG contrast
Aa
#baf413 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf413 on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.7%
Blue7.5%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow92.2%
Key (black)4.3%
Color previews
#baf413 text on a black background
contrast 16.04:1
Card sample
#baf413 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf413;
Background color
Panel with #baf413 background
background-color: #baf413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 244, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 244, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf413; background: linear-gradient(135deg, #baf413, #24F413);