#597521
a dark, vivid green · cool · closest name: olivedrab
RGB
89, 117, 33
HSL
80°, 56%, 29%
CMYK
24, 0, 72, 54
Luminance
0.1496
Every format
| HEX | #597521 |
| RGB | rgb(89, 117, 33) |
| HSL | hsl(80, 56%, 29%) |
| CMYK | cmyk(24%, 0%, 72%, 54%) |
| LAB | lab(45.6 -23.6 41.0) |
| LCH | lch(45.6 47.3 119.9) |
| OKLCH | oklch(0.523 0.115 126.1) |
Copy-ready code
/* CSS */
color: #597521;
background-color: #597521;
/* Tailwind (arbitrary) */
class="text-[#597521] bg-[#597521]"
/* SCSS */
$brand: #597521;
/* SwiftUI */
Color(red: 0.349, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#597521")Accessibility — WCAG contrast
Aa
#597521 on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#597521 on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green45.9%
Blue12.9%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow71.8%
Key (black)54.1%
Color previews
#597521 text on a black background
contrast 3.99:1
Card sample
#597521 text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #597521;
Background color
Panel with #597521 background
background-color: #597521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #597521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #597521; background: linear-gradient(135deg, #597521, #217521);