#556611
a deep, vivid green · cool · closest name: olivedrab
RGB
85, 102, 17
HSL
72°, 71%, 23%
CMYK
17, 0, 83, 60
Luminance
0.1147
Every format
| HEX | #556611 |
| RGB | rgb(85, 102, 17) |
| HSL | hsl(72, 71%, 23%) |
| CMYK | cmyk(17%, 0%, 83%, 60%) |
| LAB | lab(40.4 -18.5 42.0) |
| LCH | lch(40.4 45.9 113.8) |
| OKLCH | oklch(0.480 0.107 120.9) |
Copy-ready code
/* CSS */
color: #556611;
background-color: #556611;
/* Tailwind (arbitrary) */
class="text-[#556611] bg-[#556611]"
/* SCSS */
$brand: #556611;
/* SwiftUI */
Color(red: 0.333, green: 0.400, blue: 0.067)
/* Android */
Color.parseColor("#556611")Accessibility — WCAG contrast
Aa
#556611 on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#556611 on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green40.0%
Blue6.7%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow83.3%
Key (black)60.0%
Color previews
#556611 text on a black background
contrast 3.29:1
Card sample
#556611 text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #556611;
Background color
Panel with #556611 background
background-color: #556611;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #556611;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 102, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 102, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #556611; background: linear-gradient(135deg, #556611, #1C6611);