#5caa21
a dark, vivid green · cool · closest name: forestgreen
RGB
92, 170, 33
HSL
94°, 68%, 40%
CMYK
46, 0, 81, 33
Luminance
0.3113
Every format
| HEX | #5caa21 |
| RGB | rgb(92, 170, 33) |
| HSL | hsl(94, 68%, 40%) |
| CMYK | cmyk(46%, 0%, 81%, 33%) |
| LAB | lab(62.6 -46.2 57.6) |
| LCH | lch(62.6 73.8 128.7) |
| OKLCH | oklch(0.662 0.181 135.4) |
Copy-ready code
/* CSS */
color: #5caa21;
background-color: #5caa21;
/* Tailwind (arbitrary) */
class="text-[#5caa21] bg-[#5caa21]"
/* SCSS */
$brand: #5caa21;
/* SwiftUI */
Color(red: 0.361, green: 0.667, blue: 0.129)
/* Android */
Color.parseColor("#5caa21")Accessibility — WCAG contrast
Aa
#5caa21 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5caa21 on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green66.7%
Blue12.9%
CMYK percentages
Cyan45.9%
Magenta0.0%
Yellow80.6%
Key (black)33.3%
Color previews
#5caa21 text on a black background
contrast 7.23:1
Card sample
#5caa21 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5caa21;
Background color
Panel with #5caa21 background
background-color: #5caa21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5caa21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 170, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 170, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5caa21; background: linear-gradient(135deg, #5caa21, #21AA41);