#af1cf1
a balanced, electric violet · warm · closest name: magenta
RGB
175, 28, 241
HSL
281°, 88%, 53%
CMYK
27, 88, 0, 6
Luminance
0.1630
Every format
| HEX | #af1cf1 |
| RGB | rgb(175, 28, 241) |
| HSL | hsl(281, 88%, 53%) |
| CMYK | cmyk(27%, 88%, 0%, 6%) |
| LAB | lab(47.4 81.7 -74.6) |
| LCH | lch(47.4 110.6 317.6) |
| OKLCH | oklch(0.584 0.281 310.9) |
Copy-ready code
/* CSS */
color: #af1cf1;
background-color: #af1cf1;
/* Tailwind (arbitrary) */
class="text-[#af1cf1] bg-[#af1cf1]"
/* SCSS */
$brand: #af1cf1;
/* SwiftUI */
Color(red: 0.686, green: 0.110, blue: 0.945)
/* Android */
Color.parseColor("#af1cf1")Accessibility — WCAG contrast
Aa
#af1cf1 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1cf1 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.0%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta88.4%
Yellow0.0%
Key (black)5.5%
Color previews
#af1cf1 text on a black background
contrast 4.26:1
Card sample
#af1cf1 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1cf1;
Background color
Panel with #af1cf1 background
background-color: #af1cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 28, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 28, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1cf1; background: linear-gradient(135deg, #af1cf1, #F11CA5);