#af83ad
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 131, 173
HSL
303°, 22%, 60%
CMYK
0, 25, 1, 31
Luminance
0.2836
Every format
| HEX | #af83ad |
| RGB | rgb(175, 131, 173) |
| HSL | hsl(303, 22%, 60%) |
| CMYK | cmyk(0%, 25%, 1%, 31%) |
| LAB | lab(60.2 24.1 -15.6) |
| LCH | lch(60.2 28.7 327.1) |
| OKLCH | oklch(0.666 0.079 327.9) |
Copy-ready code
/* CSS */
color: #af83ad;
background-color: #af83ad;
/* Tailwind (arbitrary) */
class="text-[#af83ad] bg-[#af83ad]"
/* SCSS */
$brand: #af83ad;
/* SwiftUI */
Color(red: 0.686, green: 0.514, blue: 0.678)
/* Android */
Color.parseColor("#af83ad")Accessibility — WCAG contrast
Aa
#af83ad on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af83ad on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow1.1%
Key (black)31.4%
Color previews
#af83ad text on a black background
contrast 6.67:1
Card sample
#af83ad text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af83ad;
Background color
Panel with #af83ad background
background-color: #af83ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af83ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 131, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 131, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af83ad; background: linear-gradient(135deg, #af83ad, #AF8390);