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