#595521
a deep, vivid yellow · cool · closest name: olive
RGB
89, 85, 33
HSL
56°, 46%, 24%
CMYK
0, 5, 63, 65
Luminance
0.0873
Every format
| HEX | #595521 |
| RGB | rgb(89, 85, 33) |
| HSL | hsl(56, 46%, 24%) |
| CMYK | cmyk(0%, 5%, 63%, 65%) |
| LAB | lab(35.5 -6.0 30.3) |
| LCH | lch(35.5 30.8 101.2) |
| OKLCH | oklch(0.442 0.072 104.9) |
Copy-ready code
/* CSS */
color: #595521;
background-color: #595521;
/* Tailwind (arbitrary) */
class="text-[#595521] bg-[#595521]"
/* SCSS */
$brand: #595521;
/* SwiftUI */
Color(red: 0.349, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#595521")Accessibility — WCAG contrast
Aa
#595521 on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#595521 on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow62.9%
Key (black)65.1%
Color previews
#595521 text on a black background
contrast 2.75:1
Card sample
#595521 text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #595521;
Background color
Panel with #595521 background
background-color: #595521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #595521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #595521; background: linear-gradient(135deg, #595521, #385921);