#592321
a deep, vivid red · warm · closest name: sienna
RGB
89, 35, 33
HSL
2°, 46%, 24%
CMYK
0, 61, 63, 65
Luminance
0.0344
Every format
| HEX | #592321 |
| RGB | rgb(89, 35, 33) |
| HSL | hsl(2, 46%, 24%) |
| CMYK | cmyk(0%, 61%, 63%, 65%) |
| LAB | lab(21.7 24.7 13.7) |
| LCH | lch(21.7 28.3 29.0) |
| OKLCH | oklch(0.335 0.080 24.5) |
Copy-ready code
/* CSS */
color: #592321;
background-color: #592321;
/* Tailwind (arbitrary) */
class="text-[#592321] bg-[#592321]"
/* SCSS */
$brand: #592321;
/* SwiftUI */
Color(red: 0.349, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#592321")Accessibility — WCAG contrast
Aa
#592321 on white: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#592321 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow62.9%
Key (black)65.1%
Color previews
#592321 text on a black background
contrast 1.69:1
Card sample
#592321 text on a white background
contrast 12.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #592321;
Background color
Panel with #592321 background
background-color: #592321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #592321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #592321; background: linear-gradient(135deg, #592321, #594821);