#af87d4
a light, vivid violet · warm · closest name: plum
RGB
175, 135, 212
HSL
271°, 47%, 68%
CMYK
18, 36, 0, 17
Luminance
0.3120
Every format
| HEX | #af87d4 |
| RGB | rgb(175, 135, 212) |
| HSL | hsl(271, 47%, 68%) |
| CMYK | cmyk(18%, 36%, 0%, 17%) |
| LAB | lab(62.7 30.0 -33.9) |
| LCH | lch(62.7 45.2 311.5) |
| OKLCH | oklch(0.690 0.118 307.4) |
Copy-ready code
/* CSS */
color: #af87d4;
background-color: #af87d4;
/* Tailwind (arbitrary) */
class="text-[#af87d4] bg-[#af87d4]"
/* SCSS */
$brand: #af87d4;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.831)
/* Android */
Color.parseColor("#af87d4")Accessibility — WCAG contrast
Aa
#af87d4 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af87d4 on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta36.3%
Yellow0.0%
Key (black)16.9%
Color previews
#af87d4 text on a black background
contrast 7.24:1
Card sample
#af87d4 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af87d4;
Background color
Panel with #af87d4 background
background-color: #af87d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af87d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af87d4; background: linear-gradient(135deg, #af87d4, #D487C6);