#af3ff1
a balanced, electric violet · warm · closest name: magenta
RGB
175, 63, 241
HSL
278°, 86%, 60%
CMYK
27, 74, 0, 6
Luminance
0.1902
Every format
| HEX | #af3ff1 |
| RGB | rgb(175, 63, 241) |
| HSL | hsl(278, 86%, 60%) |
| CMYK | cmyk(27%, 74%, 0%, 6%) |
| LAB | lab(50.7 72.0 -69.1) |
| LCH | lch(50.7 99.8 316.1) |
| OKLCH | oklch(0.607 0.254 309.4) |
Copy-ready code
/* CSS */
color: #af3ff1;
background-color: #af3ff1;
/* Tailwind (arbitrary) */
class="text-[#af3ff1] bg-[#af3ff1]"
/* SCSS */
$brand: #af3ff1;
/* SwiftUI */
Color(red: 0.686, green: 0.247, blue: 0.945)
/* Android */
Color.parseColor("#af3ff1")Accessibility — WCAG contrast
Aa
#af3ff1 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af3ff1 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.7%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta73.9%
Yellow0.0%
Key (black)5.5%
Color previews
#af3ff1 text on a black background
contrast 4.80:1
Card sample
#af3ff1 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3ff1;
Background color
Panel with #af3ff1 background
background-color: #af3ff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3ff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 63, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 63, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3ff1; background: linear-gradient(135deg, #af3ff1, #F13FBC);