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