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