#558421
a dark, vivid green · cool · closest name: olivedrab
RGB
85, 132, 33
HSL
89°, 60%, 32%
CMYK
36, 0, 75, 48
Luminance
0.1854
Every format
| HEX | #558421 |
| RGB | rgb(85, 132, 33) |
| HSL | hsl(89, 60%, 32%) |
| CMYK | cmyk(36%, 0%, 75%, 48%) |
| LAB | lab(50.1 -32.4 45.6) |
| LCH | lch(50.1 55.9 125.4) |
| OKLCH | oklch(0.559 0.137 131.8) |
Copy-ready code
/* CSS */
color: #558421;
background-color: #558421;
/* Tailwind (arbitrary) */
class="text-[#558421] bg-[#558421]"
/* SCSS */
$brand: #558421;
/* SwiftUI */
Color(red: 0.333, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#558421")Accessibility — WCAG contrast
Aa
#558421 on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#558421 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green51.8%
Blue12.9%
CMYK percentages
Cyan35.6%
Magenta0.0%
Yellow75.0%
Key (black)48.2%
Color previews
#558421 text on a black background
contrast 4.71:1
Card sample
#558421 text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #558421;
Background color
Panel with #558421 background
background-color: #558421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #558421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #558421; background: linear-gradient(135deg, #558421, #21842F);