#af84dc
a light, vivid violet · warm · closest name: plum
RGB
175, 132, 220
HSL
269°, 56%, 69%
CMYK
21, 40, 0, 14
Luminance
0.3078
Every format
| HEX | #af84dc |
| RGB | rgb(175, 132, 220) |
| HSL | hsl(269, 56%, 69%) |
| CMYK | cmyk(21%, 40%, 0%, 14%) |
| LAB | lab(62.3 33.5 -38.9) |
| LCH | lch(62.3 51.3 310.7) |
| OKLCH | oklch(0.689 0.133 305.7) |
Copy-ready code
/* CSS */
color: #af84dc;
background-color: #af84dc;
/* Tailwind (arbitrary) */
class="text-[#af84dc] bg-[#af84dc]"
/* SCSS */
$brand: #af84dc;
/* SwiftUI */
Color(red: 0.686, green: 0.518, blue: 0.863)
/* Android */
Color.parseColor("#af84dc")Accessibility — WCAG contrast
Aa
#af84dc on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af84dc on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.8%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta40.0%
Yellow0.0%
Key (black)13.7%
Color previews
#af84dc text on a black background
contrast 7.16:1
Card sample
#af84dc text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af84dc;
Background color
Panel with #af84dc background
background-color: #af84dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af84dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 132, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 132, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af84dc; background: linear-gradient(135deg, #af84dc, #DC84CE);