#af4065
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
175, 64, 101
HSL
340°, 46%, 47%
CMYK
0, 63, 42, 31
Luminance
0.1372
Every format
| HEX | #af4065 |
| RGB | rgb(175, 64, 101) |
| HSL | hsl(340, 46%, 47%) |
| CMYK | cmyk(0%, 63%, 42%, 31%) |
| LAB | lab(43.8 48.5 2.7) |
| LCH | lch(43.8 48.5 3.2) |
| OKLCH | oklch(0.535 0.148 2.9) |
Copy-ready code
/* CSS */
color: #af4065;
background-color: #af4065;
/* Tailwind (arbitrary) */
class="text-[#af4065] bg-[#af4065]"
/* SCSS */
$brand: #af4065;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.396)
/* Android */
Color.parseColor("#af4065")Accessibility — WCAG contrast
Aa
#af4065 on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4065 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow42.3%
Key (black)31.4%
Color previews
#af4065 text on a black background
contrast 3.74:1
Card sample
#af4065 text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4065;
Background color
Panel with #af4065 background
background-color: #af4065;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4065;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4065; background: linear-gradient(135deg, #af4065, #AF6540);