#ad7921
a dark, vivid orange · warm · closest name: peru
RGB
173, 121, 33
HSL
38°, 68%, 40%
CMYK
0, 30, 81, 32
Luminance
0.2267
Every format
| HEX | #ad7921 |
| RGB | rgb(173, 121, 33) |
| HSL | hsl(38, 68%, 40%) |
| CMYK | cmyk(0%, 30%, 81%, 32%) |
| LAB | lab(54.7 12.7 52.6) |
| LCH | lch(54.7 54.1 76.5) |
| OKLCH | oklch(0.614 0.118 75.4) |
Copy-ready code
/* CSS */
color: #ad7921;
background-color: #ad7921;
/* Tailwind (arbitrary) */
class="text-[#ad7921] bg-[#ad7921]"
/* SCSS */
$brand: #ad7921;
/* SwiftUI */
Color(red: 0.678, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#ad7921")Accessibility — WCAG contrast
Aa
#ad7921 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad7921 on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.1%
Yellow80.9%
Key (black)32.2%
Color previews
#ad7921 text on a black background
contrast 5.53:1
Card sample
#ad7921 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad7921;
Background color
Panel with #ad7921 background
background-color: #ad7921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad7921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad7921; background: linear-gradient(135deg, #ad7921, #84AD21);