#af16fc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 22, 252
HSL
280°, 98%, 54%
CMYK
31, 91, 0, 1
Luminance
0.1672
Every format
| HEX | #af16fc |
| RGB | rgb(175, 22, 252) |
| HSL | hsl(280, 98%, 54%) |
| CMYK | cmyk(31%, 91%, 0%, 1%) |
| LAB | lab(47.9 84.8 -79.9) |
| LCH | lch(47.9 116.5 316.7) |
| OKLCH | oklch(0.590 0.292 308.8) |
Copy-ready code
/* CSS */
color: #af16fc;
background-color: #af16fc;
/* Tailwind (arbitrary) */
class="text-[#af16fc] bg-[#af16fc]"
/* SCSS */
$brand: #af16fc;
/* SwiftUI */
Color(red: 0.686, green: 0.086, blue: 0.988)
/* Android */
Color.parseColor("#af16fc")Accessibility — WCAG contrast
Aa
#af16fc on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af16fc on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.6%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta91.3%
Yellow0.0%
Key (black)1.2%
Color previews
#af16fc text on a black background
contrast 4.34:1
Card sample
#af16fc text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af16fc;
Background color
Panel with #af16fc background
background-color: #af16fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af16fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 22, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 22, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af16fc; background: linear-gradient(135deg, #af16fc, #FC16B0);