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