#562a13
a deep, vivid orange · warm · closest name: sienna
RGB
86, 42, 19
HSL
21°, 64%, 21%
CMYK
0, 51, 78, 66
Luminance
0.0368
Every format
| HEX | #562a13 |
| RGB | rgb(86, 42, 19) |
| HSL | hsl(21, 64%, 21%) |
| CMYK | cmyk(0%, 51%, 78%, 66%) |
| LAB | lab(22.6 18.3 23.6) |
| LCH | lch(22.6 29.9 52.3) |
| OKLCH | oklch(0.340 0.074 46.4) |
Copy-ready code
/* CSS */
color: #562a13;
background-color: #562a13;
/* Tailwind (arbitrary) */
class="text-[#562a13] bg-[#562a13]"
/* SCSS */
$brand: #562a13;
/* SwiftUI */
Color(red: 0.337, green: 0.165, blue: 0.075)
/* Android */
Color.parseColor("#562a13")Accessibility — WCAG contrast
Aa
#562a13 on white: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562a13 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green16.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow77.9%
Key (black)66.3%
Color previews
#562a13 text on a black background
contrast 1.74:1
Card sample
#562a13 text on a white background
contrast 12.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562a13;
Background color
Panel with #562a13 background
background-color: #562a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 42, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 42, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562a13; background: linear-gradient(135deg, #562a13, #555613);