#561a21
a deep, vivid red · warm · closest name: maroon
RGB
86, 26, 33
HSL
353°, 54%, 22%
CMYK
0, 70, 62, 66
Luminance
0.0283
Every format
| HEX | #561a21 |
| RGB | rgb(86, 26, 33) |
| HSL | hsl(353, 54%, 22%) |
| CMYK | cmyk(0%, 70%, 62%, 66%) |
| LAB | lab(19.3 28.3 10.5) |
| LCH | lch(19.3 30.2 20.3) |
| OKLCH | oklch(0.316 0.089 17.0) |
Copy-ready code
/* CSS */
color: #561a21;
background-color: #561a21;
/* Tailwind (arbitrary) */
class="text-[#561a21] bg-[#561a21]"
/* SCSS */
$brand: #561a21;
/* SwiftUI */
Color(red: 0.337, green: 0.102, blue: 0.129)
/* Android */
Color.parseColor("#561a21")Accessibility — WCAG contrast
Aa
#561a21 on white: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#561a21 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green10.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow61.6%
Key (black)66.3%
Color previews
#561a21 text on a black background
contrast 1.57:1
Card sample
#561a21 text on a white background
contrast 13.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #561a21;
Background color
Panel with #561a21 background
background-color: #561a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #561a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 26, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 26, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #561a21; background: linear-gradient(135deg, #561a21, #563B1A);