#564d21
a deep, soft yellow · cool · closest name: darkslategray
RGB
86, 77, 33
HSL
50°, 45%, 23%
CMYK
0, 11, 62, 66
Luminance
0.0740
Every format
| HEX | #564d21 |
| RGB | rgb(86, 77, 33) |
| HSL | hsl(50, 45%, 23%) |
| CMYK | cmyk(0%, 11%, 62%, 66%) |
| LAB | lab(32.7 -2.7 27.0) |
| LCH | lch(32.7 27.2 95.6) |
| OKLCH | oklch(0.419 0.064 97.9) |
Copy-ready code
/* CSS */
color: #564d21;
background-color: #564d21;
/* Tailwind (arbitrary) */
class="text-[#564d21] bg-[#564d21]"
/* SCSS */
$brand: #564d21;
/* SwiftUI */
Color(red: 0.337, green: 0.302, blue: 0.129)
/* Android */
Color.parseColor("#564d21")Accessibility — WCAG contrast
Aa
#564d21 on white: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#564d21 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green30.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow61.6%
Key (black)66.3%
Color previews
#564d21 text on a black background
contrast 2.48:1
Card sample
#564d21 text on a white background
contrast 8.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #564d21;
Background color
Panel with #564d21 background
background-color: #564d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #564d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 77, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 77, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #564d21; background: linear-gradient(135deg, #564d21, #3C5621);