#af73ac
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 115, 172
HSL
303°, 27%, 57%
CMYK
0, 34, 2, 31
Luminance
0.2435
Every format
| HEX | #af73ac |
| RGB | rgb(175, 115, 172) |
| HSL | hsl(303, 27%, 57%) |
| CMYK | cmyk(0%, 34%, 2%, 31%) |
| LAB | lab(56.4 32.9 -20.8) |
| LCH | lch(56.4 38.9 327.7) |
| OKLCH | oklch(0.638 0.108 328.5) |
Copy-ready code
/* CSS */
color: #af73ac;
background-color: #af73ac;
/* Tailwind (arbitrary) */
class="text-[#af73ac] bg-[#af73ac]"
/* SCSS */
$brand: #af73ac;
/* SwiftUI */
Color(red: 0.686, green: 0.451, blue: 0.675)
/* Android */
Color.parseColor("#af73ac")Accessibility — WCAG contrast
Aa
#af73ac on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af73ac on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow1.7%
Key (black)31.4%
Color previews
#af73ac text on a black background
contrast 5.87:1
Card sample
#af73ac text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af73ac;
Background color
Panel with #af73ac background
background-color: #af73ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af73ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 115, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 115, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af73ac; background: linear-gradient(135deg, #af73ac, #AF7384);