#ad5321
a dark, vivid orange · warm · closest name: sienna
RGB
173, 83, 33
HSL
21°, 68%, 40%
CMYK
0, 52, 81, 32
Luminance
0.1518
Every format
| HEX | #ad5321 |
| RGB | rgb(173, 83, 33) |
| HSL | hsl(21, 68%, 40%) |
| CMYK | cmyk(0%, 52%, 81%, 32%) |
| LAB | lab(45.9 33.6 44.4) |
| LCH | lch(45.9 55.7 52.9) |
| OKLCH | oklch(0.546 0.133 46.3) |
Copy-ready code
/* CSS */
color: #ad5321;
background-color: #ad5321;
/* Tailwind (arbitrary) */
class="text-[#ad5321] bg-[#ad5321]"
/* SCSS */
$brand: #ad5321;
/* SwiftUI */
Color(red: 0.678, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#ad5321")Accessibility — WCAG contrast
Aa
#ad5321 on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad5321 on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow80.9%
Key (black)32.2%
Color previews
#ad5321 text on a black background
contrast 4.04:1
Card sample
#ad5321 text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad5321;
Background color
Panel with #ad5321 background
background-color: #ad5321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad5321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad5321; background: linear-gradient(135deg, #ad5321, #AAAD21);