#af004c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 0, 76
HSL
334°, 100%, 34%
CMYK
0, 100, 57, 31
Luminance
0.0964
Every format
| HEX | #af004c |
| RGB | rgb(175, 0, 76) |
| HSL | hsl(334, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 57%, 31%) |
| LAB | lab(37.2 63.0 9.0) |
| LCH | lch(37.2 63.7 8.1) |
| OKLCH | oklch(0.484 0.194 6.8) |
Copy-ready code
/* CSS */
color: #af004c;
background-color: #af004c;
/* Tailwind (arbitrary) */
class="text-[#af004c] bg-[#af004c]"
/* SCSS */
$brand: #af004c;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.298)
/* Android */
Color.parseColor("#af004c")Accessibility — WCAG contrast
Aa
#af004c on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af004c on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow56.6%
Key (black)31.4%
Color previews
#af004c text on a black background
contrast 2.93:1
Card sample
#af004c text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af004c;
Background color
Panel with #af004c background
background-color: #af004c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af004c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af004c; background: linear-gradient(135deg, #af004c, #AF2900);