#af84ae
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 132, 174
HSL
301°, 21%, 60%
CMYK
0, 25, 1, 31
Luminance
0.2867
Every format
| HEX | #af84ae |
| RGB | rgb(175, 132, 174) |
| HSL | hsl(301, 21%, 60%) |
| CMYK | cmyk(0%, 25%, 1%, 31%) |
| LAB | lab(60.5 23.7 -15.8) |
| LCH | lch(60.5 28.5 326.4) |
| OKLCH | oklch(0.669 0.078 327.2) |
Copy-ready code
/* CSS */
color: #af84ae;
background-color: #af84ae;
/* Tailwind (arbitrary) */
class="text-[#af84ae] bg-[#af84ae]"
/* SCSS */
$brand: #af84ae;
/* SwiftUI */
Color(red: 0.686, green: 0.518, blue: 0.682)
/* Android */
Color.parseColor("#af84ae")Accessibility — WCAG contrast
Aa
#af84ae on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af84ae on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.8%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow0.6%
Key (black)31.4%
Color previews
#af84ae text on a black background
contrast 6.73:1
Card sample
#af84ae text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af84ae;
Background color
Panel with #af84ae background
background-color: #af84ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af84ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 132, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 132, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af84ae; background: linear-gradient(135deg, #af84ae, #AF8491);