#583421
a deep, vivid orange · warm · closest name: sienna
RGB
88, 52, 33
HSL
21°, 46%, 24%
CMYK
0, 41, 63, 66
Luminance
0.0464
Every format
| HEX | #583421 |
| RGB | rgb(88, 52, 33) |
| HSL | hsl(21, 46%, 24%) |
| CMYK | cmyk(0%, 41%, 63%, 66%) |
| LAB | lab(25.7 14.0 18.7) |
| LCH | lch(25.7 23.4 53.2) |
| OKLCH | oklch(0.365 0.060 48.0) |
Copy-ready code
/* CSS */
color: #583421;
background-color: #583421;
/* Tailwind (arbitrary) */
class="text-[#583421] bg-[#583421]"
/* SCSS */
$brand: #583421;
/* SwiftUI */
Color(red: 0.345, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#583421")Accessibility — WCAG contrast
Aa
#583421 on white: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#583421 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.9%
Yellow62.5%
Key (black)65.5%
Color previews
#583421 text on a black background
contrast 1.93:1
Card sample
#583421 text on a white background
contrast 10.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #583421;
Background color
Panel with #583421 background
background-color: #583421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #583421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #583421; background: linear-gradient(135deg, #583421, #575821);