#af6571
a balanced, soft red · warm · closest name: sienna
RGB
175, 101, 113
HSL
350°, 32%, 54%
CMYK
0, 42, 35, 31
Luminance
0.1961
Every format
| HEX | #af6571 |
| RGB | rgb(175, 101, 113) |
| HSL | hsl(350, 32%, 54%) |
| CMYK | cmyk(0%, 42%, 35%, 31%) |
| LAB | lab(51.4 31.2 6.3) |
| LCH | lch(51.4 31.8 11.4) |
| OKLCH | oklch(0.593 0.096 10.0) |
Copy-ready code
/* CSS */
color: #af6571;
background-color: #af6571;
/* Tailwind (arbitrary) */
class="text-[#af6571] bg-[#af6571]"
/* SCSS */
$brand: #af6571;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.443)
/* Android */
Color.parseColor("#af6571")Accessibility — WCAG contrast
Aa
#af6571 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6571 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow35.4%
Key (black)31.4%
Color previews
#af6571 text on a black background
contrast 4.92:1
Card sample
#af6571 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6571;
Background color
Panel with #af6571 background
background-color: #af6571;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6571;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6571; background: linear-gradient(135deg, #af6571, #AF8A65);