#af87fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 135, 252
HSL
261°, 95%, 76%
CMYK
31, 46, 0, 1
Luminance
0.3347
Every format
| HEX | #af87fc |
| RGB | rgb(175, 135, 252) |
| HSL | hsl(261, 95%, 76%) |
| CMYK | cmyk(31%, 46%, 0%, 1%) |
| LAB | lab(64.5 39.4 -53.1) |
| LCH | lch(64.5 66.1 306.6) |
| OKLCH | oklch(0.710 0.169 297.7) |
Copy-ready code
/* CSS */
color: #af87fc;
background-color: #af87fc;
/* Tailwind (arbitrary) */
class="text-[#af87fc] bg-[#af87fc]"
/* SCSS */
$brand: #af87fc;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.988)
/* Android */
Color.parseColor("#af87fc")Accessibility — WCAG contrast
Aa
#af87fc on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af87fc on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta46.4%
Yellow0.0%
Key (black)1.2%
Color previews
#af87fc text on a black background
contrast 7.69:1
Card sample
#af87fc text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af87fc;
Background color
Panel with #af87fc background
background-color: #af87fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af87fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af87fc; background: linear-gradient(135deg, #af87fc, #FC87FB);