#af86da
a light, vivid violet · warm · closest name: plum
RGB
175, 134, 218
HSL
269°, 53%, 69%
CMYK
20, 39, 0, 15
Luminance
0.3123
Every format
| HEX | #af86da |
| RGB | rgb(175, 134, 218) |
| HSL | hsl(269, 53%, 69%) |
| CMYK | cmyk(20%, 39%, 0%, 15%) |
| LAB | lab(62.7 31.9 -37.2) |
| LCH | lch(62.7 49.0 310.6) |
| OKLCH | oklch(0.691 0.127 305.8) |
Copy-ready code
/* CSS */
color: #af86da;
background-color: #af86da;
/* Tailwind (arbitrary) */
class="text-[#af86da] bg-[#af86da]"
/* SCSS */
$brand: #af86da;
/* SwiftUI */
Color(red: 0.686, green: 0.525, blue: 0.855)
/* Android */
Color.parseColor("#af86da")Accessibility — WCAG contrast
Aa
#af86da on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af86da on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.5%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta38.5%
Yellow0.0%
Key (black)14.5%
Color previews
#af86da text on a black background
contrast 7.25:1
Card sample
#af86da text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af86da;
Background color
Panel with #af86da background
background-color: #af86da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af86da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 134, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 134, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af86da; background: linear-gradient(135deg, #af86da, #DA86CD);