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