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