#561321
a deep, vivid red · warm · closest name: maroon
RGB
86, 19, 33
HSL
348°, 64%, 21%
CMYK
0, 78, 62, 66
Luminance
0.0255
Every format
| HEX | #561321 |
| RGB | rgb(86, 19, 33) |
| HSL | hsl(348, 64%, 21%) |
| CMYK | cmyk(0%, 78%, 62%, 66%) |
| LAB | lab(18.2 31.5 8.9) |
| LCH | lch(18.2 32.8 15.7) |
| OKLCH | oklch(0.307 0.098 13.1) |
Copy-ready code
/* CSS */
color: #561321;
background-color: #561321;
/* Tailwind (arbitrary) */
class="text-[#561321] bg-[#561321]"
/* SCSS */
$brand: #561321;
/* SwiftUI */
Color(red: 0.337, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#561321")Accessibility — WCAG contrast
Aa
#561321 on white: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#561321 on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow61.6%
Key (black)66.3%
Color previews
#561321 text on a black background
contrast 1.51:1
Card sample
#561321 text on a white background
contrast 13.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #561321;
Background color
Panel with #561321 background
background-color: #561321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #561321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #561321; background: linear-gradient(135deg, #561321, #563213);