#af009d
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 0, 157
HSL
306°, 100%, 34%
CMYK
0, 100, 10, 31
Luminance
0.1155
Every format
| HEX | #af009d |
| RGB | rgb(175, 0, 157) |
| HSL | hsl(306, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 10%, 31%) |
| LAB | lab(40.5 71.5 -36.8) |
| LCH | lch(40.5 80.4 332.8) |
| OKLCH | oklch(0.518 0.232 334.1) |
Copy-ready code
/* CSS */
color: #af009d;
background-color: #af009d;
/* Tailwind (arbitrary) */
class="text-[#af009d] bg-[#af009d]"
/* SCSS */
$brand: #af009d;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.616)
/* Android */
Color.parseColor("#af009d")Accessibility — WCAG contrast
Aa
#af009d on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af009d on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow10.3%
Key (black)31.4%
Color previews
#af009d text on a black background
contrast 3.31:1
Card sample
#af009d text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af009d;
Background color
Panel with #af009d background
background-color: #af009d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af009d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af009d; background: linear-gradient(135deg, #af009d, #AF0028);