#af03ce
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 3, 206
HSL
291°, 97%, 41%
CMYK
15, 99, 0, 19
Luminance
0.1364
Every format
| HEX | #af03ce |
| RGB | rgb(175, 3, 206) |
| HSL | hsl(291, 97%, 41%) |
| CMYK | cmyk(15%, 99%, 0%, 19%) |
| LAB | lab(43.7 78.7 -60.6) |
| LCH | lch(43.7 99.3 322.4) |
| OKLCH | oklch(0.551 0.264 319.7) |
Copy-ready code
/* CSS */
color: #af03ce;
background-color: #af03ce;
/* Tailwind (arbitrary) */
class="text-[#af03ce] bg-[#af03ce]"
/* SCSS */
$brand: #af03ce;
/* SwiftUI */
Color(red: 0.686, green: 0.012, blue: 0.808)
/* Android */
Color.parseColor("#af03ce")Accessibility — WCAG contrast
Aa
#af03ce on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af03ce on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green1.2%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta98.5%
Yellow0.0%
Key (black)19.2%
Color previews
#af03ce text on a black background
contrast 3.73:1
Card sample
#af03ce text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af03ce;
Background color
Panel with #af03ce background
background-color: #af03ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af03ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 3, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 3, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af03ce; background: linear-gradient(135deg, #af03ce, #CE0366);