#ad6541
a balanced, vivid orange · warm · closest name: sienna
RGB
173, 101, 65
HSL
20°, 45%, 47%
CMYK
0, 42, 62, 32
Luminance
0.1857
Every format
| HEX | #ad6541 |
| RGB | rgb(173, 101, 65) |
| HSL | hsl(20, 45%, 47%) |
| CMYK | cmyk(0%, 42%, 62%, 32%) |
| LAB | lab(50.2 25.6 32.6) |
| LCH | lch(50.2 41.4 51.8) |
| OKLCH | oklch(0.580 0.106 46.5) |
Copy-ready code
/* CSS */
color: #ad6541;
background-color: #ad6541;
/* Tailwind (arbitrary) */
class="text-[#ad6541] bg-[#ad6541]"
/* SCSS */
$brand: #ad6541;
/* SwiftUI */
Color(red: 0.678, green: 0.396, blue: 0.255)
/* Android */
Color.parseColor("#ad6541")Accessibility — WCAG contrast
Aa
#ad6541 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad6541 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green39.6%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow62.4%
Key (black)32.2%
Color previews
#ad6541 text on a black background
contrast 4.71:1
Card sample
#ad6541 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad6541;
Background color
Panel with #ad6541 background
background-color: #ad6541;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad6541;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 101, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 101, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad6541; background: linear-gradient(135deg, #ad6541, #ADAD41);