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