#af71fd
a light, electric violet · warm · closest name: slateblue
RGB
175, 113, 253
HSL
267°, 97%, 72%
CMYK
31, 55, 0, 1
Luminance
0.2802
Every format
| HEX | #af71fd |
| RGB | rgb(175, 113, 253) |
| HSL | hsl(267, 97%, 72%) |
| CMYK | cmyk(31%, 55%, 0%, 1%) |
| LAB | lab(59.9 51.6 -61.0) |
| LCH | lch(59.9 79.9 310.2) |
| OKLCH | oklch(0.676 0.203 301.7) |
Copy-ready code
/* CSS */
color: #af71fd;
background-color: #af71fd;
/* Tailwind (arbitrary) */
class="text-[#af71fd] bg-[#af71fd]"
/* SCSS */
$brand: #af71fd;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.992)
/* Android */
Color.parseColor("#af71fd")Accessibility — WCAG contrast
Aa
#af71fd on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af71fd on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta55.3%
Yellow0.0%
Key (black)0.8%
Color previews
#af71fd text on a black background
contrast 6.60:1
Card sample
#af71fd text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af71fd;
Background color
Panel with #af71fd background
background-color: #af71fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af71fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af71fd; background: linear-gradient(135deg, #af71fd, #FD71EE);