#af87d7
a light, vivid violet · warm · closest name: plum
RGB
175, 135, 215
HSL
270°, 50%, 69%
CMYK
19, 37, 0, 16
Luminance
0.3135
Every format
| HEX | #af87d7 |
| RGB | rgb(175, 135, 215) |
| HSL | hsl(270, 50%, 69%) |
| CMYK | cmyk(19%, 37%, 0%, 16%) |
| LAB | lab(62.8 30.6 -35.3) |
| LCH | lch(62.8 46.8 310.9) |
| OKLCH | oklch(0.692 0.122 306.4) |
Copy-ready code
/* CSS */
color: #af87d7;
background-color: #af87d7;
/* Tailwind (arbitrary) */
class="text-[#af87d7] bg-[#af87d7]"
/* SCSS */
$brand: #af87d7;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.843)
/* Android */
Color.parseColor("#af87d7")Accessibility — WCAG contrast
Aa
#af87d7 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af87d7 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue84.3%
CMYK percentages
Cyan18.6%
Magenta37.2%
Yellow0.0%
Key (black)15.7%
Color previews
#af87d7 text on a black background
contrast 7.27:1
Card sample
#af87d7 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af87d7;
Background color
Panel with #af87d7 background
background-color: #af87d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af87d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af87d7; background: linear-gradient(135deg, #af87d7, #D787CA);