#af16df
a balanced, electric violet · warm · closest name: magenta
RGB
175, 22, 223
HSL
286°, 82%, 48%
CMYK
22, 90, 0, 13
Luminance
0.1502
Every format
| HEX | #af16df |
| RGB | rgb(175, 22, 223) |
| HSL | hsl(286, 82%, 48%) |
| CMYK | cmyk(22%, 90%, 0%, 13%) |
| LAB | lab(45.7 79.5 -67.2) |
| LCH | lch(45.7 104.0 319.8) |
| OKLCH | oklch(0.568 0.270 315.2) |
Copy-ready code
/* CSS */
color: #af16df;
background-color: #af16df;
/* Tailwind (arbitrary) */
class="text-[#af16df] bg-[#af16df]"
/* SCSS */
$brand: #af16df;
/* SwiftUI */
Color(red: 0.686, green: 0.086, blue: 0.875)
/* Android */
Color.parseColor("#af16df")Accessibility — WCAG contrast
Aa
#af16df on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af16df on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.6%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta90.1%
Yellow0.0%
Key (black)12.5%
Color previews
#af16df text on a black background
contrast 4.00:1
Card sample
#af16df text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af16df;
Background color
Panel with #af16df background
background-color: #af16df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af16df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 22, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 22, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af16df; background: linear-gradient(135deg, #af16df, #DF1689);