#af87ec
a light, vivid violet · warm · closest name: slateblue
RGB
175, 135, 236
HSL
264°, 73%, 73%
CMYK
26, 43, 0, 8
Luminance
0.3250
Every format
| HEX | #af87ec |
| RGB | rgb(175, 135, 236) |
| HSL | hsl(264, 73%, 73%) |
| CMYK | cmyk(26%, 43%, 0%, 8%) |
| LAB | lab(63.8 35.5 -45.5) |
| LCH | lch(63.8 57.7 308.0) |
| OKLCH | oklch(0.702 0.148 300.9) |
Copy-ready code
/* CSS */
color: #af87ec;
background-color: #af87ec;
/* Tailwind (arbitrary) */
class="text-[#af87ec] bg-[#af87ec]"
/* SCSS */
$brand: #af87ec;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.925)
/* Android */
Color.parseColor("#af87ec")Accessibility — WCAG contrast
Aa
#af87ec on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af87ec on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta42.8%
Yellow0.0%
Key (black)7.5%
Color previews
#af87ec text on a black background
contrast 7.50:1
Card sample
#af87ec text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af87ec;
Background color
Panel with #af87ec background
background-color: #af87ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af87ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af87ec; background: linear-gradient(135deg, #af87ec, #EC87E6);