#596c39
a dark, soft green · cool · closest name: seagreen
RGB
89, 108, 57
HSL
82°, 31%, 32%
CMYK
18, 0, 47, 58
Luminance
0.1314
Every format
| HEX | #596c39 |
| RGB | rgb(89, 108, 57) |
| HSL | hsl(82, 31%, 32%) |
| CMYK | cmyk(18%, 0%, 47%, 58%) |
| LAB | lab(43.0 -16.5 26.1) |
| LCH | lch(43.0 30.9 122.2) |
| OKLCH | oklch(0.503 0.078 125.8) |
Copy-ready code
/* CSS */
color: #596c39;
background-color: #596c39;
/* Tailwind (arbitrary) */
class="text-[#596c39] bg-[#596c39]"
/* SCSS */
$brand: #596c39;
/* SwiftUI */
Color(red: 0.349, green: 0.424, blue: 0.224)
/* Android */
Color.parseColor("#596c39")Accessibility — WCAG contrast
Aa
#596c39 on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596c39 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green42.4%
Blue22.4%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow47.2%
Key (black)57.6%
Color previews
#596c39 text on a black background
contrast 3.63:1
Card sample
#596c39 text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596c39;
Background color
Panel with #596c39 background
background-color: #596c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 108, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 108, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596c39; background: linear-gradient(135deg, #596c39, #396C3B);