#ad7813
a dark, electric orange · warm · closest name: peru
RGB
173, 120, 19
HSL
39°, 80%, 38%
CMYK
0, 31, 89, 32
Luminance
0.2236
Every format
| HEX | #ad7813 |
| RGB | rgb(173, 120, 19) |
| HSL | hsl(39, 80%, 38%) |
| CMYK | cmyk(0%, 31%, 89%, 32%) |
| LAB | lab(54.4 12.8 56.8) |
| LCH | lch(54.4 58.3 77.3) |
| OKLCH | oklch(0.612 0.123 76.4) |
Copy-ready code
/* CSS */
color: #ad7813;
background-color: #ad7813;
/* Tailwind (arbitrary) */
class="text-[#ad7813] bg-[#ad7813]"
/* SCSS */
$brand: #ad7813;
/* SwiftUI */
Color(red: 0.678, green: 0.471, blue: 0.075)
/* Android */
Color.parseColor("#ad7813")Accessibility — WCAG contrast
Aa
#ad7813 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad7813 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green47.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow89.0%
Key (black)32.2%
Color previews
#ad7813 text on a black background
contrast 5.47:1
Card sample
#ad7813 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad7813;
Background color
Panel with #ad7813 background
background-color: #ad7813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad7813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 120, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 120, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad7813; background: linear-gradient(135deg, #ad7813, #7BAD13);