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