#af004f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 0, 79
HSL
333°, 100%, 34%
CMYK
0, 100, 55, 31
Luminance
0.0968
Every format
| HEX | #af004f |
| RGB | rgb(175, 0, 79) |
| HSL | hsl(333, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 55%, 31%) |
| LAB | lab(37.3 63.2 7.2) |
| LCH | lch(37.3 63.6 6.5) |
| OKLCH | oklch(0.485 0.195 5.5) |
Copy-ready code
/* CSS */
color: #af004f;
background-color: #af004f;
/* Tailwind (arbitrary) */
class="text-[#af004f] bg-[#af004f]"
/* SCSS */
$brand: #af004f;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.310)
/* Android */
Color.parseColor("#af004f")Accessibility — WCAG contrast
Aa
#af004f on white: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af004f on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow54.9%
Key (black)31.4%
Color previews
#af004f text on a black background
contrast 2.94:1
Card sample
#af004f text on a white background
contrast 7.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af004f;
Background color
Panel with #af004f background
background-color: #af004f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af004f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af004f; background: linear-gradient(135deg, #af004f, #AF2600);