#562f08
a deep, electric orange · warm · closest name: sienna
RGB
86, 47, 8
HSL
30°, 83%, 18%
CMYK
0, 45, 91, 66
Luminance
0.0403
Every format
| HEX | #562f08 |
| RGB | rgb(86, 47, 8) |
| HSL | hsl(30, 83%, 18%) |
| CMYK | cmyk(0%, 45%, 91%, 66%) |
| LAB | lab(23.8 14.7 30.3) |
| LCH | lch(23.8 33.6 64.2) |
| OKLCH | oklch(0.348 0.075 59.7) |
Copy-ready code
/* CSS */
color: #562f08;
background-color: #562f08;
/* Tailwind (arbitrary) */
class="text-[#562f08] bg-[#562f08]"
/* SCSS */
$brand: #562f08;
/* SwiftUI */
Color(red: 0.337, green: 0.184, blue: 0.031)
/* Android */
Color.parseColor("#562f08")Accessibility — WCAG contrast
Aa
#562f08 on white: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562f08 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green18.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow90.7%
Key (black)66.3%
Color previews
#562f08 text on a black background
contrast 1.81:1
Card sample
#562f08 text on a white background
contrast 11.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562f08;
Background color
Panel with #562f08 background
background-color: #562f08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562f08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 47, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 47, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562f08; background: linear-gradient(135deg, #562f08, #495608);