#5c7a21
a dark, vivid green · cool · closest name: olivedrab
RGB
92, 122, 33
HSL
80°, 57%, 30%
CMYK
25, 0, 73, 52
Luminance
0.1630
Every format
| HEX | #5c7a21 |
| RGB | rgb(92, 122, 33) |
| HSL | hsl(80, 57%, 30%) |
| CMYK | cmyk(25%, 0%, 73%, 52%) |
| LAB | lab(47.4 -24.8 42.9) |
| LCH | lch(47.4 49.6 120.0) |
| OKLCH | oklch(0.538 0.120 126.4) |
Copy-ready code
/* CSS */
color: #5c7a21;
background-color: #5c7a21;
/* Tailwind (arbitrary) */
class="text-[#5c7a21] bg-[#5c7a21]"
/* SCSS */
$brand: #5c7a21;
/* SwiftUI */
Color(red: 0.361, green: 0.478, blue: 0.129)
/* Android */
Color.parseColor("#5c7a21")Accessibility — WCAG contrast
Aa
#5c7a21 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5c7a21 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green47.8%
Blue12.9%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow73.0%
Key (black)52.2%
Color previews
#5c7a21 text on a black background
contrast 4.26:1
Card sample
#5c7a21 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c7a21;
Background color
Panel with #5c7a21 background
background-color: #5c7a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c7a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 122, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 122, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c7a21; background: linear-gradient(135deg, #5c7a21, #217A21);