#596721
a dark, vivid green · cool · closest name: olivedrab
RGB
89, 103, 33
HSL
72°, 52%, 27%
CMYK
14, 0, 68, 60
Luminance
0.1193
Every format
| HEX | #596721 |
| RGB | rgb(89, 103, 33) |
| HSL | hsl(72, 52%, 27%) |
| CMYK | cmyk(14%, 0%, 68%, 60%) |
| LAB | lab(41.1 -16.2 36.4) |
| LCH | lch(41.1 39.9 114.0) |
| OKLCH | oklch(0.487 0.095 119.7) |
Copy-ready code
/* CSS */
color: #596721;
background-color: #596721;
/* Tailwind (arbitrary) */
class="text-[#596721] bg-[#596721]"
/* SCSS */
$brand: #596721;
/* SwiftUI */
Color(red: 0.349, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#596721")Accessibility — WCAG contrast
Aa
#596721 on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596721 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green40.4%
Blue12.9%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#596721 text on a black background
contrast 3.39:1
Card sample
#596721 text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596721;
Background color
Panel with #596721 background
background-color: #596721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596721; background: linear-gradient(135deg, #596721, #2A6721);