#ac5949
a balanced, soft red · warm · closest name: sienna
RGB
172, 89, 73
HSL
10°, 40%, 48%
CMYK
0, 48, 58, 33
Luminance
0.1640
Every format
| HEX | #ac5949 |
| RGB | rgb(172, 89, 73) |
| HSL | hsl(10, 40%, 48%) |
| CMYK | cmyk(0%, 48%, 58%, 33%) |
| LAB | lab(47.5 32.3 24.6) |
| LCH | lch(47.5 40.6 37.3) |
| OKLCH | oklch(0.560 0.112 32.2) |
Copy-ready code
/* CSS */
color: #ac5949;
background-color: #ac5949;
/* Tailwind (arbitrary) */
class="text-[#ac5949] bg-[#ac5949]"
/* SCSS */
$brand: #ac5949;
/* SwiftUI */
Color(red: 0.675, green: 0.349, blue: 0.286)
/* Android */
Color.parseColor("#ac5949")Accessibility — WCAG contrast
Aa
#ac5949 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac5949 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green34.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow57.6%
Key (black)32.5%
Color previews
#ac5949 text on a black background
contrast 4.28:1
Card sample
#ac5949 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5949;
Background color
Panel with #ac5949 background
background-color: #ac5949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 89, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 89, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5949; background: linear-gradient(135deg, #ac5949, #AC9B49);