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