#594321
a deep, vivid orange · warm · closest name: sienna
RGB
89, 67, 33
HSL
36°, 46%, 24%
CMYK
0, 25, 63, 65
Luminance
0.0625
Every format
| HEX | #594321 |
| RGB | rgb(89, 67, 33) |
| HSL | hsl(36, 46%, 24%) |
| CMYK | cmyk(0%, 25%, 63%, 65%) |
| LAB | lab(30.0 5.0 24.0) |
| LCH | lch(30.0 24.5 78.2) |
| OKLCH | oklch(0.399 0.058 76.7) |
Copy-ready code
/* CSS */
color: #594321;
background-color: #594321;
/* Tailwind (arbitrary) */
class="text-[#594321] bg-[#594321]"
/* SCSS */
$brand: #594321;
/* SwiftUI */
Color(red: 0.349, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#594321")Accessibility — WCAG contrast
Aa
#594321 on white: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#594321 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green26.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow62.9%
Key (black)65.1%
Color previews
#594321 text on a black background
contrast 2.25:1
Card sample
#594321 text on a white background
contrast 9.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #594321;
Background color
Panel with #594321 background
background-color: #594321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #594321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #594321; background: linear-gradient(135deg, #594321, #4A5921);