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