#a95310
a dark, electric orange · warm · closest name: chocolate
RGB
169, 83, 16
HSL
26°, 83%, 36%
CMYK
0, 51, 91, 34
Luminance
0.1466
Every format
| HEX | #a95310 |
| RGB | rgb(169, 83, 16) |
| HSL | hsl(26, 83%, 36%) |
| CMYK | cmyk(0%, 51%, 91%, 34%) |
| LAB | lab(45.2 31.5 50.3) |
| LCH | lch(45.2 59.3 57.9) |
| OKLCH | oklch(0.539 0.133 51.2) |
Copy-ready code
/* CSS */
color: #a95310;
background-color: #a95310;
/* Tailwind (arbitrary) */
class="text-[#a95310] bg-[#a95310]"
/* SCSS */
$brand: #a95310;
/* SwiftUI */
Color(red: 0.663, green: 0.325, blue: 0.063)
/* Android */
Color.parseColor("#a95310")Accessibility — WCAG contrast
Aa
#a95310 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a95310 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green32.5%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta50.9%
Yellow90.5%
Key (black)33.7%
Color previews
#a95310 text on a black background
contrast 3.93:1
Card sample
#a95310 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a95310;
Background color
Panel with #a95310 background
background-color: #a95310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a95310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 83, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 83, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a95310; background: linear-gradient(135deg, #a95310, #99A910);