#582421
a deep, vivid red · warm · closest name: sienna
RGB
88, 36, 33
HSL
3°, 46%, 24%
CMYK
0, 59, 63, 66
Luminance
0.0345
Every format
| HEX | #582421 |
| RGB | rgb(88, 36, 33) |
| HSL | hsl(3, 46%, 24%) |
| CMYK | cmyk(0%, 59%, 63%, 66%) |
| LAB | lab(21.8 23.8 13.7) |
| LCH | lch(21.8 27.4 30.0) |
| OKLCH | oklch(0.335 0.078 25.5) |
Copy-ready code
/* CSS */
color: #582421;
background-color: #582421;
/* Tailwind (arbitrary) */
class="text-[#582421] bg-[#582421]"
/* SCSS */
$brand: #582421;
/* SwiftUI */
Color(red: 0.345, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#582421")Accessibility — WCAG contrast
Aa
#582421 on white: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#582421 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow62.5%
Key (black)65.5%
Color previews
#582421 text on a black background
contrast 1.69:1
Card sample
#582421 text on a white background
contrast 12.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #582421;
Background color
Panel with #582421 background
background-color: #582421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #582421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #582421; background: linear-gradient(135deg, #582421, #584921);