#af84ce
a light, soft violet · warm · closest name: plum
RGB
175, 132, 206
HSL
275°, 43%, 66%
CMYK
15, 36, 0, 19
Luminance
0.3007
Every format
| HEX | #af84ce |
| RGB | rgb(175, 132, 206) |
| HSL | hsl(275, 43%, 66%) |
| CMYK | cmyk(15%, 36%, 0%, 19%) |
| LAB | lab(61.7 30.3 -32.0) |
| LCH | lch(61.7 44.1 313.5) |
| OKLCH | oklch(0.682 0.116 310.2) |
Copy-ready code
/* CSS */
color: #af84ce;
background-color: #af84ce;
/* Tailwind (arbitrary) */
class="text-[#af84ce] bg-[#af84ce]"
/* SCSS */
$brand: #af84ce;
/* SwiftUI */
Color(red: 0.686, green: 0.518, blue: 0.808)
/* Android */
Color.parseColor("#af84ce")Accessibility — WCAG contrast
Aa
#af84ce on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af84ce on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.8%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta35.9%
Yellow0.0%
Key (black)19.2%
Color previews
#af84ce text on a black background
contrast 7.01:1
Card sample
#af84ce text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af84ce;
Background color
Panel with #af84ce background
background-color: #af84ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af84ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 132, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 132, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af84ce; background: linear-gradient(135deg, #af84ce, #CE84BC);