#af01f8
a balanced, electric violet · warm · closest name: magenta
RGB
175, 1, 248
HSL
282°, 99%, 49%
CMYK
29, 100, 0, 3
Luminance
0.1591
Every format
| HEX | #af01f8 |
| RGB | rgb(175, 1, 248) |
| HSL | hsl(282, 99%, 49%) |
| CMYK | cmyk(29%, 100%, 0%, 3%) |
| LAB | lab(46.9 86.2 -79.3) |
| LCH | lch(46.9 117.1 317.4) |
| OKLCH | oklch(0.582 0.294 309.9) |
Copy-ready code
/* CSS */
color: #af01f8;
background-color: #af01f8;
/* Tailwind (arbitrary) */
class="text-[#af01f8] bg-[#af01f8]"
/* SCSS */
$brand: #af01f8;
/* SwiftUI */
Color(red: 0.686, green: 0.004, blue: 0.973)
/* Android */
Color.parseColor("#af01f8")Accessibility — WCAG contrast
Aa
#af01f8 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af01f8 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.4%
Blue97.3%
CMYK percentages
Cyan29.4%
Magenta99.6%
Yellow0.0%
Key (black)2.7%
Color previews
#af01f8 text on a black background
contrast 4.18:1
Card sample
#af01f8 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af01f8;
Background color
Panel with #af01f8 background
background-color: #af01f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af01f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 1, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 1, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af01f8; background: linear-gradient(135deg, #af01f8, #F8019C);