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