#595321
a deep, vivid yellow · cool · closest name: olive
RGB
89, 83, 33
HSL
54°, 46%, 24%
CMYK
0, 7, 63, 65
Luminance
0.0842
Every format
| HEX | #595321 |
| RGB | rgb(89, 83, 33) |
| HSL | hsl(54, 46%, 24%) |
| CMYK | cmyk(0%, 7%, 63%, 65%) |
| LAB | lab(34.8 -4.8 29.6) |
| LCH | lch(34.8 29.9 99.2) |
| OKLCH | oklch(0.437 0.070 102.5) |
Copy-ready code
/* CSS */
color: #595321;
background-color: #595321;
/* Tailwind (arbitrary) */
class="text-[#595321] bg-[#595321]"
/* SCSS */
$brand: #595321;
/* SwiftUI */
Color(red: 0.349, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#595321")Accessibility — WCAG contrast
Aa
#595321 on white: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#595321 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow62.9%
Key (black)65.1%
Color previews
#595321 text on a black background
contrast 2.68:1
Card sample
#595321 text on a white background
contrast 7.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #595321;
Background color
Panel with #595321 background
background-color: #595321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #595321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #595321; background: linear-gradient(135deg, #595321, #3A5921);