#af6cfc
a light, electric violet · warm · closest name: slateblue
RGB
175, 108, 252
HSL
268°, 96%, 71%
CMYK
31, 57, 0, 1
Luminance
0.2687
Every format
| HEX | #af6cfc |
| RGB | rgb(175, 108, 252) |
| HSL | hsl(268, 96%, 71%) |
| CMYK | cmyk(31%, 57%, 0%, 1%) |
| LAB | lab(58.9 54.0 -62.1) |
| LCH | lch(58.9 82.3 311.0) |
| OKLCH | oklch(0.668 0.209 302.6) |
Copy-ready code
/* CSS */
color: #af6cfc;
background-color: #af6cfc;
/* Tailwind (arbitrary) */
class="text-[#af6cfc] bg-[#af6cfc]"
/* SCSS */
$brand: #af6cfc;
/* SwiftUI */
Color(red: 0.686, green: 0.424, blue: 0.988)
/* Android */
Color.parseColor("#af6cfc")Accessibility — WCAG contrast
Aa
#af6cfc on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6cfc on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.4%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta57.1%
Yellow0.0%
Key (black)1.2%
Color previews
#af6cfc text on a black background
contrast 6.37:1
Card sample
#af6cfc text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6cfc;
Background color
Panel with #af6cfc background
background-color: #af6cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 108, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 108, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6cfc; background: linear-gradient(135deg, #af6cfc, #FC6CE9);