#562c01
a deep, electric orange · warm · closest name: sienna
RGB
86, 44, 1
HSL
30°, 98%, 17%
CMYK
0, 49, 99, 66
Luminance
0.0378
Every format
| HEX | #562c01 |
| RGB | rgb(86, 44, 1) |
| HSL | hsl(30, 98%, 17%) |
| CMYK | cmyk(0%, 49%, 99%, 66%) |
| LAB | lab(22.9 16.3 32.3) |
| LCH | lch(22.9 36.1 63.3) |
| OKLCH | oklch(0.342 0.080 58.8) |
Copy-ready code
/* CSS */
color: #562c01;
background-color: #562c01;
/* Tailwind (arbitrary) */
class="text-[#562c01] bg-[#562c01]"
/* SCSS */
$brand: #562c01;
/* SwiftUI */
Color(red: 0.337, green: 0.173, blue: 0.004)
/* Android */
Color.parseColor("#562c01")Accessibility — WCAG contrast
Aa
#562c01 on white: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562c01 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green17.3%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta48.8%
Yellow98.8%
Key (black)66.3%
Color previews
#562c01 text on a black background
contrast 1.76:1
Card sample
#562c01 text on a white background
contrast 11.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562c01;
Background color
Panel with #562c01 background
background-color: #562c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 44, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 44, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562c01; background: linear-gradient(135deg, #562c01, #475601);