#572421
a deep, vivid red · warm · closest name: sienna
RGB
87, 36, 33
HSL
3°, 45%, 24%
CMYK
0, 59, 62, 66
Luminance
0.0340
Every format
| HEX | #572421 |
| RGB | rgb(87, 36, 33) |
| HSL | hsl(3, 45%, 24%) |
| CMYK | cmyk(0%, 59%, 62%, 66%) |
| LAB | lab(21.6 23.3 13.5) |
| LCH | lch(21.6 26.9 30.0) |
| OKLCH | oklch(0.333 0.076 25.5) |
Copy-ready code
/* CSS */
color: #572421;
background-color: #572421;
/* Tailwind (arbitrary) */
class="text-[#572421] bg-[#572421]"
/* SCSS */
$brand: #572421;
/* SwiftUI */
Color(red: 0.341, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#572421")Accessibility — WCAG contrast
Aa
#572421 on white: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#572421 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.6%
Yellow62.1%
Key (black)65.9%
Color previews
#572421 text on a black background
contrast 1.68:1
Card sample
#572421 text on a white background
contrast 12.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #572421;
Background color
Panel with #572421 background
background-color: #572421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #572421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #572421; background: linear-gradient(135deg, #572421, #574821);