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