#af1cf4
a balanced, electric violet · warm · closest name: magenta
RGB
175, 28, 244
HSL
281°, 91%, 53%
CMYK
28, 89, 0, 4
Luminance
0.1648
Every format
| HEX | #af1cf4 |
| RGB | rgb(175, 28, 244) |
| HSL | hsl(281, 91%, 53%) |
| CMYK | cmyk(28%, 89%, 0%, 4%) |
| LAB | lab(47.6 82.3 -75.9) |
| LCH | lch(47.6 111.9 317.3) |
| OKLCH | oklch(0.586 0.283 310.3) |
Copy-ready code
/* CSS */
color: #af1cf4;
background-color: #af1cf4;
/* Tailwind (arbitrary) */
class="text-[#af1cf4] bg-[#af1cf4]"
/* SCSS */
$brand: #af1cf4;
/* SwiftUI */
Color(red: 0.686, green: 0.110, blue: 0.957)
/* Android */
Color.parseColor("#af1cf4")Accessibility — WCAG contrast
Aa
#af1cf4 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1cf4 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.0%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta88.5%
Yellow0.0%
Key (black)4.3%
Color previews
#af1cf4 text on a black background
contrast 4.30:1
Card sample
#af1cf4 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1cf4;
Background color
Panel with #af1cf4 background
background-color: #af1cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 28, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 28, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1cf4; background: linear-gradient(135deg, #af1cf4, #F41CA9);