#573421
a deep, vivid orange · warm · closest name: sienna
RGB
87, 52, 33
HSL
21°, 45%, 24%
CMYK
0, 40, 62, 66
Luminance
0.0459
Every format
| HEX | #573421 |
| RGB | rgb(87, 52, 33) |
| HSL | hsl(21, 45%, 24%) |
| CMYK | cmyk(0%, 40%, 62%, 66%) |
| LAB | lab(25.5 13.6 18.5) |
| LCH | lch(25.5 22.9 53.8) |
| OKLCH | oklch(0.363 0.059 48.7) |
Copy-ready code
/* CSS */
color: #573421;
background-color: #573421;
/* Tailwind (arbitrary) */
class="text-[#573421] bg-[#573421]"
/* SCSS */
$brand: #573421;
/* SwiftUI */
Color(red: 0.341, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#573421")Accessibility — WCAG contrast
Aa
#573421 on white: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#573421 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow62.1%
Key (black)65.9%
Color previews
#573421 text on a black background
contrast 1.92:1
Card sample
#573421 text on a white background
contrast 10.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #573421;
Background color
Panel with #573421 background
background-color: #573421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #573421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #573421; background: linear-gradient(135deg, #573421, #565721);