#a95f13
a dark, electric orange · warm · closest name: peru
RGB
169, 95, 19
HSL
30°, 80%, 37%
CMYK
0, 44, 89, 34
Luminance
0.1667
Every format
| HEX | #a95f13 |
| RGB | rgb(169, 95, 19) |
| HSL | hsl(30, 80%, 37%) |
| CMYK | cmyk(0%, 44%, 89%, 34%) |
| LAB | lab(47.8 25.0 51.4) |
| LCH | lch(47.8 57.2 64.0) |
| OKLCH | oklch(0.560 0.126 59.0) |
Copy-ready code
/* CSS */
color: #a95f13;
background-color: #a95f13;
/* Tailwind (arbitrary) */
class="text-[#a95f13] bg-[#a95f13]"
/* SCSS */
$brand: #a95f13;
/* SwiftUI */
Color(red: 0.663, green: 0.373, blue: 0.075)
/* Android */
Color.parseColor("#a95f13")Accessibility — WCAG contrast
Aa
#a95f13 on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a95f13 on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green37.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow88.8%
Key (black)33.7%
Color previews
#a95f13 text on a black background
contrast 4.33:1
Card sample
#a95f13 text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a95f13;
Background color
Panel with #a95f13 background
background-color: #a95f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a95f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 95, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 95, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a95f13; background: linear-gradient(135deg, #a95f13, #8FA913);