#af6cfe
a light, electric violet · warm · closest name: slateblue
RGB
175, 108, 254
HSL
268°, 99%, 71%
CMYK
31, 58, 0, 0
Luminance
0.2699
Every format
| HEX | #af6cfe |
| RGB | rgb(175, 108, 254) |
| HSL | hsl(268, 99%, 71%) |
| CMYK | cmyk(31%, 58%, 0%, 0%) |
| LAB | lab(59.0 54.4 -63.0) |
| LCH | lch(59.0 83.3 310.8) |
| OKLCH | oklch(0.669 0.211 302.2) |
Copy-ready code
/* CSS */
color: #af6cfe;
background-color: #af6cfe;
/* Tailwind (arbitrary) */
class="text-[#af6cfe] bg-[#af6cfe]"
/* SCSS */
$brand: #af6cfe;
/* SwiftUI */
Color(red: 0.686, green: 0.424, blue: 0.996)
/* Android */
Color.parseColor("#af6cfe")Accessibility — WCAG contrast
Aa
#af6cfe on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6cfe on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.4%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta57.5%
Yellow0.0%
Key (black)0.4%
Color previews
#af6cfe text on a black background
contrast 6.40:1
Card sample
#af6cfe text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6cfe;
Background color
Panel with #af6cfe background
background-color: #af6cfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6cfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 108, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 108, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6cfe; background: linear-gradient(135deg, #af6cfe, #FE6CEC);