#af6ce6
a light, vivid violet · warm · closest name: slateblue
RGB
175, 108, 230
HSL
273°, 71%, 66%
CMYK
24, 53, 0, 10
Luminance
0.2555
Every format
| HEX | #af6ce6 |
| RGB | rgb(175, 108, 230) |
| HSL | hsl(273, 71%, 66%) |
| CMYK | cmyk(24%, 53%, 0%, 10%) |
| LAB | lab(57.6 48.9 -51.9) |
| LCH | lch(57.6 71.3 313.3) |
| OKLCH | oklch(0.655 0.184 307.4) |
Copy-ready code
/* CSS */
color: #af6ce6;
background-color: #af6ce6;
/* Tailwind (arbitrary) */
class="text-[#af6ce6] bg-[#af6ce6]"
/* SCSS */
$brand: #af6ce6;
/* SwiftUI */
Color(red: 0.686, green: 0.424, blue: 0.902)
/* Android */
Color.parseColor("#af6ce6")Accessibility — WCAG contrast
Aa
#af6ce6 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6ce6 on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.4%
Blue90.2%
CMYK percentages
Cyan23.9%
Magenta53.0%
Yellow0.0%
Key (black)9.8%
Color previews
#af6ce6 text on a black background
contrast 6.11:1
Card sample
#af6ce6 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6ce6;
Background color
Panel with #af6ce6 background
background-color: #af6ce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6ce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 108, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 108, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6ce6; background: linear-gradient(135deg, #af6ce6, #E66CCC);