#af5849
a balanced, soft red · warm · closest name: sienna
RGB
175, 88, 73
HSL
9°, 41%, 49%
CMYK
0, 50, 58, 31
Luminance
0.1657
Every format
| HEX | #af5849 |
| RGB | rgb(175, 88, 73) |
| HSL | hsl(9, 41%, 49%) |
| CMYK | cmyk(0%, 50%, 58%, 31%) |
| LAB | lab(47.7 34.1 25.0) |
| LCH | lch(47.7 42.2 36.3) |
| OKLCH | oklch(0.562 0.117 31.2) |
Copy-ready code
/* CSS */
color: #af5849;
background-color: #af5849;
/* Tailwind (arbitrary) */
class="text-[#af5849] bg-[#af5849]"
/* SCSS */
$brand: #af5849;
/* SwiftUI */
Color(red: 0.686, green: 0.345, blue: 0.286)
/* Android */
Color.parseColor("#af5849")Accessibility — WCAG contrast
Aa
#af5849 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5849 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta49.7%
Yellow58.3%
Key (black)31.4%
Color previews
#af5849 text on a black background
contrast 4.31:1
Card sample
#af5849 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5849;
Background color
Panel with #af5849 background
background-color: #af5849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 88, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 88, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5849; background: linear-gradient(135deg, #af5849, #AF9C49);