#af5a71
a balanced, soft magenta / pink · warm · closest name: salmon
RGB
175, 90, 113
HSL
344°, 35%, 52%
CMYK
0, 49, 35, 31
Luminance
0.1762
Every format
| HEX | #af5a71 |
| RGB | rgb(175, 90, 113) |
| HSL | hsl(344, 35%, 52%) |
| CMYK | cmyk(0%, 49%, 35%, 31%) |
| LAB | lab(49.0 37.1 2.9) |
| LCH | lch(49.0 37.2 4.5) |
| OKLCH | oklch(0.575 0.113 4.1) |
Copy-ready code
/* CSS */
color: #af5a71;
background-color: #af5a71;
/* Tailwind (arbitrary) */
class="text-[#af5a71] bg-[#af5a71]"
/* SCSS */
$brand: #af5a71;
/* SwiftUI */
Color(red: 0.686, green: 0.353, blue: 0.443)
/* Android */
Color.parseColor("#af5a71")Accessibility — WCAG contrast
Aa
#af5a71 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5a71 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green35.3%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow35.4%
Key (black)31.4%
Color previews
#af5a71 text on a black background
contrast 4.52:1
Card sample
#af5a71 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5a71;
Background color
Panel with #af5a71 background
background-color: #af5a71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5a71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 90, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 90, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5a71; background: linear-gradient(135deg, #af5a71, #AF7C5A);