#564421
a deep, soft orange · warm · closest name: darkslategray
RGB
86, 68, 33
HSL
40°, 45%, 23%
CMYK
0, 21, 62, 66
Luminance
0.0622
Every format
| HEX | #564421 |
| RGB | rgb(86, 68, 33) |
| HSL | hsl(40, 45%, 23%) |
| CMYK | cmyk(0%, 21%, 62%, 66%) |
| LAB | lab(30.0 2.9 23.9) |
| LCH | lch(30.0 24.0 83.0) |
| OKLCH | oklch(0.397 0.057 82.5) |
Copy-ready code
/* CSS */
color: #564421;
background-color: #564421;
/* Tailwind (arbitrary) */
class="text-[#564421] bg-[#564421]"
/* SCSS */
$brand: #564421;
/* SwiftUI */
Color(red: 0.337, green: 0.267, blue: 0.129)
/* Android */
Color.parseColor("#564421")Accessibility — WCAG contrast
Aa
#564421 on white: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#564421 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green26.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow61.6%
Key (black)66.3%
Color previews
#564421 text on a black background
contrast 2.24:1
Card sample
#564421 text on a white background
contrast 9.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #564421;
Background color
Panel with #564421 background
background-color: #564421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #564421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 68, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 68, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #564421; background: linear-gradient(135deg, #564421, #455621);