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