#af03fc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 3, 252
HSL
281°, 98%, 50%
CMYK
31, 99, 0, 1
Luminance
0.1621
Every format
| HEX | #af03fc |
| RGB | rgb(175, 3, 252) |
| HSL | hsl(281, 98%, 50%) |
| CMYK | cmyk(31%, 99%, 0%, 1%) |
| LAB | lab(47.3 86.7 -81.0) |
| LCH | lch(47.3 118.6 317.0) |
| OKLCH | oklch(0.586 0.297 309.1) |
Copy-ready code
/* CSS */
color: #af03fc;
background-color: #af03fc;
/* Tailwind (arbitrary) */
class="text-[#af03fc] bg-[#af03fc]"
/* SCSS */
$brand: #af03fc;
/* SwiftUI */
Color(red: 0.686, green: 0.012, blue: 0.988)
/* Android */
Color.parseColor("#af03fc")Accessibility — WCAG contrast
Aa
#af03fc on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af03fc on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green1.2%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta98.8%
Yellow0.0%
Key (black)1.2%
Color previews
#af03fc text on a black background
contrast 4.24:1
Card sample
#af03fc text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af03fc;
Background color
Panel with #af03fc background
background-color: #af03fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af03fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 3, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 3, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af03fc; background: linear-gradient(135deg, #af03fc, #FC03A3);