#af93dc
a light, vivid violet · warm · closest name: plum
RGB
175, 147, 220
HSL
263°, 51%, 72%
CMYK
21, 33, 0, 14
Luminance
0.3515
Every format
| HEX | #af93dc |
| RGB | rgb(175, 147, 220) |
| HSL | hsl(263, 51%, 72%) |
| CMYK | cmyk(21%, 33%, 0%, 14%) |
| LAB | lab(65.9 25.0 -33.4) |
| LCH | lch(65.9 41.7 306.9) |
| OKLCH | oklch(0.716 0.108 301.4) |
Copy-ready code
/* CSS */
color: #af93dc;
background-color: #af93dc;
/* Tailwind (arbitrary) */
class="text-[#af93dc] bg-[#af93dc]"
/* SCSS */
$brand: #af93dc;
/* SwiftUI */
Color(red: 0.686, green: 0.576, blue: 0.863)
/* Android */
Color.parseColor("#af93dc")Accessibility — WCAG contrast
Aa
#af93dc on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af93dc on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green57.6%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta33.2%
Yellow0.0%
Key (black)13.7%
Color previews
#af93dc text on a black background
contrast 8.03:1
Card sample
#af93dc text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af93dc;
Background color
Panel with #af93dc background
background-color: #af93dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af93dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 147, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 147, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af93dc; background: linear-gradient(135deg, #af93dc, #DC93D8);