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