#596f2f
a dark, soft green · cool · closest name: olivedrab
RGB
89, 111, 47
HSL
81°, 41%, 31%
CMYK
20, 0, 58, 57
Luminance
0.1370
Every format
| HEX | #596f2f |
| RGB | rgb(89, 111, 47) |
| HSL | hsl(81, 41%, 31%) |
| CMYK | cmyk(20%, 0%, 58%, 57%) |
| LAB | lab(43.8 -19.2 32.5) |
| LCH | lch(43.8 37.8 120.6) |
| OKLCH | oklch(0.509 0.094 125.4) |
Copy-ready code
/* CSS */
color: #596f2f;
background-color: #596f2f;
/* Tailwind (arbitrary) */
class="text-[#596f2f] bg-[#596f2f]"
/* SCSS */
$brand: #596f2f;
/* SwiftUI */
Color(red: 0.349, green: 0.435, blue: 0.184)
/* Android */
Color.parseColor("#596f2f")Accessibility — WCAG contrast
Aa
#596f2f on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596f2f on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green43.5%
Blue18.4%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow57.7%
Key (black)56.5%
Color previews
#596f2f text on a black background
contrast 3.74:1
Card sample
#596f2f text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596f2f;
Background color
Panel with #596f2f background
background-color: #596f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 111, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 111, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596f2f; background: linear-gradient(135deg, #596f2f, #2F6F30);