#af005c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 0, 92
HSL
329°, 100%, 34%
CMYK
0, 100, 47, 31
Luminance
0.0989
Every format
| HEX | #af005c |
| RGB | rgb(175, 0, 92) |
| HSL | hsl(329, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 47%, 31%) |
| LAB | lab(37.6 64.2 -0.7) |
| LCH | lch(37.6 64.2 359.4) |
| OKLCH | oklch(0.489 0.198 359.7) |
Copy-ready code
/* CSS */
color: #af005c;
background-color: #af005c;
/* Tailwind (arbitrary) */
class="text-[#af005c] bg-[#af005c]"
/* SCSS */
$brand: #af005c;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.361)
/* Android */
Color.parseColor("#af005c")Accessibility — WCAG contrast
Aa
#af005c on white: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af005c on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow47.4%
Key (black)31.4%
Color previews
#af005c text on a black background
contrast 2.98:1
Card sample
#af005c text on a white background
contrast 7.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af005c;
Background color
Panel with #af005c background
background-color: #af005c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af005c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af005c; background: linear-gradient(135deg, #af005c, #AF1900);