#596621
a dark, vivid green · cool · closest name: olivedrab
RGB
89, 102, 33
HSL
71°, 51%, 27%
CMYK
13, 0, 68, 60
Luminance
0.1174
Every format
| HEX | #596621 |
| RGB | rgb(89, 102, 33) |
| HSL | hsl(71, 51%, 27%) |
| CMYK | cmyk(13%, 0%, 68%, 60%) |
| LAB | lab(40.8 -15.7 36.1) |
| LCH | lch(40.8 39.3 113.5) |
| OKLCH | oklch(0.484 0.094 119.2) |
Copy-ready code
/* CSS */
color: #596621;
background-color: #596621;
/* Tailwind (arbitrary) */
class="text-[#596621] bg-[#596621]"
/* SCSS */
$brand: #596621;
/* SwiftUI */
Color(red: 0.349, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#596621")Accessibility — WCAG contrast
Aa
#596621 on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596621 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green40.0%
Blue12.9%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#596621 text on a black background
contrast 3.35:1
Card sample
#596621 text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596621;
Background color
Panel with #596621 background
background-color: #596621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596621; background: linear-gradient(135deg, #596621, #2B6621);