#596759
a dark, muted gray · cool · closest name: darkslategray
RGB
89, 103, 89
HSL
120°, 7%, 38%
CMYK
14, 0, 14, 60
Luminance
0.1255
Every format
| HEX | #596759 |
| RGB | rgb(89, 103, 89) |
| HSL | hsl(120, 7%, 38%) |
| CMYK | cmyk(14%, 0%, 14%, 60%) |
| LAB | lab(42.1 -8.3 6.1) |
| LCH | lch(42.1 10.3 143.7) |
| OKLCH | oklch(0.498 0.028 145.1) |
Copy-ready code
/* CSS */
color: #596759;
background-color: #596759;
/* Tailwind (arbitrary) */
class="text-[#596759] bg-[#596759]"
/* SCSS */
$brand: #596759;
/* SwiftUI */
Color(red: 0.349, green: 0.404, blue: 0.349)
/* Android */
Color.parseColor("#596759")Accessibility — WCAG contrast
Aa
#596759 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596759 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green40.4%
Blue34.9%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow13.6%
Key (black)59.6%
Color previews
#596759 text on a black background
contrast 3.51:1
Card sample
#596759 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596759;
Background color
Panel with #596759 background
background-color: #596759;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596759;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 103, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 103, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596759; background: linear-gradient(135deg, #596759, #596762);