#af6fe6
a light, vivid violet · warm · closest name: slateblue
RGB
175, 111, 230
HSL
272°, 70%, 67%
CMYK
24, 52, 0, 10
Luminance
0.2620
Every format
| HEX | #af6fe6 |
| RGB | rgb(175, 111, 230) |
| HSL | hsl(272, 70%, 67%) |
| CMYK | cmyk(24%, 52%, 0%, 10%) |
| LAB | lab(58.2 47.3 -50.9) |
| LCH | lch(58.2 69.5 312.9) |
| OKLCH | oklch(0.660 0.179 307.0) |
Copy-ready code
/* CSS */
color: #af6fe6;
background-color: #af6fe6;
/* Tailwind (arbitrary) */
class="text-[#af6fe6] bg-[#af6fe6]"
/* SCSS */
$brand: #af6fe6;
/* SwiftUI */
Color(red: 0.686, green: 0.435, blue: 0.902)
/* Android */
Color.parseColor("#af6fe6")Accessibility — WCAG contrast
Aa
#af6fe6 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6fe6 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.5%
Blue90.2%
CMYK percentages
Cyan23.9%
Magenta51.7%
Yellow0.0%
Key (black)9.8%
Color previews
#af6fe6 text on a black background
contrast 6.24:1
Card sample
#af6fe6 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6fe6;
Background color
Panel with #af6fe6 background
background-color: #af6fe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6fe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 111, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 111, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6fe6; background: linear-gradient(135deg, #af6fe6, #E66FCE);