#af73fe
a light, electric violet · warm · closest name: slateblue
RGB
175, 115, 254
HSL
266°, 99%, 72%
CMYK
31, 55, 0, 0
Luminance
0.2853
Every format
| HEX | #af73fe |
| RGB | rgb(175, 115, 254) |
| HSL | hsl(266, 99%, 72%) |
| CMYK | cmyk(31%, 55%, 0%, 0%) |
| LAB | lab(60.4 50.8 -60.8) |
| LCH | lch(60.4 79.2 309.8) |
| OKLCH | oklch(0.680 0.201 301.1) |
Copy-ready code
/* CSS */
color: #af73fe;
background-color: #af73fe;
/* Tailwind (arbitrary) */
class="text-[#af73fe] bg-[#af73fe]"
/* SCSS */
$brand: #af73fe;
/* SwiftUI */
Color(red: 0.686, green: 0.451, blue: 0.996)
/* Android */
Color.parseColor("#af73fe")Accessibility — WCAG contrast
Aa
#af73fe on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af73fe on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.1%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta54.7%
Yellow0.0%
Key (black)0.4%
Color previews
#af73fe text on a black background
contrast 6.71:1
Card sample
#af73fe text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af73fe;
Background color
Panel with #af73fe background
background-color: #af73fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af73fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 115, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 115, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af73fe; background: linear-gradient(135deg, #af73fe, #FE73F0);