#558521
a dark, vivid green · cool · closest name: olivedrab
RGB
85, 133, 33
HSL
89°, 60%, 33%
CMYK
36, 0, 75, 48
Luminance
0.1882
Every format
| HEX | #558521 |
| RGB | rgb(85, 133, 33) |
| HSL | hsl(89, 60%, 33%) |
| CMYK | cmyk(36%, 0%, 75%, 48%) |
| LAB | lab(50.5 -32.9 45.9) |
| LCH | lch(50.5 56.5 125.6) |
| OKLCH | oklch(0.562 0.139 132.0) |
Copy-ready code
/* CSS */
color: #558521;
background-color: #558521;
/* Tailwind (arbitrary) */
class="text-[#558521] bg-[#558521]"
/* SCSS */
$brand: #558521;
/* SwiftUI */
Color(red: 0.333, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#558521")Accessibility — WCAG contrast
Aa
#558521 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#558521 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green52.2%
Blue12.9%
CMYK percentages
Cyan36.1%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#558521 text on a black background
contrast 4.76:1
Card sample
#558521 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #558521;
Background color
Panel with #558521 background
background-color: #558521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #558521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #558521; background: linear-gradient(135deg, #558521, #218530);