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