#5c9321
a dark, vivid green · cool · closest name: olivedrab
RGB
92, 147, 33
HSL
89°, 63%, 35%
CMYK
37, 0, 78, 42
Luminance
0.2325
Every format
| HEX | #5c9321 |
| RGB | rgb(92, 147, 33) |
| HSL | hsl(89, 63%, 35%) |
| CMYK | cmyk(37%, 0%, 78%, 42%) |
| LAB | lab(55.3 -36.5 50.8) |
| LCH | lch(55.3 62.5 125.7) |
| OKLCH | oklch(0.603 0.153 132.4) |
Copy-ready code
/* CSS */
color: #5c9321;
background-color: #5c9321;
/* Tailwind (arbitrary) */
class="text-[#5c9321] bg-[#5c9321]"
/* SCSS */
$brand: #5c9321;
/* SwiftUI */
Color(red: 0.361, green: 0.576, blue: 0.129)
/* Android */
Color.parseColor("#5c9321")Accessibility — WCAG contrast
Aa
#5c9321 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5c9321 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green57.6%
Blue12.9%
CMYK percentages
Cyan37.4%
Magenta0.0%
Yellow77.6%
Key (black)42.4%
Color previews
#5c9321 text on a black background
contrast 5.65:1
Card sample
#5c9321 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c9321;
Background color
Panel with #5c9321 background
background-color: #5c9321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c9321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 147, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 147, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c9321; background: linear-gradient(135deg, #5c9321, #219332);