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