#563d21
a deep, soft orange · warm · closest name: sienna
RGB
86, 61, 33
HSL
32°, 45%, 23%
CMYK
0, 29, 62, 66
Luminance
0.0543
Every format
| HEX | #563d21 |
| RGB | rgb(86, 61, 33) |
| HSL | hsl(32, 45%, 23%) |
| CMYK | cmyk(0%, 29%, 62%, 66%) |
| LAB | lab(27.9 7.3 21.4) |
| LCH | lch(27.9 22.6 71.1) |
| OKLCH | oklch(0.381 0.055 68.1) |
Copy-ready code
/* CSS */
color: #563d21;
background-color: #563d21;
/* Tailwind (arbitrary) */
class="text-[#563d21] bg-[#563d21]"
/* SCSS */
$brand: #563d21;
/* SwiftUI */
Color(red: 0.337, green: 0.239, blue: 0.129)
/* Android */
Color.parseColor("#563d21")Accessibility — WCAG contrast
Aa
#563d21 on white: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#563d21 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green23.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow61.6%
Key (black)66.3%
Color previews
#563d21 text on a black background
contrast 2.09:1
Card sample
#563d21 text on a white background
contrast 10.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #563d21;
Background color
Panel with #563d21 background
background-color: #563d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #563d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 61, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 61, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #563d21; background: linear-gradient(135deg, #563d21, #4C5621);