#ad7721
a dark, vivid orange · warm · closest name: peru
RGB
173, 119, 33
HSL
37°, 68%, 40%
CMYK
0, 31, 81, 32
Luminance
0.2219
Every format
| HEX | #ad7721 |
| RGB | rgb(173, 119, 33) |
| HSL | hsl(37, 68%, 40%) |
| CMYK | cmyk(0%, 31%, 81%, 32%) |
| LAB | lab(54.2 13.8 52.2) |
| LCH | lch(54.2 54.0 75.2) |
| OKLCH | oklch(0.611 0.118 73.7) |
Copy-ready code
/* CSS */
color: #ad7721;
background-color: #ad7721;
/* Tailwind (arbitrary) */
class="text-[#ad7721] bg-[#ad7721]"
/* SCSS */
$brand: #ad7721;
/* SwiftUI */
Color(red: 0.678, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#ad7721")Accessibility — WCAG contrast
Aa
#ad7721 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad7721 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green46.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow80.9%
Key (black)32.2%
Color previews
#ad7721 text on a black background
contrast 5.44:1
Card sample
#ad7721 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad7721;
Background color
Panel with #ad7721 background
background-color: #ad7721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad7721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad7721; background: linear-gradient(135deg, #ad7721, #86AD21);