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