#a8541c
a dark, vivid orange · warm · closest name: sienna
RGB
168, 84, 28
HSL
24°, 71%, 38%
CMYK
0, 50, 83, 34
Luminance
0.1475
Every format
| HEX | #a8541c |
| RGB | rgb(168, 84, 28) |
| HSL | hsl(24, 71%, 38%) |
| CMYK | cmyk(0%, 50%, 83%, 34%) |
| LAB | lab(45.3 30.9 45.8) |
| LCH | lch(45.3 55.3 56.0) |
| OKLCH | oklch(0.540 0.129 49.7) |
Copy-ready code
/* CSS */
color: #a8541c;
background-color: #a8541c;
/* Tailwind (arbitrary) */
class="text-[#a8541c] bg-[#a8541c]"
/* SCSS */
$brand: #a8541c;
/* SwiftUI */
Color(red: 0.659, green: 0.329, blue: 0.110)
/* Android */
Color.parseColor("#a8541c")Accessibility — WCAG contrast
Aa
#a8541c on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a8541c on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green32.9%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow83.3%
Key (black)34.1%
Color previews
#a8541c text on a black background
contrast 3.95:1
Card sample
#a8541c text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8541c;
Background color
Panel with #a8541c background
background-color: #a8541c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8541c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 84, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 84, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8541c; background: linear-gradient(135deg, #a8541c, #9FA81C);