#ad7413
a dark, electric orange · warm · closest name: peru
RGB
173, 116, 19
HSL
38°, 80%, 38%
CMYK
0, 33, 89, 32
Luminance
0.2142
Every format
| HEX | #ad7413 |
| RGB | rgb(173, 116, 19) |
| HSL | hsl(38, 80%, 38%) |
| CMYK | cmyk(0%, 33%, 89%, 32%) |
| LAB | lab(53.4 15.1 56.0) |
| LCH | lch(53.4 58.0 74.9) |
| OKLCH | oklch(0.604 0.123 73.3) |
Copy-ready code
/* CSS */
color: #ad7413;
background-color: #ad7413;
/* Tailwind (arbitrary) */
class="text-[#ad7413] bg-[#ad7413]"
/* SCSS */
$brand: #ad7413;
/* SwiftUI */
Color(red: 0.678, green: 0.455, blue: 0.075)
/* Android */
Color.parseColor("#ad7413")Accessibility — WCAG contrast
Aa
#ad7413 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad7413 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green45.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow89.0%
Key (black)32.2%
Color previews
#ad7413 text on a black background
contrast 5.28:1
Card sample
#ad7413 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad7413;
Background color
Panel with #ad7413 background
background-color: #ad7413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad7413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 116, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 116, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad7413; background: linear-gradient(135deg, #ad7413, #7FAD13);