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