#581621
a deep, vivid red · warm · closest name: maroon
RGB
88, 22, 33
HSL
350°, 60%, 22%
CMYK
0, 75, 63, 66
Luminance
0.0276
Every format
| HEX | #581621 |
| RGB | rgb(88, 22, 33) |
| HSL | hsl(350, 60%, 22%) |
| CMYK | cmyk(0%, 75%, 63%, 66%) |
| LAB | lab(19.1 30.9 10.2) |
| LCH | lch(19.1 32.6 18.2) |
| OKLCH | oklch(0.314 0.096 15.1) |
Copy-ready code
/* CSS */
color: #581621;
background-color: #581621;
/* Tailwind (arbitrary) */
class="text-[#581621] bg-[#581621]"
/* SCSS */
$brand: #581621;
/* SwiftUI */
Color(red: 0.345, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#581621")Accessibility — WCAG contrast
Aa
#581621 on white: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#581621 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow62.5%
Key (black)65.5%
Color previews
#581621 text on a black background
contrast 1.55:1
Card sample
#581621 text on a white background
contrast 13.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #581621;
Background color
Panel with #581621 background
background-color: #581621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #581621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #581621; background: linear-gradient(135deg, #581621, #583716);