#a85513
a dark, electric orange · warm · closest name: sienna
RGB
168, 85, 19
HSL
27°, 80%, 37%
CMYK
0, 49, 89, 34
Luminance
0.1487
Every format
| HEX | #a85513 |
| RGB | rgb(168, 85, 19) |
| HSL | hsl(27, 80%, 37%) |
| CMYK | cmyk(0%, 49%, 89%, 34%) |
| LAB | lab(45.5 30.1 49.4) |
| LCH | lch(45.5 57.9 58.7) |
| OKLCH | oklch(0.541 0.130 52.3) |
Copy-ready code
/* CSS */
color: #a85513;
background-color: #a85513;
/* Tailwind (arbitrary) */
class="text-[#a85513] bg-[#a85513]"
/* SCSS */
$brand: #a85513;
/* SwiftUI */
Color(red: 0.659, green: 0.333, blue: 0.075)
/* Android */
Color.parseColor("#a85513")Accessibility — WCAG contrast
Aa
#a85513 on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a85513 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green33.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow88.7%
Key (black)34.1%
Color previews
#a85513 text on a black background
contrast 3.97:1
Card sample
#a85513 text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a85513;
Background color
Panel with #a85513 background
background-color: #a85513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a85513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 85, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 85, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a85513; background: linear-gradient(135deg, #a85513, #98A813);