#ac5b49
a balanced, soft red · warm · closest name: sienna
RGB
172, 91, 73
HSL
11°, 40%, 48%
CMYK
0, 47, 58, 33
Luminance
0.1673
Every format
| HEX | #ac5b49 |
| RGB | rgb(172, 91, 73) |
| HSL | hsl(11, 40%, 48%) |
| CMYK | cmyk(0%, 47%, 58%, 33%) |
| LAB | lab(47.9 31.3 25.2) |
| LCH | lch(47.9 40.1 38.8) |
| OKLCH | oklch(0.563 0.110 33.6) |
Copy-ready code
/* CSS */
color: #ac5b49;
background-color: #ac5b49;
/* Tailwind (arbitrary) */
class="text-[#ac5b49] bg-[#ac5b49]"
/* SCSS */
$brand: #ac5b49;
/* SwiftUI */
Color(red: 0.675, green: 0.357, blue: 0.286)
/* Android */
Color.parseColor("#ac5b49")Accessibility — WCAG contrast
Aa
#ac5b49 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac5b49 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green35.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow57.6%
Key (black)32.5%
Color previews
#ac5b49 text on a black background
contrast 4.35:1
Card sample
#ac5b49 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5b49;
Background color
Panel with #ac5b49 background
background-color: #ac5b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 91, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 91, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5b49; background: linear-gradient(135deg, #ac5b49, #AC9D49);