#595021
a deep, vivid yellow · cool · closest name: darkslategray
RGB
89, 80, 33
HSL
50°, 46%, 24%
CMYK
0, 10, 63, 65
Luminance
0.0797
Every format
| HEX | #595021 |
| RGB | rgb(89, 80, 33) |
| HSL | hsl(50, 46%, 24%) |
| CMYK | cmyk(0%, 10%, 63%, 65%) |
| LAB | lab(33.9 -3.0 28.5) |
| LCH | lch(33.9 28.7 96.0) |
| OKLCH | oklch(0.429 0.067 98.6) |
Copy-ready code
/* CSS */
color: #595021;
background-color: #595021;
/* Tailwind (arbitrary) */
class="text-[#595021] bg-[#595021]"
/* SCSS */
$brand: #595021;
/* SwiftUI */
Color(red: 0.349, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#595021")Accessibility — WCAG contrast
Aa
#595021 on white: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#595021 on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow62.9%
Key (black)65.1%
Color previews
#595021 text on a black background
contrast 2.59:1
Card sample
#595021 text on a white background
contrast 8.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #595021;
Background color
Panel with #595021 background
background-color: #595021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #595021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #595021; background: linear-gradient(135deg, #595021, #3D5921);