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