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