#556e21
a dark, vivid green · cool · closest name: olivedrab
RGB
85, 110, 33
HSL
80°, 54%, 28%
CMYK
23, 0, 70, 57
Luminance
0.1319
Every format
| HEX | #556e21 |
| RGB | rgb(85, 110, 33) |
| HSL | hsl(80, 54%, 28%) |
| CMYK | cmyk(23%, 0%, 70%, 57%) |
| LAB | lab(43.0 -21.7 38.4) |
| LCH | lch(43.0 44.1 119.5) |
| OKLCH | oklch(0.502 0.107 125.6) |
Copy-ready code
/* CSS */
color: #556e21;
background-color: #556e21;
/* Tailwind (arbitrary) */
class="text-[#556e21] bg-[#556e21]"
/* SCSS */
$brand: #556e21;
/* SwiftUI */
Color(red: 0.333, green: 0.431, blue: 0.129)
/* Android */
Color.parseColor("#556e21")Accessibility — WCAG contrast
Aa
#556e21 on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#556e21 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green43.1%
Blue12.9%
CMYK percentages
Cyan22.7%
Magenta0.0%
Yellow70.0%
Key (black)56.9%
Color previews
#556e21 text on a black background
contrast 3.64:1
Card sample
#556e21 text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #556e21;
Background color
Panel with #556e21 background
background-color: #556e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #556e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 110, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 110, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #556e21; background: linear-gradient(135deg, #556e21, #226E21);