#565521
a deep, soft yellow · cool · closest name: olive
RGB
86, 85, 33
HSL
59°, 45%, 23%
CMYK
0, 1, 62, 66
Luminance
0.0859
Every format
| HEX | #565521 |
| RGB | rgb(86, 85, 33) |
| HSL | hsl(59, 45%, 23%) |
| CMYK | cmyk(0%, 1%, 62%, 66%) |
| LAB | lab(35.2 -7.5 29.9) |
| LCH | lch(35.2 30.8 104.0) |
| OKLCH | oklch(0.439 0.073 108.0) |
Copy-ready code
/* CSS */
color: #565521;
background-color: #565521;
/* Tailwind (arbitrary) */
class="text-[#565521] bg-[#565521]"
/* SCSS */
$brand: #565521;
/* SwiftUI */
Color(red: 0.337, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#565521")Accessibility — WCAG contrast
Aa
#565521 on white: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#565521 on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow61.6%
Key (black)66.3%
Color previews
#565521 text on a black background
contrast 2.72:1
Card sample
#565521 text on a white background
contrast 7.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #565521;
Background color
Panel with #565521 background
background-color: #565521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #565521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #565521; background: linear-gradient(135deg, #565521, #345621);