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