#561621
a deep, vivid red · warm · closest name: maroon
RGB
86, 22, 33
HSL
350°, 59%, 21%
CMYK
0, 74, 62, 66
Luminance
0.0266
Every format
| HEX | #561621 |
| RGB | rgb(86, 22, 33) |
| HSL | hsl(350, 59%, 21%) |
| CMYK | cmyk(0%, 74%, 62%, 66%) |
| LAB | lab(18.6 30.2 9.5) |
| LCH | lch(18.6 31.7 17.5) |
| OKLCH | oklch(0.310 0.094 14.6) |
Copy-ready code
/* CSS */
color: #561621;
background-color: #561621;
/* Tailwind (arbitrary) */
class="text-[#561621] bg-[#561621]"
/* SCSS */
$brand: #561621;
/* SwiftUI */
Color(red: 0.337, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#561621")Accessibility — WCAG contrast
Aa
#561621 on white: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#561621 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow61.6%
Key (black)66.3%
Color previews
#561621 text on a black background
contrast 1.53:1
Card sample
#561621 text on a white background
contrast 13.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #561621;
Background color
Panel with #561621 background
background-color: #561621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #561621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #561621; background: linear-gradient(135deg, #561621, #563616);