#af596f
a balanced, soft magenta / pink · warm · closest name: salmon
RGB
175, 89, 111
HSL
345°, 35%, 52%
CMYK
0, 49, 37, 31
Luminance
0.1741
Every format
| HEX | #af596f |
| RGB | rgb(175, 89, 111) |
| HSL | hsl(345, 35%, 52%) |
| CMYK | cmyk(0%, 49%, 37%, 31%) |
| LAB | lab(48.8 37.4 3.7) |
| LCH | lch(48.8 37.6 5.7) |
| OKLCH | oklch(0.573 0.114 5.1) |
Copy-ready code
/* CSS */
color: #af596f;
background-color: #af596f;
/* Tailwind (arbitrary) */
class="text-[#af596f] bg-[#af596f]"
/* SCSS */
$brand: #af596f;
/* SwiftUI */
Color(red: 0.686, green: 0.349, blue: 0.435)
/* Android */
Color.parseColor("#af596f")Accessibility — WCAG contrast
Aa
#af596f on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af596f on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow36.6%
Key (black)31.4%
Color previews
#af596f text on a black background
contrast 4.48:1
Card sample
#af596f text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af596f;
Background color
Panel with #af596f background
background-color: #af596f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af596f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 89, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 89, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af596f; background: linear-gradient(135deg, #af596f, #AF7C59);