#af03d2
a dark, electric violet · warm · closest name: magenta
RGB
175, 3, 210
HSL
290°, 97%, 42%
CMYK
17, 99, 0, 18
Luminance
0.1383
Every format
| HEX | #af03d2 |
| RGB | rgb(175, 3, 210) |
| HSL | hsl(290, 97%, 42%) |
| CMYK | cmyk(17%, 99%, 0%, 18%) |
| LAB | lab(44.0 79.3 -62.4) |
| LCH | lch(44.0 100.9 321.8) |
| OKLCH | oklch(0.553 0.266 318.6) |
Copy-ready code
/* CSS */
color: #af03d2;
background-color: #af03d2;
/* Tailwind (arbitrary) */
class="text-[#af03d2] bg-[#af03d2]"
/* SCSS */
$brand: #af03d2;
/* SwiftUI */
Color(red: 0.686, green: 0.012, blue: 0.824)
/* Android */
Color.parseColor("#af03d2")Accessibility — WCAG contrast
Aa
#af03d2 on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af03d2 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green1.2%
Blue82.4%
CMYK percentages
Cyan16.7%
Magenta98.6%
Yellow0.0%
Key (black)17.6%
Color previews
#af03d2 text on a black background
contrast 3.77:1
Card sample
#af03d2 text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af03d2;
Background color
Panel with #af03d2 background
background-color: #af03d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af03d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 3, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 3, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af03d2; background: linear-gradient(135deg, #af03d2, #D2036B);