#584521
a deep, vivid orange · warm · closest name: sienna
RGB
88, 69, 33
HSL
39°, 46%, 24%
CMYK
0, 22, 63, 66
Luminance
0.0644
Every format
| HEX | #584521 |
| RGB | rgb(88, 69, 33) |
| HSL | hsl(39, 46%, 24%) |
| CMYK | cmyk(0%, 22%, 63%, 66%) |
| LAB | lab(30.5 3.3 24.5) |
| LCH | lch(30.5 24.8 82.4) |
| OKLCH | oklch(0.402 0.058 81.8) |
Copy-ready code
/* CSS */
color: #584521;
background-color: #584521;
/* Tailwind (arbitrary) */
class="text-[#584521] bg-[#584521]"
/* SCSS */
$brand: #584521;
/* SwiftUI */
Color(red: 0.345, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#584521")Accessibility — WCAG contrast
Aa
#584521 on white: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#584521 on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow62.5%
Key (black)65.5%
Color previews
#584521 text on a black background
contrast 2.29:1
Card sample
#584521 text on a white background
contrast 9.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #584521;
Background color
Panel with #584521 background
background-color: #584521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #584521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #584521; background: linear-gradient(135deg, #584521, #465821);