#af6ce9
a light, vivid violet · warm · closest name: slateblue
RGB
175, 108, 233
HSL
272°, 74%, 67%
CMYK
25, 54, 0, 9
Luminance
0.2572
Every format
| HEX | #af6ce9 |
| RGB | rgb(175, 108, 233) |
| HSL | hsl(272, 74%, 67%) |
| CMYK | cmyk(25%, 54%, 0%, 9%) |
| LAB | lab(57.8 49.5 -53.3) |
| LCH | lch(57.8 72.8 312.9) |
| OKLCH | oklch(0.657 0.187 306.7) |
Copy-ready code
/* CSS */
color: #af6ce9;
background-color: #af6ce9;
/* Tailwind (arbitrary) */
class="text-[#af6ce9] bg-[#af6ce9]"
/* SCSS */
$brand: #af6ce9;
/* SwiftUI */
Color(red: 0.686, green: 0.424, blue: 0.914)
/* Android */
Color.parseColor("#af6ce9")Accessibility — WCAG contrast
Aa
#af6ce9 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6ce9 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.4%
Blue91.4%
CMYK percentages
Cyan24.9%
Magenta53.6%
Yellow0.0%
Key (black)8.6%
Color previews
#af6ce9 text on a black background
contrast 6.14:1
Card sample
#af6ce9 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6ce9;
Background color
Panel with #af6ce9 background
background-color: #af6ce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6ce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 108, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 108, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6ce9; background: linear-gradient(135deg, #af6ce9, #E96CD0);