#561021
a deep, vivid red · warm · closest name: maroon
RGB
86, 16, 33
HSL
345°, 69%, 20%
CMYK
0, 81, 62, 66
Luminance
0.0246
Every format
| HEX | #561021 |
| RGB | rgb(86, 16, 33) |
| HSL | hsl(345, 69%, 20%) |
| CMYK | cmyk(0%, 81%, 62%, 66%) |
| LAB | lab(17.7 32.7 8.3) |
| LCH | lch(17.7 33.8 14.2) |
| OKLCH | oklch(0.304 0.101 11.8) |
Copy-ready code
/* CSS */
color: #561021;
background-color: #561021;
/* Tailwind (arbitrary) */
class="text-[#561021] bg-[#561021]"
/* SCSS */
$brand: #561021;
/* SwiftUI */
Color(red: 0.337, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#561021")Accessibility — WCAG contrast
Aa
#561021 on white: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#561021 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow61.6%
Key (black)66.3%
Color previews
#561021 text on a black background
contrast 1.49:1
Card sample
#561021 text on a white background
contrast 14.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #561021;
Background color
Panel with #561021 background
background-color: #561021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #561021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #561021; background: linear-gradient(135deg, #561021, #562E10);