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