#af71fa
a light, electric violet · warm · closest name: slateblue
RGB
175, 113, 250
HSL
267°, 93%, 71%
CMYK
30, 55, 0, 2
Luminance
0.2783
Every format
| HEX | #af71fa |
| RGB | rgb(175, 113, 250) |
| HSL | hsl(267, 93%, 71%) |
| CMYK | cmyk(30%, 55%, 0%, 2%) |
| LAB | lab(59.7 50.9 -59.6) |
| LCH | lch(59.7 78.4 310.5) |
| OKLCH | oklch(0.674 0.199 302.2) |
Copy-ready code
/* CSS */
color: #af71fa;
background-color: #af71fa;
/* Tailwind (arbitrary) */
class="text-[#af71fa] bg-[#af71fa]"
/* SCSS */
$brand: #af71fa;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.980)
/* Android */
Color.parseColor("#af71fa")Accessibility — WCAG contrast
Aa
#af71fa on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af71fa on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue98.0%
CMYK percentages
Cyan30.0%
Magenta54.8%
Yellow0.0%
Key (black)2.0%
Color previews
#af71fa text on a black background
contrast 6.57:1
Card sample
#af71fa text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af71fa;
Background color
Panel with #af71fa background
background-color: #af71fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af71fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af71fa; background: linear-gradient(135deg, #af71fa, #FA71EA);