#562a21
a deep, soft red · warm · closest name: sienna
RGB
86, 42, 33
HSL
10°, 45%, 23%
CMYK
0, 51, 62, 66
Luminance
0.0374
Every format
| HEX | #562a21 |
| RGB | rgb(86, 42, 33) |
| HSL | hsl(10, 45%, 23%) |
| CMYK | cmyk(0%, 51%, 62%, 66%) |
| LAB | lab(22.8 19.3 15.0) |
| LCH | lch(22.8 24.5 37.9) |
| OKLCH | oklch(0.342 0.067 32.7) |
Copy-ready code
/* CSS */
color: #562a21;
background-color: #562a21;
/* Tailwind (arbitrary) */
class="text-[#562a21] bg-[#562a21]"
/* SCSS */
$brand: #562a21;
/* SwiftUI */
Color(red: 0.337, green: 0.165, blue: 0.129)
/* Android */
Color.parseColor("#562a21")Accessibility — WCAG contrast
Aa
#562a21 on white: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562a21 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green16.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow61.6%
Key (black)66.3%
Color previews
#562a21 text on a black background
contrast 1.75:1
Card sample
#562a21 text on a white background
contrast 12.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562a21;
Background color
Panel with #562a21 background
background-color: #562a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 42, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 42, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562a21; background: linear-gradient(135deg, #562a21, #564D21);