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