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