#af0366
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 3, 102
HSL
326°, 97%, 35%
CMYK
0, 98, 42, 31
Luminance
0.1014
Every format
| HEX | #af0366 |
| RGB | rgb(175, 3, 102) |
| HSL | hsl(326, 97%, 35%) |
| CMYK | cmyk(0%, 98%, 42%, 31%) |
| LAB | lab(38.1 64.8 -6.4) |
| LCH | lch(38.1 65.1 354.4) |
| OKLCH | oklch(0.493 0.201 355.4) |
Copy-ready code
/* CSS */
color: #af0366;
background-color: #af0366;
/* Tailwind (arbitrary) */
class="text-[#af0366] bg-[#af0366]"
/* SCSS */
$brand: #af0366;
/* SwiftUI */
Color(red: 0.686, green: 0.012, blue: 0.400)
/* Android */
Color.parseColor("#af0366")Accessibility — WCAG contrast
Aa
#af0366 on white: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0366 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green1.2%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow41.7%
Key (black)31.4%
Color previews
#af0366 text on a black background
contrast 3.03:1
Card sample
#af0366 text on a white background
contrast 6.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0366;
Background color
Panel with #af0366 background
background-color: #af0366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 3, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 3, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0366; background: linear-gradient(135deg, #af0366, #AF1303);