#af84cf
a light, soft violet · warm · closest name: plum
RGB
175, 132, 207
HSL
274°, 44%, 67%
CMYK
16, 36, 0, 19
Luminance
0.3012
Every format
| HEX | #af84cf |
| RGB | rgb(175, 132, 207) |
| HSL | hsl(274, 44%, 67%) |
| CMYK | cmyk(16%, 36%, 0%, 19%) |
| LAB | lab(61.8 30.5 -32.5) |
| LCH | lch(61.8 44.6 313.2) |
| OKLCH | oklch(0.682 0.117 309.9) |
Copy-ready code
/* CSS */
color: #af84cf;
background-color: #af84cf;
/* Tailwind (arbitrary) */
class="text-[#af84cf] bg-[#af84cf]"
/* SCSS */
$brand: #af84cf;
/* SwiftUI */
Color(red: 0.686, green: 0.518, blue: 0.812)
/* Android */
Color.parseColor("#af84cf")Accessibility — WCAG contrast
Aa
#af84cf on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af84cf on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.8%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta36.2%
Yellow0.0%
Key (black)18.8%
Color previews
#af84cf text on a black background
contrast 7.02:1
Card sample
#af84cf text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af84cf;
Background color
Panel with #af84cf background
background-color: #af84cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af84cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 132, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 132, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af84cf; background: linear-gradient(135deg, #af84cf, #CF84BD);