#5aa521
a dark, vivid green · cool · closest name: forestgreen
RGB
90, 165, 33
HSL
94°, 67%, 39%
CMYK
46, 0, 80, 35
Luminance
0.2919
Every format
| HEX | #5aa521 |
| RGB | rgb(90, 165, 33) |
| HSL | hsl(94, 67%, 39%) |
| CMYK | cmyk(46%, 0%, 80%, 35%) |
| LAB | lab(61.0 -44.8 56.0) |
| LCH | lch(61.0 71.8 128.7) |
| OKLCH | oklch(0.648 0.176 135.3) |
Copy-ready code
/* CSS */
color: #5aa521;
background-color: #5aa521;
/* Tailwind (arbitrary) */
class="text-[#5aa521] bg-[#5aa521]"
/* SCSS */
$brand: #5aa521;
/* SwiftUI */
Color(red: 0.353, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#5aa521")Accessibility — WCAG contrast
Aa
#5aa521 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5aa521 on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green64.7%
Blue12.9%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#5aa521 text on a black background
contrast 6.84:1
Card sample
#5aa521 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5aa521;
Background color
Panel with #5aa521 background
background-color: #5aa521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5aa521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5aa521; background: linear-gradient(135deg, #5aa521, #21A540);