#af596c
a balanced, soft red · warm · closest name: salmon
RGB
175, 89, 108
HSL
347°, 35%, 52%
CMYK
0, 49, 38, 31
Luminance
0.1734
Every format
| HEX | #af596c |
| RGB | rgb(175, 89, 108) |
| HSL | hsl(347, 35%, 52%) |
| CMYK | cmyk(0%, 49%, 38%, 31%) |
| LAB | lab(48.7 37.0 5.4) |
| LCH | lch(48.7 37.4 8.3) |
| OKLCH | oklch(0.572 0.113 7.3) |
Copy-ready code
/* CSS */
color: #af596c;
background-color: #af596c;
/* Tailwind (arbitrary) */
class="text-[#af596c] bg-[#af596c]"
/* SCSS */
$brand: #af596c;
/* SwiftUI */
Color(red: 0.686, green: 0.349, blue: 0.424)
/* Android */
Color.parseColor("#af596c")Accessibility — WCAG contrast
Aa
#af596c on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af596c on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.9%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow38.3%
Key (black)31.4%
Color previews
#af596c text on a black background
contrast 4.47:1
Card sample
#af596c text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af596c;
Background color
Panel with #af596c background
background-color: #af596c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af596c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 89, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 89, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af596c; background: linear-gradient(135deg, #af596c, #AF7F59);