#561721
a deep, vivid red · warm · closest name: maroon
RGB
86, 23, 33
HSL
351°, 58%, 21%
CMYK
0, 73, 62, 66
Luminance
0.0270
Every format
| HEX | #561721 |
| RGB | rgb(86, 23, 33) |
| HSL | hsl(351, 58%, 21%) |
| CMYK | cmyk(0%, 73%, 62%, 66%) |
| LAB | lab(18.8 29.8 9.8) |
| LCH | lch(18.8 31.3 18.2) |
| OKLCH | oklch(0.312 0.093 15.2) |
Copy-ready code
/* CSS */
color: #561721;
background-color: #561721;
/* Tailwind (arbitrary) */
class="text-[#561721] bg-[#561721]"
/* SCSS */
$brand: #561721;
/* SwiftUI */
Color(red: 0.337, green: 0.090, blue: 0.129)
/* Android */
Color.parseColor("#561721")Accessibility — WCAG contrast
Aa
#561721 on white: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#561721 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green9.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow61.6%
Key (black)66.3%
Color previews
#561721 text on a black background
contrast 1.54:1
Card sample
#561721 text on a white background
contrast 13.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #561721;
Background color
Panel with #561721 background
background-color: #561721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #561721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 23, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 23, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #561721; background: linear-gradient(135deg, #561721, #563717);