#558822
a dark, vivid green · cool · closest name: olivedrab
RGB
85, 136, 34
HSL
90°, 60%, 33%
CMYK
38, 0, 75, 47
Luminance
0.1966
Every format
| HEX | #558822 |
| RGB | rgb(85, 136, 34) |
| HSL | hsl(90, 60%, 33%) |
| CMYK | cmyk(38%, 0%, 75%, 47%) |
| LAB | lab(51.4 -34.2 46.5) |
| LCH | lch(51.4 57.7 126.3) |
| OKLCH | oklch(0.570 0.142 132.7) |
Copy-ready code
/* CSS */
color: #558822;
background-color: #558822;
/* Tailwind (arbitrary) */
class="text-[#558822] bg-[#558822]"
/* SCSS */
$brand: #558822;
/* SwiftUI */
Color(red: 0.333, green: 0.533, blue: 0.133)
/* Android */
Color.parseColor("#558822")Accessibility — WCAG contrast
Aa
#558822 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#558822 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green53.3%
Blue13.3%
CMYK percentages
Cyan37.5%
Magenta0.0%
Yellow75.0%
Key (black)46.7%
Color previews
#558822 text on a black background
contrast 4.93:1
Card sample
#558822 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #558822;
Background color
Panel with #558822 background
background-color: #558822;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #558822;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 136, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 136, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #558822; background: linear-gradient(135deg, #558822, #228833);