#561921
a deep, vivid red · warm · closest name: maroon
RGB
86, 25, 33
HSL
352°, 55%, 22%
CMYK
0, 71, 62, 66
Luminance
0.0278
Every format
| HEX | #561921 |
| RGB | rgb(86, 25, 33) |
| HSL | hsl(352, 55%, 22%) |
| CMYK | cmyk(0%, 71%, 62%, 66%) |
| LAB | lab(19.2 28.8 10.2) |
| LCH | lch(19.2 30.6 19.5) |
| OKLCH | oklch(0.314 0.090 16.3) |
Copy-ready code
/* CSS */
color: #561921;
background-color: #561921;
/* Tailwind (arbitrary) */
class="text-[#561921] bg-[#561921]"
/* SCSS */
$brand: #561921;
/* SwiftUI */
Color(red: 0.337, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#561921")Accessibility — WCAG contrast
Aa
#561921 on white: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#561921 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green9.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow61.6%
Key (black)66.3%
Color previews
#561921 text on a black background
contrast 1.56:1
Card sample
#561921 text on a white background
contrast 13.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #561921;
Background color
Panel with #561921 background
background-color: #561921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #561921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #561921; background: linear-gradient(135deg, #561921, #563A19);