#596a21
a dark, vivid green · cool · closest name: olivedrab
RGB
89, 106, 33
HSL
74°, 53%, 27%
CMYK
16, 0, 69, 58
Luminance
0.1254
Every format
| HEX | #596a21 |
| RGB | rgb(89, 106, 33) |
| HSL | hsl(74, 53%, 27%) |
| CMYK | cmyk(16%, 0%, 69%, 58%) |
| LAB | lab(42.1 -17.8 37.4) |
| LCH | lch(42.1 41.4 115.5) |
| OKLCH | oklch(0.494 0.100 121.4) |
Copy-ready code
/* CSS */
color: #596a21;
background-color: #596a21;
/* Tailwind (arbitrary) */
class="text-[#596a21] bg-[#596a21]"
/* SCSS */
$brand: #596a21;
/* SwiftUI */
Color(red: 0.349, green: 0.416, blue: 0.129)
/* Android */
Color.parseColor("#596a21")Accessibility — WCAG contrast
Aa
#596a21 on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596a21 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green41.6%
Blue12.9%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow68.9%
Key (black)58.4%
Color previews
#596a21 text on a black background
contrast 3.51:1
Card sample
#596a21 text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596a21;
Background color
Panel with #596a21 background
background-color: #596a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 106, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 106, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596a21; background: linear-gradient(135deg, #596a21, #286A21);