#582221
a deep, vivid red · warm · closest name: sienna
RGB
88, 34, 33
HSL
1°, 46%, 24%
CMYK
0, 61, 63, 66
Luminance
0.0333
Every format
| HEX | #582221 |
| RGB | rgb(88, 34, 33) |
| HSL | hsl(1, 46%, 24%) |
| CMYK | cmyk(0%, 61%, 63%, 66%) |
| LAB | lab(21.3 24.9 13.2) |
| LCH | lch(21.3 28.1 27.9) |
| OKLCH | oklch(0.331 0.080 23.5) |
Copy-ready code
/* CSS */
color: #582221;
background-color: #582221;
/* Tailwind (arbitrary) */
class="text-[#582221] bg-[#582221]"
/* SCSS */
$brand: #582221;
/* SwiftUI */
Color(red: 0.345, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#582221")Accessibility — WCAG contrast
Aa
#582221 on white: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#582221 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow62.5%
Key (black)65.5%
Color previews
#582221 text on a black background
contrast 1.67:1
Card sample
#582221 text on a white background
contrast 12.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #582221;
Background color
Panel with #582221 background
background-color: #582221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #582221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #582221; background: linear-gradient(135deg, #582221, #584721);