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