#ad6413
a dark, electric orange · warm · closest name: peru
RGB
173, 100, 19
HSL
32°, 80%, 38%
CMYK
0, 42, 89, 32
Luminance
0.1805
Every format
| HEX | #ad6413 |
| RGB | rgb(173, 100, 19) |
| HSL | hsl(32, 80%, 38%) |
| CMYK | cmyk(0%, 42%, 89%, 32%) |
| LAB | lab(49.5 24.0 53.0) |
| LCH | lch(49.5 58.2 65.6) |
| OKLCH | oklch(0.574 0.127 61.0) |
Copy-ready code
/* CSS */
color: #ad6413;
background-color: #ad6413;
/* Tailwind (arbitrary) */
class="text-[#ad6413] bg-[#ad6413]"
/* SCSS */
$brand: #ad6413;
/* SwiftUI */
Color(red: 0.678, green: 0.392, blue: 0.075)
/* Android */
Color.parseColor("#ad6413")Accessibility — WCAG contrast
Aa
#ad6413 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad6413 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green39.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta42.2%
Yellow89.0%
Key (black)32.2%
Color previews
#ad6413 text on a black background
contrast 4.61:1
Card sample
#ad6413 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad6413;
Background color
Panel with #ad6413 background
background-color: #ad6413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad6413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 100, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 100, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad6413; background: linear-gradient(135deg, #ad6413, #8FAD13);