#a34600
a dark, electric orange · warm · closest name: chocolate
RGB
163, 70, 0
HSL
26°, 100%, 32%
CMYK
0, 57, 100, 36
Luminance
0.1217
Every format
| HEX | #a34600 |
| RGB | rgb(163, 70, 0) |
| HSL | hsl(26, 100%, 32%) |
| CMYK | cmyk(0%, 57%, 100%, 36%) |
| LAB | lab(41.5 35.6 51.8) |
| LCH | lch(41.5 62.9 55.5) |
| OKLCH | oklch(0.509 0.140 47.4) |
Copy-ready code
/* CSS */
color: #a34600;
background-color: #a34600;
/* Tailwind (arbitrary) */
class="text-[#a34600] bg-[#a34600]"
/* SCSS */
$brand: #a34600;
/* SwiftUI */
Color(red: 0.639, green: 0.275, blue: 0.000)
/* Android */
Color.parseColor("#a34600")Accessibility — WCAG contrast
Aa
#a34600 on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a34600 on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green27.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow100.0%
Key (black)36.1%
Color previews
#a34600 text on a black background
contrast 3.43:1
Card sample
#a34600 text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a34600;
Background color
Panel with #a34600 background
background-color: #a34600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a34600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 70, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 70, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a34600; background: linear-gradient(135deg, #a34600, #93A300);