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