#af574c
a balanced, soft red · warm · closest name: sienna
RGB
175, 87, 76
HSL
7°, 39%, 49%
CMYK
0, 50, 57, 31
Luminance
0.1645
Every format
| HEX | #af574c |
| RGB | rgb(175, 87, 76) |
| HSL | hsl(7, 39%, 49%) |
| CMYK | cmyk(0%, 50%, 57%, 31%) |
| LAB | lab(47.6 34.8 23.0) |
| LCH | lch(47.6 41.8 33.5) |
| OKLCH | oklch(0.561 0.117 28.7) |
Copy-ready code
/* CSS */
color: #af574c;
background-color: #af574c;
/* Tailwind (arbitrary) */
class="text-[#af574c] bg-[#af574c]"
/* SCSS */
$brand: #af574c;
/* SwiftUI */
Color(red: 0.686, green: 0.341, blue: 0.298)
/* Android */
Color.parseColor("#af574c")Accessibility — WCAG contrast
Aa
#af574c on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af574c on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.1%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow56.6%
Key (black)31.4%
Color previews
#af574c text on a black background
contrast 4.29:1
Card sample
#af574c text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af574c;
Background color
Panel with #af574c background
background-color: #af574c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af574c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 87, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 87, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af574c; background: linear-gradient(135deg, #af574c, #AF994C);