#ad7521
a dark, vivid orange · warm · closest name: peru
RGB
173, 117, 33
HSL
36°, 68%, 40%
CMYK
0, 32, 81, 32
Luminance
0.2172
Every format
| HEX | #ad7521 |
| RGB | rgb(173, 117, 33) |
| HSL | hsl(36, 68%, 40%) |
| CMYK | cmyk(0%, 32%, 81%, 32%) |
| LAB | lab(53.7 14.9 51.7) |
| LCH | lch(53.7 53.8 73.9) |
| OKLCH | oklch(0.607 0.118 72.0) |
Copy-ready code
/* CSS */
color: #ad7521;
background-color: #ad7521;
/* Tailwind (arbitrary) */
class="text-[#ad7521] bg-[#ad7521]"
/* SCSS */
$brand: #ad7521;
/* SwiftUI */
Color(red: 0.678, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#ad7521")Accessibility — WCAG contrast
Aa
#ad7521 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad7521 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow80.9%
Key (black)32.2%
Color previews
#ad7521 text on a black background
contrast 5.34:1
Card sample
#ad7521 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad7521;
Background color
Panel with #ad7521 background
background-color: #ad7521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad7521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad7521; background: linear-gradient(135deg, #ad7521, #88AD21);