#572221
a deep, vivid red · warm · closest name: sienna
RGB
87, 34, 33
HSL
1°, 45%, 24%
CMYK
0, 61, 62, 66
Luminance
0.0328
Every format
| HEX | #572221 |
| RGB | rgb(87, 34, 33) |
| HSL | hsl(1, 45%, 24%) |
| CMYK | cmyk(0%, 61%, 62%, 66%) |
| LAB | lab(21.1 24.5 12.9) |
| LCH | lch(21.1 27.6 27.8) |
| OKLCH | oklch(0.330 0.079 23.5) |
Copy-ready code
/* CSS */
color: #572221;
background-color: #572221;
/* Tailwind (arbitrary) */
class="text-[#572221] bg-[#572221]"
/* SCSS */
$brand: #572221;
/* SwiftUI */
Color(red: 0.341, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#572221")Accessibility — WCAG contrast
Aa
#572221 on white: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#572221 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow62.1%
Key (black)65.9%
Color previews
#572221 text on a black background
contrast 1.66:1
Card sample
#572221 text on a white background
contrast 12.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #572221;
Background color
Panel with #572221 background
background-color: #572221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #572221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #572221; background: linear-gradient(135deg, #572221, #574621);