#59503c
a dark, soft yellow · warm · closest name: darkslategray
RGB
89, 80, 60
HSL
41°, 20%, 29%
CMYK
0, 10, 33, 65
Luminance
0.0819
Every format
| HEX | #59503c |
| RGB | rgb(89, 80, 60) |
| HSL | hsl(41, 20%, 29%) |
| CMYK | cmyk(0%, 10%, 33%, 65%) |
| LAB | lab(34.4 0.2 13.2) |
| LCH | lch(34.4 13.2 89.1) |
| OKLCH | oklch(0.434 0.033 86.6) |
Copy-ready code
/* CSS */
color: #59503c;
background-color: #59503c;
/* Tailwind (arbitrary) */
class="text-[#59503c] bg-[#59503c]"
/* SCSS */
$brand: #59503c;
/* SwiftUI */
Color(red: 0.349, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#59503c")Accessibility — WCAG contrast
Aa
#59503c on white: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#59503c on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green31.4%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow32.6%
Key (black)65.1%
Color previews
#59503c text on a black background
contrast 2.64:1
Card sample
#59503c text on a white background
contrast 7.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59503c;
Background color
Panel with #59503c background
background-color: #59503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59503c; background: linear-gradient(135deg, #59503c, #4F593C);