#af73a2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 115, 162
HSL
313°, 27%, 57%
CMYK
0, 34, 7, 31
Luminance
0.2398
Every format
| HEX | #af73a2 |
| RGB | rgb(175, 115, 162) |
| HSL | hsl(313, 27%, 57%) |
| CMYK | cmyk(0%, 34%, 7%, 31%) |
| LAB | lab(56.1 31.0 -15.6) |
| LCH | lch(56.1 34.7 333.4) |
| OKLCH | oklch(0.634 0.098 334.9) |
Copy-ready code
/* CSS */
color: #af73a2;
background-color: #af73a2;
/* Tailwind (arbitrary) */
class="text-[#af73a2] bg-[#af73a2]"
/* SCSS */
$brand: #af73a2;
/* SwiftUI */
Color(red: 0.686, green: 0.451, blue: 0.635)
/* Android */
Color.parseColor("#af73a2")Accessibility — WCAG contrast
Aa
#af73a2 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af73a2 on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.1%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow7.4%
Key (black)31.4%
Color previews
#af73a2 text on a black background
contrast 5.80:1
Card sample
#af73a2 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af73a2;
Background color
Panel with #af73a2 background
background-color: #af73a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af73a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 115, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 115, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af73a2; background: linear-gradient(135deg, #af73a2, #AF737A);