#af4669
a balanced, soft magenta / pink · warm · closest name: salmon
RGB
175, 70, 105
HSL
340°, 43%, 48%
CMYK
0, 60, 40, 31
Luminance
0.1451
Every format
| HEX | #af4669 |
| RGB | rgb(175, 70, 105) |
| HSL | hsl(340, 43%, 48%) |
| CMYK | cmyk(0%, 60%, 40%, 31%) |
| LAB | lab(45.0 46.2 1.9) |
| LCH | lch(45.0 46.2 2.3) |
| OKLCH | oklch(0.544 0.141 2.2) |
Copy-ready code
/* CSS */
color: #af4669;
background-color: #af4669;
/* Tailwind (arbitrary) */
class="text-[#af4669] bg-[#af4669]"
/* SCSS */
$brand: #af4669;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.412)
/* Android */
Color.parseColor("#af4669")Accessibility — WCAG contrast
Aa
#af4669 on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4669 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow40.0%
Key (black)31.4%
Color previews
#af4669 text on a black background
contrast 3.90:1
Card sample
#af4669 text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4669;
Background color
Panel with #af4669 background
background-color: #af4669;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4669;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4669; background: linear-gradient(135deg, #af4669, #AF6946);