#581321
a deep, vivid red · warm · closest name: maroon
RGB
88, 19, 33
HSL
348°, 65%, 21%
CMYK
0, 78, 63, 66
Luminance
0.0265
Every format
| HEX | #581321 |
| RGB | rgb(88, 19, 33) |
| HSL | hsl(348, 65%, 21%) |
| CMYK | cmyk(0%, 78%, 63%, 66%) |
| LAB | lab(18.6 32.2 9.5) |
| LCH | lch(18.6 33.6 16.5) |
| OKLCH | oklch(0.311 0.100 13.7) |
Copy-ready code
/* CSS */
color: #581321;
background-color: #581321;
/* Tailwind (arbitrary) */
class="text-[#581321] bg-[#581321]"
/* SCSS */
$brand: #581321;
/* SwiftUI */
Color(red: 0.345, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#581321")Accessibility — WCAG contrast
Aa
#581321 on white: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#581321 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.4%
Yellow62.5%
Key (black)65.5%
Color previews
#581321 text on a black background
contrast 1.53:1
Card sample
#581321 text on a white background
contrast 13.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #581321;
Background color
Panel with #581321 background
background-color: #581321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #581321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #581321; background: linear-gradient(135deg, #581321, #583313);