#5eb404
a dark, electric green · cool · closest name: green
RGB
94, 180, 4
HSL
89°, 96%, 36%
CMYK
48, 0, 98, 29
Luminance
0.3503
Every format
| HEX | #5eb404 |
| RGB | rgb(94, 180, 4) |
| HSL | hsl(89, 96%, 36%) |
| CMYK | cmyk(48%, 0%, 98%, 29%) |
| LAB | lab(65.8 -50.4 65.9) |
| LCH | lch(65.8 82.9 127.4) |
| OKLCH | oklch(0.688 0.200 135.0) |
Copy-ready code
/* CSS */
color: #5eb404;
background-color: #5eb404;
/* Tailwind (arbitrary) */
class="text-[#5eb404] bg-[#5eb404]"
/* SCSS */
$brand: #5eb404;
/* SwiftUI */
Color(red: 0.369, green: 0.706, blue: 0.016)
/* Android */
Color.parseColor("#5eb404")Accessibility — WCAG contrast
Aa
#5eb404 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb404 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green70.6%
Blue1.6%
CMYK percentages
Cyan47.8%
Magenta0.0%
Yellow97.8%
Key (black)29.4%
Color previews
#5eb404 text on a black background
contrast 8.01:1
Card sample
#5eb404 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb404;
Background color
Panel with #5eb404 background
background-color: #5eb404;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb404;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 180, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 180, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb404; background: linear-gradient(135deg, #5eb404, #04B41F);