#562021
a deep, vivid red · warm · closest name: sienna
RGB
86, 32, 33
HSL
359°, 46%, 23%
CMYK
0, 63, 62, 66
Luminance
0.0312
Every format
| HEX | #562021 |
| RGB | rgb(86, 32, 33) |
| HSL | hsl(359, 46%, 23%) |
| CMYK | cmyk(0%, 63%, 62%, 66%) |
| LAB | lab(20.5 25.2 12.1) |
| LCH | lch(20.5 27.9 25.6) |
| OKLCH | oklch(0.325 0.081 21.6) |
Copy-ready code
/* CSS */
color: #562021;
background-color: #562021;
/* Tailwind (arbitrary) */
class="text-[#562021] bg-[#562021]"
/* SCSS */
$brand: #562021;
/* SwiftUI */
Color(red: 0.337, green: 0.125, blue: 0.129)
/* Android */
Color.parseColor("#562021")Accessibility — WCAG contrast
Aa
#562021 on white: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562021 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green12.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow61.6%
Key (black)66.3%
Color previews
#562021 text on a black background
contrast 1.62:1
Card sample
#562021 text on a white background
contrast 12.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562021;
Background color
Panel with #562021 background
background-color: #562021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 32, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 32, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562021; background: linear-gradient(135deg, #562021, #564320);