#ad6f13
a dark, electric orange · warm · closest name: peru
RGB
173, 111, 19
HSL
36°, 80%, 38%
CMYK
0, 36, 89, 32
Luminance
0.2030
Every format
| HEX | #ad6f13 |
| RGB | rgb(173, 111, 19) |
| HSL | hsl(36, 80%, 38%) |
| CMYK | cmyk(0%, 36%, 89%, 32%) |
| LAB | lab(52.2 17.9 55.1) |
| LCH | lch(52.2 57.9 72.0) |
| OKLCH | oklch(0.594 0.124 69.4) |
Copy-ready code
/* CSS */
color: #ad6f13;
background-color: #ad6f13;
/* Tailwind (arbitrary) */
class="text-[#ad6f13] bg-[#ad6f13]"
/* SCSS */
$brand: #ad6f13;
/* SwiftUI */
Color(red: 0.678, green: 0.435, blue: 0.075)
/* Android */
Color.parseColor("#ad6f13")Accessibility — WCAG contrast
Aa
#ad6f13 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad6f13 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green43.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow89.0%
Key (black)32.2%
Color previews
#ad6f13 text on a black background
contrast 5.06:1
Card sample
#ad6f13 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad6f13;
Background color
Panel with #ad6f13 background
background-color: #ad6f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad6f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 111, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 111, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad6f13; background: linear-gradient(135deg, #ad6f13, #84AD13);