#af8fd9
a light, vivid violet · warm · closest name: plum
RGB
175, 143, 217
HSL
266°, 49%, 71%
CMYK
19, 34, 0, 15
Luminance
0.3377
Every format
| HEX | #af8fd9 |
| RGB | rgb(175, 143, 217) |
| HSL | hsl(266, 49%, 71%) |
| CMYK | cmyk(19%, 34%, 0%, 15%) |
| LAB | lab(64.8 26.6 -33.4) |
| LCH | lch(64.8 42.7 308.5) |
| OKLCH | oklch(0.707 0.111 303.6) |
Copy-ready code
/* CSS */
color: #af8fd9;
background-color: #af8fd9;
/* Tailwind (arbitrary) */
class="text-[#af8fd9] bg-[#af8fd9]"
/* SCSS */
$brand: #af8fd9;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.851)
/* Android */
Color.parseColor("#af8fd9")Accessibility — WCAG contrast
Aa
#af8fd9 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8fd9 on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue85.1%
CMYK percentages
Cyan19.4%
Magenta34.1%
Yellow0.0%
Key (black)14.9%
Color previews
#af8fd9 text on a black background
contrast 7.75:1
Card sample
#af8fd9 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8fd9;
Background color
Panel with #af8fd9 background
background-color: #af8fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8fd9; background: linear-gradient(135deg, #af8fd9, #D98FD2);