#594521
a deep, vivid orange · warm · closest name: sienna
RGB
89, 69, 33
HSL
39°, 46%, 24%
CMYK
0, 23, 63, 65
Luminance
0.0649
Every format
| HEX | #594521 |
| RGB | rgb(89, 69, 33) |
| HSL | hsl(39, 46%, 24%) |
| CMYK | cmyk(0%, 23%, 63%, 65%) |
| LAB | lab(30.6 3.8 24.7) |
| LCH | lch(30.6 25.0 81.3) |
| OKLCH | oklch(0.403 0.059 80.5) |
Copy-ready code
/* CSS */
color: #594521;
background-color: #594521;
/* Tailwind (arbitrary) */
class="text-[#594521] bg-[#594521]"
/* SCSS */
$brand: #594521;
/* SwiftUI */
Color(red: 0.349, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#594521")Accessibility — WCAG contrast
Aa
#594521 on white: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#594521 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow62.9%
Key (black)65.1%
Color previews
#594521 text on a black background
contrast 2.30:1
Card sample
#594521 text on a white background
contrast 9.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #594521;
Background color
Panel with #594521 background
background-color: #594521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #594521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #594521; background: linear-gradient(135deg, #594521, #485921);