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