#596a39
a dark, soft green · cool · closest name: seagreen
RGB
89, 106, 57
HSL
81°, 30%, 32%
CMYK
16, 0, 46, 58
Luminance
0.1273
Every format
| HEX | #596a39 |
| RGB | rgb(89, 106, 57) |
| HSL | hsl(81, 30%, 32%) |
| CMYK | cmyk(16%, 0%, 46%, 58%) |
| LAB | lab(42.4 -15.4 25.4) |
| LCH | lch(42.4 29.6 121.2) |
| OKLCH | oklch(0.498 0.075 124.7) |
Copy-ready code
/* CSS */
color: #596a39;
background-color: #596a39;
/* Tailwind (arbitrary) */
class="text-[#596a39] bg-[#596a39]"
/* SCSS */
$brand: #596a39;
/* SwiftUI */
Color(red: 0.349, green: 0.416, blue: 0.224)
/* Android */
Color.parseColor("#596a39")Accessibility — WCAG contrast
Aa
#596a39 on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596a39 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green41.6%
Blue22.4%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow46.2%
Key (black)58.4%
Color previews
#596a39 text on a black background
contrast 3.55:1
Card sample
#596a39 text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596a39;
Background color
Panel with #596a39 background
background-color: #596a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 106, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 106, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596a39; background: linear-gradient(135deg, #596a39, #396A3A);