#af00ad
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 0, 173
HSL
301°, 100%, 34%
CMYK
0, 100, 1, 31
Luminance
0.1213
Every format
| HEX | #af00ad |
| RGB | rgb(175, 0, 173) |
| HSL | hsl(301, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 1%, 31%) |
| LAB | lab(41.4 73.8 -44.9) |
| LCH | lch(41.4 86.3 328.7) |
| OKLCH | oklch(0.528 0.242 329.0) |
Copy-ready code
/* CSS */
color: #af00ad;
background-color: #af00ad;
/* Tailwind (arbitrary) */
class="text-[#af00ad] bg-[#af00ad]"
/* SCSS */
$brand: #af00ad;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.678)
/* Android */
Color.parseColor("#af00ad")Accessibility — WCAG contrast
Aa
#af00ad on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af00ad on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow1.1%
Key (black)31.4%
Color previews
#af00ad text on a black background
contrast 3.43:1
Card sample
#af00ad text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af00ad;
Background color
Panel with #af00ad background
background-color: #af00ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af00ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af00ad; background: linear-gradient(135deg, #af00ad, #AF0038);