#af84da
a light, vivid violet · warm · closest name: plum
RGB
175, 132, 218
HSL
270°, 54%, 69%
CMYK
20, 39, 0, 15
Luminance
0.3068
Every format
| HEX | #af84da |
| RGB | rgb(175, 132, 218) |
| HSL | hsl(270, 54%, 69%) |
| CMYK | cmyk(20%, 39%, 0%, 15%) |
| LAB | lab(62.2 33.0 -37.9) |
| LCH | lch(62.2 50.2 311.0) |
| OKLCH | oklch(0.688 0.130 306.3) |
Copy-ready code
/* CSS */
color: #af84da;
background-color: #af84da;
/* Tailwind (arbitrary) */
class="text-[#af84da] bg-[#af84da]"
/* SCSS */
$brand: #af84da;
/* SwiftUI */
Color(red: 0.686, green: 0.518, blue: 0.855)
/* Android */
Color.parseColor("#af84da")Accessibility — WCAG contrast
Aa
#af84da on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af84da on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.8%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta39.4%
Yellow0.0%
Key (black)14.5%
Color previews
#af84da text on a black background
contrast 7.14:1
Card sample
#af84da text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af84da;
Background color
Panel with #af84da background
background-color: #af84da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af84da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 132, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 132, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af84da; background: linear-gradient(135deg, #af84da, #DA84CC);