#af6ffb
a light, electric violet · warm · closest name: slateblue
RGB
175, 111, 251
HSL
267°, 95%, 71%
CMYK
30, 56, 0, 2
Luminance
0.2745
Every format
| HEX | #af6ffb |
| RGB | rgb(175, 111, 251) |
| HSL | hsl(267, 95%, 71%) |
| CMYK | cmyk(30%, 56%, 0%, 2%) |
| LAB | lab(59.4 52.1 -60.7) |
| LCH | lch(59.4 80.0 310.7) |
| OKLCH | oklch(0.672 0.203 302.3) |
Copy-ready code
/* CSS */
color: #af6ffb;
background-color: #af6ffb;
/* Tailwind (arbitrary) */
class="text-[#af6ffb] bg-[#af6ffb]"
/* SCSS */
$brand: #af6ffb;
/* SwiftUI */
Color(red: 0.686, green: 0.435, blue: 0.984)
/* Android */
Color.parseColor("#af6ffb")Accessibility — WCAG contrast
Aa
#af6ffb on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6ffb on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.5%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta55.8%
Yellow0.0%
Key (black)1.6%
Color previews
#af6ffb text on a black background
contrast 6.49:1
Card sample
#af6ffb text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6ffb;
Background color
Panel with #af6ffb background
background-color: #af6ffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6ffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 111, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 111, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6ffb; background: linear-gradient(135deg, #af6ffb, #FB6FEA);