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