#af71ff
a light, electric violet · warm · closest name: slateblue
RGB
175, 113, 255
HSL
266°, 100%, 72%
CMYK
31, 56, 0, 0
Luminance
0.2814
Every format
| HEX | #af71ff |
| RGB | rgb(175, 113, 255) |
| HSL | hsl(266, 100%, 72%) |
| CMYK | cmyk(31%, 56%, 0%, 0%) |
| LAB | lab(60.0 52.0 -61.9) |
| LCH | lch(60.0 80.9 310.1) |
| OKLCH | oklch(0.677 0.205 301.3) |
Copy-ready code
/* CSS */
color: #af71ff;
background-color: #af71ff;
/* Tailwind (arbitrary) */
class="text-[#af71ff] bg-[#af71ff]"
/* SCSS */
$brand: #af71ff;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 1.000)
/* Android */
Color.parseColor("#af71ff")Accessibility — WCAG contrast
Aa
#af71ff on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af71ff on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta55.7%
Yellow0.0%
Key (black)0.0%
Color previews
#af71ff text on a black background
contrast 6.63:1
Card sample
#af71ff text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af71ff;
Background color
Panel with #af71ff background
background-color: #af71ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af71ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af71ff; background: linear-gradient(135deg, #af71ff, #FF71F0);