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