#564b21
a deep, soft yellow · cool · closest name: darkslategray
RGB
86, 75, 33
HSL
48°, 45%, 23%
CMYK
0, 13, 62, 66
Luminance
0.0712
Every format
| HEX | #564b21 |
| RGB | rgb(86, 75, 33) |
| HSL | hsl(48, 45%, 23%) |
| CMYK | cmyk(0%, 13%, 62%, 66%) |
| LAB | lab(32.1 -1.4 26.3) |
| LCH | lch(32.1 26.4 93.1) |
| OKLCH | oklch(0.414 0.062 94.9) |
Copy-ready code
/* CSS */
color: #564b21;
background-color: #564b21;
/* Tailwind (arbitrary) */
class="text-[#564b21] bg-[#564b21]"
/* SCSS */
$brand: #564b21;
/* SwiftUI */
Color(red: 0.337, green: 0.294, blue: 0.129)
/* Android */
Color.parseColor("#564b21")Accessibility — WCAG contrast
Aa
#564b21 on white: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#564b21 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green29.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow61.6%
Key (black)66.3%
Color previews
#564b21 text on a black background
contrast 2.42:1
Card sample
#564b21 text on a white background
contrast 8.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #564b21;
Background color
Panel with #564b21 background
background-color: #564b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #564b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 75, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 75, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #564b21; background: linear-gradient(135deg, #564b21, #3E5621);