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