#a34508
a dark, electric orange · warm · closest name: sienna
RGB
163, 69, 8
HSL
24°, 91%, 34%
CMYK
0, 58, 95, 36
Luminance
0.1206
Every format
| HEX | #a34508 |
| RGB | rgb(163, 69, 8) |
| HSL | hsl(24, 91%, 34%) |
| CMYK | cmyk(0%, 58%, 95%, 36%) |
| LAB | lab(41.3 36.2 49.4) |
| LCH | lch(41.3 61.2 53.7) |
| OKLCH | oklch(0.508 0.139 45.8) |
Copy-ready code
/* CSS */
color: #a34508;
background-color: #a34508;
/* Tailwind (arbitrary) */
class="text-[#a34508] bg-[#a34508]"
/* SCSS */
$brand: #a34508;
/* SwiftUI */
Color(red: 0.639, green: 0.271, blue: 0.031)
/* Android */
Color.parseColor("#a34508")Accessibility — WCAG contrast
Aa
#a34508 on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a34508 on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green27.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow95.1%
Key (black)36.1%
Color previews
#a34508 text on a black background
contrast 3.41:1
Card sample
#a34508 text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a34508;
Background color
Panel with #a34508 background
background-color: #a34508;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a34508;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 69, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 69, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a34508; background: linear-gradient(135deg, #a34508, #9AA308);