#af87ce
a light, soft violet · warm · closest name: plum
RGB
175, 135, 206
HSL
274°, 42%, 67%
CMYK
15, 35, 0, 19
Luminance
0.3090
Every format
| HEX | #af87ce |
| RGB | rgb(175, 135, 206) |
| HSL | hsl(274, 42%, 67%) |
| CMYK | cmyk(15%, 35%, 0%, 19%) |
| LAB | lab(62.4 28.6 -30.9) |
| LCH | lch(62.4 42.1 312.8) |
| OKLCH | oklch(0.687 0.110 309.5) |
Copy-ready code
/* CSS */
color: #af87ce;
background-color: #af87ce;
/* Tailwind (arbitrary) */
class="text-[#af87ce] bg-[#af87ce]"
/* SCSS */
$brand: #af87ce;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.808)
/* Android */
Color.parseColor("#af87ce")Accessibility — WCAG contrast
Aa
#af87ce on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af87ce on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta34.5%
Yellow0.0%
Key (black)19.2%
Color previews
#af87ce text on a black background
contrast 7.18:1
Card sample
#af87ce text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af87ce;
Background color
Panel with #af87ce background
background-color: #af87ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af87ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af87ce; background: linear-gradient(135deg, #af87ce, #CE87BE);