#592921
a deep, vivid red · warm · closest name: sienna
RGB
89, 41, 33
HSL
9°, 46%, 24%
CMYK
0, 54, 63, 65
Luminance
0.0382
Every format
| HEX | #592921 |
| RGB | rgb(89, 41, 33) |
| HSL | hsl(9, 46%, 24%) |
| CMYK | cmyk(0%, 54%, 63%, 65%) |
| LAB | lab(23.1 21.3 15.5) |
| LCH | lch(23.1 26.3 36.0) |
| OKLCH | oklch(0.345 0.073 30.9) |
Copy-ready code
/* CSS */
color: #592921;
background-color: #592921;
/* Tailwind (arbitrary) */
class="text-[#592921] bg-[#592921]"
/* SCSS */
$brand: #592921;
/* SwiftUI */
Color(red: 0.349, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#592921")Accessibility — WCAG contrast
Aa
#592921 on white: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#592921 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.9%
Yellow62.9%
Key (black)65.1%
Color previews
#592921 text on a black background
contrast 1.76:1
Card sample
#592921 text on a white background
contrast 11.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #592921;
Background color
Panel with #592921 background
background-color: #592921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #592921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #592921; background: linear-gradient(135deg, #592921, #594E21);