#592a21
a deep, vivid red · warm · closest name: sienna
RGB
89, 42, 33
HSL
10°, 46%, 24%
CMYK
0, 53, 63, 65
Luminance
0.0389
Every format
| HEX | #592a21 |
| RGB | rgb(89, 42, 33) |
| HSL | hsl(10, 46%, 24%) |
| CMYK | cmyk(0%, 53%, 63%, 65%) |
| LAB | lab(23.3 20.7 15.8) |
| LCH | lch(23.3 26.0 37.3) |
| OKLCH | oklch(0.347 0.071 32.2) |
Copy-ready code
/* CSS */
color: #592a21;
background-color: #592a21;
/* Tailwind (arbitrary) */
class="text-[#592a21] bg-[#592a21]"
/* SCSS */
$brand: #592a21;
/* SwiftUI */
Color(red: 0.349, green: 0.165, blue: 0.129)
/* Android */
Color.parseColor("#592a21")Accessibility — WCAG contrast
Aa
#592a21 on white: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#592a21 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green16.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow62.9%
Key (black)65.1%
Color previews
#592a21 text on a black background
contrast 1.78:1
Card sample
#592a21 text on a white background
contrast 11.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #592a21;
Background color
Panel with #592a21 background
background-color: #592a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #592a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 42, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 42, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #592a21; background: linear-gradient(135deg, #592a21, #594F21);