#af4465
a balanced, soft magenta / pink · warm · closest name: salmon
RGB
175, 68, 101
HSL
342°, 44%, 48%
CMYK
0, 61, 42, 31
Luminance
0.1419
Every format
| HEX | #af4465 |
| RGB | rgb(175, 68, 101) |
| HSL | hsl(342, 44%, 48%) |
| CMYK | cmyk(0%, 61%, 42%, 31%) |
| LAB | lab(44.5 46.6 3.6) |
| LCH | lch(44.5 46.8 4.5) |
| OKLCH | oklch(0.540 0.143 4.0) |
Copy-ready code
/* CSS */
color: #af4465;
background-color: #af4465;
/* Tailwind (arbitrary) */
class="text-[#af4465] bg-[#af4465]"
/* SCSS */
$brand: #af4465;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.396)
/* Android */
Color.parseColor("#af4465")Accessibility — WCAG contrast
Aa
#af4465 on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4465 on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow42.3%
Key (black)31.4%
Color previews
#af4465 text on a black background
contrast 3.84:1
Card sample
#af4465 text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4465;
Background color
Panel with #af4465 background
background-color: #af4465;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4465;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4465; background: linear-gradient(135deg, #af4465, #AF6A44);