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