#af5d71
a balanced, soft red · warm · closest name: salmon
RGB
175, 93, 113
HSL
345°, 34%, 53%
CMYK
0, 47, 35, 31
Luminance
0.1813
Every format
| HEX | #af5d71 |
| RGB | rgb(175, 93, 113) |
| HSL | hsl(345, 34%, 53%) |
| CMYK | cmyk(0%, 47%, 35%, 31%) |
| LAB | lab(49.7 35.5 3.8) |
| LCH | lch(49.7 35.7 6.1) |
| OKLCH | oklch(0.580 0.108 5.5) |
Copy-ready code
/* CSS */
color: #af5d71;
background-color: #af5d71;
/* Tailwind (arbitrary) */
class="text-[#af5d71] bg-[#af5d71]"
/* SCSS */
$brand: #af5d71;
/* SwiftUI */
Color(red: 0.686, green: 0.365, blue: 0.443)
/* Android */
Color.parseColor("#af5d71")Accessibility — WCAG contrast
Aa
#af5d71 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5d71 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.5%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow35.4%
Key (black)31.4%
Color previews
#af5d71 text on a black background
contrast 4.63:1
Card sample
#af5d71 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5d71;
Background color
Panel with #af5d71 background
background-color: #af5d71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5d71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 93, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 93, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5d71; background: linear-gradient(135deg, #af5d71, #AF805D);