#af84d7
a light, vivid violet · warm · closest name: plum
RGB
175, 132, 215
HSL
271°, 51%, 68%
CMYK
19, 39, 0, 16
Luminance
0.3052
Every format
| HEX | #af84d7 |
| RGB | rgb(175, 132, 215) |
| HSL | hsl(271, 51%, 68%) |
| CMYK | cmyk(19%, 39%, 0%, 16%) |
| LAB | lab(62.1 32.3 -36.4) |
| LCH | lch(62.1 48.7 311.6) |
| OKLCH | oklch(0.686 0.127 307.2) |
Copy-ready code
/* CSS */
color: #af84d7;
background-color: #af84d7;
/* Tailwind (arbitrary) */
class="text-[#af84d7] bg-[#af84d7]"
/* SCSS */
$brand: #af84d7;
/* SwiftUI */
Color(red: 0.686, green: 0.518, blue: 0.843)
/* Android */
Color.parseColor("#af84d7")Accessibility — WCAG contrast
Aa
#af84d7 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af84d7 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.8%
Blue84.3%
CMYK percentages
Cyan18.6%
Magenta38.6%
Yellow0.0%
Key (black)15.7%
Color previews
#af84d7 text on a black background
contrast 7.10:1
Card sample
#af84d7 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af84d7;
Background color
Panel with #af84d7 background
background-color: #af84d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af84d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 132, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 132, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af84d7; background: linear-gradient(135deg, #af84d7, #D784C8);