#595943
a dark, muted yellow · cool · closest name: darkslategray
RGB
89, 89, 67
HSL
60°, 14%, 31%
CMYK
0, 0, 25, 65
Luminance
0.0967
Every format
| HEX | #595943 |
| RGB | rgb(89, 89, 67) |
| HSL | hsl(60, 14%, 31%) |
| CMYK | cmyk(0%, 0%, 25%, 65%) |
| LAB | lab(37.3 -4.2 12.8) |
| LCH | lch(37.3 13.4 108.0) |
| OKLCH | oklch(0.458 0.034 107.7) |
Copy-ready code
/* CSS */
color: #595943;
background-color: #595943;
/* Tailwind (arbitrary) */
class="text-[#595943] bg-[#595943]"
/* SCSS */
$brand: #595943;
/* SwiftUI */
Color(red: 0.349, green: 0.349, blue: 0.263)
/* Android */
Color.parseColor("#595943")Accessibility — WCAG contrast
Aa
#595943 on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#595943 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green34.9%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow24.7%
Key (black)65.1%
Color previews
#595943 text on a black background
contrast 2.93:1
Card sample
#595943 text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #595943;
Background color
Panel with #595943 background
background-color: #595943;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #595943;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 89, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 89, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #595943; background: linear-gradient(135deg, #595943, #4A5943);