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