#af88af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 136, 175
HSL
300°, 20%, 61%
CMYK
0, 22, 0, 31
Luminance
0.2982
Every format
| HEX | #af88af |
| RGB | rgb(175, 136, 175) |
| HSL | hsl(300, 20%, 61%) |
| CMYK | cmyk(0%, 22%, 0%, 31%) |
| LAB | lab(61.5 21.7 -14.8) |
| LCH | lch(61.5 26.2 325.6) |
| OKLCH | oklch(0.676 0.072 326.3) |
Copy-ready code
/* CSS */
color: #af88af;
background-color: #af88af;
/* Tailwind (arbitrary) */
class="text-[#af88af] bg-[#af88af]"
/* SCSS */
$brand: #af88af;
/* SwiftUI */
Color(red: 0.686, green: 0.533, blue: 0.686)
/* Android */
Color.parseColor("#af88af")Accessibility — WCAG contrast
Aa
#af88af on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af88af on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow0.0%
Key (black)31.4%
Color previews
#af88af text on a black background
contrast 6.96:1
Card sample
#af88af text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af88af;
Background color
Panel with #af88af background
background-color: #af88af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af88af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 136, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 136, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af88af; background: linear-gradient(135deg, #af88af, #AF8895);