#559021
a dark, vivid green · cool · closest name: olivedrab
RGB
85, 144, 33
HSL
92°, 63%, 35%
CMYK
41, 0, 77, 44
Luminance
0.2199
Every format
| HEX | #559021 |
| RGB | rgb(85, 144, 33) |
| HSL | hsl(92, 63%, 35%) |
| CMYK | cmyk(41%, 0%, 77%, 44%) |
| LAB | lab(54.0 -37.8 49.4) |
| LCH | lch(54.0 62.1 127.4) |
| OKLCH | oklch(0.591 0.153 133.9) |
Copy-ready code
/* CSS */
color: #559021;
background-color: #559021;
/* Tailwind (arbitrary) */
class="text-[#559021] bg-[#559021]"
/* SCSS */
$brand: #559021;
/* SwiftUI */
Color(red: 0.333, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#559021")Accessibility — WCAG contrast
Aa
#559021 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#559021 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green56.5%
Blue12.9%
CMYK percentages
Cyan41.0%
Magenta0.0%
Yellow77.1%
Key (black)43.5%
Color previews
#559021 text on a black background
contrast 5.40:1
Card sample
#559021 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #559021;
Background color
Panel with #559021 background
background-color: #559021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #559021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #559021; background: linear-gradient(135deg, #559021, #219037);