#5eac13
a dark, electric green · cool · closest name: forestgreen
RGB
94, 172, 19
HSL
91°, 80%, 38%
CMYK
45, 0, 89, 33
Luminance
0.3193
Every format
| HEX | #5eac13 |
| RGB | rgb(94, 172, 19) |
| HSL | hsl(91, 80%, 38%) |
| CMYK | cmyk(45%, 0%, 89%, 33%) |
| LAB | lab(63.3 -46.9 61.6) |
| LCH | lch(63.3 77.5 127.3) |
| OKLCH | oklch(0.668 0.188 134.6) |
Copy-ready code
/* CSS */
color: #5eac13;
background-color: #5eac13;
/* Tailwind (arbitrary) */
class="text-[#5eac13] bg-[#5eac13]"
/* SCSS */
$brand: #5eac13;
/* SwiftUI */
Color(red: 0.369, green: 0.675, blue: 0.075)
/* Android */
Color.parseColor("#5eac13")Accessibility — WCAG contrast
Aa
#5eac13 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eac13 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green67.5%
Blue7.5%
CMYK percentages
Cyan45.3%
Magenta0.0%
Yellow89.0%
Key (black)32.5%
Color previews
#5eac13 text on a black background
contrast 7.39:1
Card sample
#5eac13 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eac13;
Background color
Panel with #5eac13 background
background-color: #5eac13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eac13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 172, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 172, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eac13; background: linear-gradient(135deg, #5eac13, #13AC2E);