#ad4921
a dark, vivid orange · warm · closest name: sienna
RGB
173, 73, 33
HSL
17°, 68%, 40%
CMYK
0, 58, 81, 32
Luminance
0.1376
Every format
| HEX | #ad4921 |
| RGB | rgb(173, 73, 33) |
| HSL | hsl(17, 68%, 40%) |
| CMYK | cmyk(0%, 58%, 81%, 32%) |
| LAB | lab(43.9 38.7 42.5) |
| LCH | lch(43.9 57.5 47.7) |
| OKLCH | oklch(0.531 0.141 40.6) |
Copy-ready code
/* CSS */
color: #ad4921;
background-color: #ad4921;
/* Tailwind (arbitrary) */
class="text-[#ad4921] bg-[#ad4921]"
/* SCSS */
$brand: #ad4921;
/* SwiftUI */
Color(red: 0.678, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#ad4921")Accessibility — WCAG contrast
Aa
#ad4921 on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad4921 on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.8%
Yellow80.9%
Key (black)32.2%
Color previews
#ad4921 text on a black background
contrast 3.75:1
Card sample
#ad4921 text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad4921;
Background color
Panel with #ad4921 background
background-color: #ad4921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad4921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad4921; background: linear-gradient(135deg, #ad4921, #ADA621);