#595721
a deep, vivid yellow · cool · closest name: olive
RGB
89, 87, 33
HSL
58°, 46%, 24%
CMYK
0, 2, 63, 65
Luminance
0.0905
Every format
| HEX | #595721 |
| RGB | rgb(89, 87, 33) |
| HSL | hsl(58, 46%, 24%) |
| CMYK | cmyk(0%, 2%, 63%, 65%) |
| LAB | lab(36.1 -7.2 30.9) |
| LCH | lch(36.1 31.8 103.1) |
| OKLCH | oklch(0.447 0.075 107.1) |
Copy-ready code
/* CSS */
color: #595721;
background-color: #595721;
/* Tailwind (arbitrary) */
class="text-[#595721] bg-[#595721]"
/* SCSS */
$brand: #595721;
/* SwiftUI */
Color(red: 0.349, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#595721")Accessibility — WCAG contrast
Aa
#595721 on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#595721 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow62.9%
Key (black)65.1%
Color previews
#595721 text on a black background
contrast 2.81:1
Card sample
#595721 text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #595721;
Background color
Panel with #595721 background
background-color: #595721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #595721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #595721; background: linear-gradient(135deg, #595721, #365921);