#ad5021
a dark, vivid orange · warm · closest name: sienna
RGB
173, 80, 33
HSL
20°, 68%, 40%
CMYK
0, 54, 81, 32
Luminance
0.1473
Every format
| HEX | #ad5021 |
| RGB | rgb(173, 80, 33) |
| HSL | hsl(20, 68%, 40%) |
| CMYK | cmyk(0%, 54%, 81%, 32%) |
| LAB | lab(45.3 35.2 43.9) |
| LCH | lch(45.3 56.2 51.3) |
| OKLCH | oklch(0.541 0.135 44.5) |
Copy-ready code
/* CSS */
color: #ad5021;
background-color: #ad5021;
/* Tailwind (arbitrary) */
class="text-[#ad5021] bg-[#ad5021]"
/* SCSS */
$brand: #ad5021;
/* SwiftUI */
Color(red: 0.678, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#ad5021")Accessibility — WCAG contrast
Aa
#ad5021 on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad5021 on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow80.9%
Key (black)32.2%
Color previews
#ad5021 text on a black background
contrast 3.95:1
Card sample
#ad5021 text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad5021;
Background color
Panel with #ad5021 background
background-color: #ad5021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad5021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad5021; background: linear-gradient(135deg, #ad5021, #ADAD21);