#af03df
a dark, electric violet · warm · closest name: magenta
RGB
175, 3, 223
HSL
287°, 97%, 44%
CMYK
22, 99, 0, 13
Luminance
0.1451
Every format
| HEX | #af03df |
| RGB | rgb(175, 3, 223) |
| HSL | hsl(287, 97%, 44%) |
| CMYK | cmyk(22%, 99%, 0%, 13%) |
| LAB | lab(45.0 81.5 -68.3) |
| LCH | lch(45.0 106.4 320.0) |
| OKLCH | oklch(0.563 0.276 315.4) |
Copy-ready code
/* CSS */
color: #af03df;
background-color: #af03df;
/* Tailwind (arbitrary) */
class="text-[#af03df] bg-[#af03df]"
/* SCSS */
$brand: #af03df;
/* SwiftUI */
Color(red: 0.686, green: 0.012, blue: 0.875)
/* Android */
Color.parseColor("#af03df")Accessibility — WCAG contrast
Aa
#af03df on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af03df on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green1.2%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta98.7%
Yellow0.0%
Key (black)12.5%
Color previews
#af03df text on a black background
contrast 3.90:1
Card sample
#af03df text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af03df;
Background color
Panel with #af03df background
background-color: #af03df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af03df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 3, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 3, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af03df; background: linear-gradient(135deg, #af03df, #DF037C);