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