#596c2d
a dark, soft green · cool · closest name: olivedrab
RGB
89, 108, 45
HSL
78°, 41%, 30%
CMYK
18, 0, 58, 58
Luminance
0.1304
Every format
| HEX | #596c2d |
| RGB | rgb(89, 108, 45) |
| HSL | hsl(78, 41%, 30%) |
| CMYK | cmyk(18%, 0%, 58%, 58%) |
| LAB | lab(42.8 -17.8 32.4) |
| LCH | lch(42.8 37.0 118.8) |
| OKLCH | oklch(0.501 0.091 123.7) |
Copy-ready code
/* CSS */
color: #596c2d;
background-color: #596c2d;
/* Tailwind (arbitrary) */
class="text-[#596c2d] bg-[#596c2d]"
/* SCSS */
$brand: #596c2d;
/* SwiftUI */
Color(red: 0.349, green: 0.424, blue: 0.176)
/* Android */
Color.parseColor("#596c2d")Accessibility — WCAG contrast
Aa
#596c2d on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596c2d on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green42.4%
Blue17.6%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow58.3%
Key (black)57.6%
Color previews
#596c2d text on a black background
contrast 3.61:1
Card sample
#596c2d text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596c2d;
Background color
Panel with #596c2d background
background-color: #596c2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596c2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 108, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 108, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596c2d; background: linear-gradient(135deg, #596c2d, #2F6C2D);