#564c2f
a dark, soft yellow · warm · closest name: darkslategray
RGB
86, 76, 47
HSL
45°, 29%, 26%
CMYK
0, 12, 45, 66
Luminance
0.0735
Every format
| HEX | #564c2f |
| RGB | rgb(86, 76, 47) |
| HSL | hsl(45, 29%, 26%) |
| CMYK | cmyk(0%, 12%, 45%, 66%) |
| LAB | lab(32.6 -0.5 18.8) |
| LCH | lch(32.6 18.8 91.6) |
| OKLCH | oklch(0.419 0.046 91.2) |
Copy-ready code
/* CSS */
color: #564c2f;
background-color: #564c2f;
/* Tailwind (arbitrary) */
class="text-[#564c2f] bg-[#564c2f]"
/* SCSS */
$brand: #564c2f;
/* SwiftUI */
Color(red: 0.337, green: 0.298, blue: 0.184)
/* Android */
Color.parseColor("#564c2f")Accessibility — WCAG contrast
Aa
#564c2f on white: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#564c2f on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green29.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow45.3%
Key (black)66.3%
Color previews
#564c2f text on a black background
contrast 2.47:1
Card sample
#564c2f text on a white background
contrast 8.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #564c2f;
Background color
Panel with #564c2f background
background-color: #564c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #564c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 76, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 76, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #564c2f; background: linear-gradient(135deg, #564c2f, #46562F);