#af04fe
a balanced, electric violet · warm · closest name: magenta
RGB
175, 4, 254
HSL
281°, 99%, 51%
CMYK
31, 98, 0, 0
Luminance
0.1636
Every format
| HEX | #af04fe |
| RGB | rgb(175, 4, 254) |
| HSL | hsl(281, 99%, 51%) |
| CMYK | cmyk(31%, 98%, 0%, 0%) |
| LAB | lab(47.4 87.0 -81.8) |
| LCH | lch(47.4 119.4 316.8) |
| OKLCH | oklch(0.588 0.298 308.6) |
Copy-ready code
/* CSS */
color: #af04fe;
background-color: #af04fe;
/* Tailwind (arbitrary) */
class="text-[#af04fe] bg-[#af04fe]"
/* SCSS */
$brand: #af04fe;
/* SwiftUI */
Color(red: 0.686, green: 0.016, blue: 0.996)
/* Android */
Color.parseColor("#af04fe")Accessibility — WCAG contrast
Aa
#af04fe on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af04fe on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green1.6%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta98.4%
Yellow0.0%
Key (black)0.4%
Color previews
#af04fe text on a black background
contrast 4.27:1
Card sample
#af04fe text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af04fe;
Background color
Panel with #af04fe background
background-color: #af04fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af04fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 4, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 4, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af04fe; background: linear-gradient(135deg, #af04fe, #FE04A7);