#af8fad
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 143, 173
HSL
304°, 17%, 62%
CMYK
0, 18, 1, 31
Luminance
0.3178
Every format
| HEX | #af8fad |
| RGB | rgb(175, 143, 173) |
| HSL | hsl(304, 17%, 62%) |
| CMYK | cmyk(0%, 18%, 1%, 31%) |
| LAB | lab(63.2 17.3 -11.2) |
| LCH | lch(63.2 20.6 327.2) |
| OKLCH | oklch(0.689 0.057 328.2) |
Copy-ready code
/* CSS */
color: #af8fad;
background-color: #af8fad;
/* Tailwind (arbitrary) */
class="text-[#af8fad] bg-[#af8fad]"
/* SCSS */
$brand: #af8fad;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.678)
/* Android */
Color.parseColor("#af8fad")Accessibility — WCAG contrast
Aa
#af8fad on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8fad on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow1.1%
Key (black)31.4%
Color previews
#af8fad text on a black background
contrast 7.36:1
Card sample
#af8fad text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8fad;
Background color
Panel with #af8fad background
background-color: #af8fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8fad; background: linear-gradient(135deg, #af8fad, #AF8F98);