#ad5621
a dark, vivid orange · warm · closest name: sienna
RGB
173, 86, 33
HSL
23°, 68%, 40%
CMYK
0, 50, 81, 32
Luminance
0.1565
Every format
| HEX | #ad5621 |
| RGB | rgb(173, 86, 33) |
| HSL | hsl(23, 68%, 40%) |
| CMYK | cmyk(0%, 50%, 81%, 32%) |
| LAB | lab(46.5 32.0 45.0) |
| LCH | lch(46.5 55.3 54.6) |
| OKLCH | oklch(0.551 0.131 48.2) |
Copy-ready code
/* CSS */
color: #ad5621;
background-color: #ad5621;
/* Tailwind (arbitrary) */
class="text-[#ad5621] bg-[#ad5621]"
/* SCSS */
$brand: #ad5621;
/* SwiftUI */
Color(red: 0.678, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#ad5621")Accessibility — WCAG contrast
Aa
#ad5621 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad5621 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green33.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow80.9%
Key (black)32.2%
Color previews
#ad5621 text on a black background
contrast 4.13:1
Card sample
#ad5621 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad5621;
Background color
Panel with #ad5621 background
background-color: #ad5621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad5621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad5621; background: linear-gradient(135deg, #ad5621, #A7AD21);