#ad5741
a balanced, vivid red · warm · closest name: sienna
RGB
173, 87, 65
HSL
12°, 45%, 47%
CMYK
0, 50, 62, 32
Luminance
0.1608
Every format
| HEX | #ad5741 |
| RGB | rgb(173, 87, 65) |
| HSL | hsl(12, 45%, 47%) |
| CMYK | cmyk(0%, 50%, 62%, 32%) |
| LAB | lab(47.1 33.2 28.8) |
| LCH | lch(47.1 43.9 40.9) |
| OKLCH | oklch(0.556 0.118 35.4) |
Copy-ready code
/* CSS */
color: #ad5741;
background-color: #ad5741;
/* Tailwind (arbitrary) */
class="text-[#ad5741] bg-[#ad5741]"
/* SCSS */
$brand: #ad5741;
/* SwiftUI */
Color(red: 0.678, green: 0.341, blue: 0.255)
/* Android */
Color.parseColor("#ad5741")Accessibility — WCAG contrast
Aa
#ad5741 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad5741 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green34.1%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta49.7%
Yellow62.4%
Key (black)32.2%
Color previews
#ad5741 text on a black background
contrast 4.22:1
Card sample
#ad5741 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad5741;
Background color
Panel with #ad5741 background
background-color: #ad5741;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad5741;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 87, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 87, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad5741; background: linear-gradient(135deg, #ad5741, #AD9F41);