#af84ec
a light, vivid violet · warm · closest name: slateblue
RGB
175, 132, 236
HSL
265°, 73%, 72%
CMYK
26, 44, 0, 8
Luminance
0.3167
Every format
| HEX | #af84ec |
| RGB | rgb(175, 132, 236) |
| HSL | hsl(265, 73%, 72%) |
| CMYK | cmyk(26%, 44%, 0%, 8%) |
| LAB | lab(63.1 37.2 -46.6) |
| LCH | lch(63.1 59.6 308.6) |
| OKLCH | oklch(0.697 0.153 301.6) |
Copy-ready code
/* CSS */
color: #af84ec;
background-color: #af84ec;
/* Tailwind (arbitrary) */
class="text-[#af84ec] bg-[#af84ec]"
/* SCSS */
$brand: #af84ec;
/* SwiftUI */
Color(red: 0.686, green: 0.518, blue: 0.925)
/* Android */
Color.parseColor("#af84ec")Accessibility — WCAG contrast
Aa
#af84ec on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af84ec on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.8%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta44.1%
Yellow0.0%
Key (black)7.5%
Color previews
#af84ec text on a black background
contrast 7.33:1
Card sample
#af84ec text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af84ec;
Background color
Panel with #af84ec background
background-color: #af84ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af84ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 132, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 132, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af84ec; background: linear-gradient(135deg, #af84ec, #EC84E4);