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