#5c8821
a dark, vivid green · cool · closest name: olivedrab
RGB
92, 136, 33
HSL
86°, 61%, 33%
CMYK
32, 0, 76, 47
Luminance
0.1999
Every format
| HEX | #5c8821 |
| RGB | rgb(92, 136, 33) |
| HSL | hsl(86, 61%, 33%) |
| CMYK | cmyk(32%, 0%, 76%, 47%) |
| LAB | lab(51.8 -31.5 47.4) |
| LCH | lch(51.8 56.9 123.7) |
| OKLCH | oklch(0.574 0.139 130.3) |
Copy-ready code
/* CSS */
color: #5c8821;
background-color: #5c8821;
/* Tailwind (arbitrary) */
class="text-[#5c8821] bg-[#5c8821]"
/* SCSS */
$brand: #5c8821;
/* SwiftUI */
Color(red: 0.361, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#5c8821")Accessibility — WCAG contrast
Aa
#5c8821 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5c8821 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green53.3%
Blue12.9%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow75.7%
Key (black)46.7%
Color previews
#5c8821 text on a black background
contrast 5.00:1
Card sample
#5c8821 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c8821;
Background color
Panel with #5c8821 background
background-color: #5c8821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c8821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c8821; background: linear-gradient(135deg, #5c8821, #21882B);