#af446d
a balanced, soft magenta / pink · warm · closest name: salmon
RGB
175, 68, 109
HSL
337°, 44%, 48%
CMYK
0, 61, 38, 31
Luminance
0.1435
Every format
| HEX | #af446d |
| RGB | rgb(175, 68, 109) |
| HSL | hsl(337, 44%, 48%) |
| CMYK | cmyk(0%, 61%, 38%, 31%) |
| LAB | lab(44.7 47.5 -0.9) |
| LCH | lch(44.7 47.5 358.9) |
| OKLCH | oklch(0.542 0.145 359.3) |
Copy-ready code
/* CSS */
color: #af446d;
background-color: #af446d;
/* Tailwind (arbitrary) */
class="text-[#af446d] bg-[#af446d]"
/* SCSS */
$brand: #af446d;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.427)
/* Android */
Color.parseColor("#af446d")Accessibility — WCAG contrast
Aa
#af446d on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af446d on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow37.7%
Key (black)31.4%
Color previews
#af446d text on a black background
contrast 3.87:1
Card sample
#af446d text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af446d;
Background color
Panel with #af446d background
background-color: #af446d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af446d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af446d; background: linear-gradient(135deg, #af446d, #AF6244);