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