#5aab21
a dark, vivid green · cool · closest name: forestgreen
RGB
90, 171, 33
HSL
95°, 68%, 40%
CMYK
47, 0, 81, 33
Luminance
0.3141
Every format
| HEX | #5aab21 |
| RGB | rgb(90, 171, 33) |
| HSL | hsl(95, 68%, 40%) |
| CMYK | cmyk(47%, 0%, 81%, 33%) |
| LAB | lab(62.9 -47.3 57.8) |
| LCH | lch(62.9 74.7 129.3) |
| OKLCH | oklch(0.664 0.184 135.9) |
Copy-ready code
/* CSS */
color: #5aab21;
background-color: #5aab21;
/* Tailwind (arbitrary) */
class="text-[#5aab21] bg-[#5aab21]"
/* SCSS */
$brand: #5aab21;
/* SwiftUI */
Color(red: 0.353, green: 0.671, blue: 0.129)
/* Android */
Color.parseColor("#5aab21")Accessibility — WCAG contrast
Aa
#5aab21 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5aab21 on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green67.1%
Blue12.9%
CMYK percentages
Cyan47.4%
Magenta0.0%
Yellow80.7%
Key (black)32.9%
Color previews
#5aab21 text on a black background
contrast 7.28:1
Card sample
#5aab21 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5aab21;
Background color
Panel with #5aab21 background
background-color: #5aab21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5aab21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 171, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 171, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5aab21; background: linear-gradient(135deg, #5aab21, #21AB44);