#af71f3
a light, electric violet · warm · closest name: slateblue
RGB
175, 113, 243
HSL
269°, 84%, 70%
CMYK
28, 54, 0, 5
Luminance
0.2740
Every format
| HEX | #af71f3 |
| RGB | rgb(175, 113, 243) |
| HSL | hsl(269, 84%, 70%) |
| CMYK | cmyk(28%, 54%, 0%, 5%) |
| LAB | lab(59.3 49.2 -56.4) |
| LCH | lch(59.3 74.8 311.1) |
| OKLCH | oklch(0.670 0.191 303.7) |
Copy-ready code
/* CSS */
color: #af71f3;
background-color: #af71f3;
/* Tailwind (arbitrary) */
class="text-[#af71f3] bg-[#af71f3]"
/* SCSS */
$brand: #af71f3;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.953)
/* Android */
Color.parseColor("#af71f3")Accessibility — WCAG contrast
Aa
#af71f3 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af71f3 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue95.3%
CMYK percentages
Cyan28.0%
Magenta53.5%
Yellow0.0%
Key (black)4.7%
Color previews
#af71f3 text on a black background
contrast 6.48:1
Card sample
#af71f3 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af71f3;
Background color
Panel with #af71f3 background
background-color: #af71f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af71f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af71f3; background: linear-gradient(135deg, #af71f3, #F371E0);