#5ea310
a dark, electric green · cool · closest name: forestgreen
RGB
94, 163, 16
HSL
88°, 82%, 35%
CMYK
42, 0, 90, 36
Luminance
0.2861
Every format
| HEX | #5ea310 |
| RGB | rgb(94, 163, 16) |
| HSL | hsl(88, 82%, 35%) |
| CMYK | cmyk(42%, 0%, 90%, 36%) |
| LAB | lab(60.4 -43.4 59.8) |
| LCH | lch(60.4 73.9 125.9) |
| OKLCH | oklch(0.644 0.178 133.4) |
Copy-ready code
/* CSS */
color: #5ea310;
background-color: #5ea310;
/* Tailwind (arbitrary) */
class="text-[#5ea310] bg-[#5ea310]"
/* SCSS */
$brand: #5ea310;
/* SwiftUI */
Color(red: 0.369, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#5ea310")Accessibility — WCAG contrast
Aa
#5ea310 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5ea310 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green63.9%
Blue6.3%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#5ea310 text on a black background
contrast 6.72:1
Card sample
#5ea310 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ea310;
Background color
Panel with #5ea310 background
background-color: #5ea310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ea310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ea310; background: linear-gradient(135deg, #5ea310, #10A324);