#af8fe6
a light, vivid violet · warm · closest name: plum
RGB
175, 143, 230
HSL
262°, 64%, 73%
CMYK
24, 38, 0, 10
Luminance
0.3447
Every format
| HEX | #af8fe6 |
| RGB | rgb(175, 143, 230) |
| HSL | hsl(262, 64%, 73%) |
| CMYK | cmyk(24%, 38%, 0%, 10%) |
| LAB | lab(65.3 29.6 -39.7) |
| LCH | lch(65.3 49.5 306.7) |
| OKLCH | oklch(0.713 0.128 300.1) |
Copy-ready code
/* CSS */
color: #af8fe6;
background-color: #af8fe6;
/* Tailwind (arbitrary) */
class="text-[#af8fe6] bg-[#af8fe6]"
/* SCSS */
$brand: #af8fe6;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.902)
/* Android */
Color.parseColor("#af8fe6")Accessibility — WCAG contrast
Aa
#af8fe6 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8fe6 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue90.2%
CMYK percentages
Cyan23.9%
Magenta37.8%
Yellow0.0%
Key (black)9.8%
Color previews
#af8fe6 text on a black background
contrast 7.89:1
Card sample
#af8fe6 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8fe6;
Background color
Panel with #af8fe6 background
background-color: #af8fe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8fe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8fe6; background: linear-gradient(135deg, #af8fe6, #E68FE3);