#af486d
a balanced, soft magenta / pink · warm · closest name: salmon
RGB
175, 72, 109
HSL
338°, 42%, 48%
CMYK
0, 59, 38, 31
Luminance
0.1485
Every format
| HEX | #af486d |
| RGB | rgb(175, 72, 109) |
| HSL | hsl(338, 42%, 48%) |
| CMYK | cmyk(0%, 59%, 38%, 31%) |
| LAB | lab(45.4 45.7 0.1) |
| LCH | lch(45.4 45.7 0.1) |
| OKLCH | oklch(0.548 0.139 0.3) |
Copy-ready code
/* CSS */
color: #af486d;
background-color: #af486d;
/* Tailwind (arbitrary) */
class="text-[#af486d] bg-[#af486d]"
/* SCSS */
$brand: #af486d;
/* SwiftUI */
Color(red: 0.686, green: 0.282, blue: 0.427)
/* Android */
Color.parseColor("#af486d")Accessibility — WCAG contrast
Aa
#af486d on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af486d on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.2%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow37.7%
Key (black)31.4%
Color previews
#af486d text on a black background
contrast 3.97:1
Card sample
#af486d text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af486d;
Background color
Panel with #af486d background
background-color: #af486d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af486d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 72, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 72, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af486d; background: linear-gradient(135deg, #af486d, #AF6848);