#af0146
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 1, 70
HSL
336°, 99%, 35%
CMYK
0, 99, 60, 31
Luminance
0.0958
Every format
| HEX | #af0146 |
| RGB | rgb(175, 1, 70) |
| HSL | hsl(336, 99%, 35%) |
| CMYK | cmyk(0%, 99%, 60%, 31%) |
| LAB | lab(37.1 62.5 12.7) |
| LCH | lch(37.1 63.8 11.5) |
| OKLCH | oklch(0.482 0.193 9.5) |
Copy-ready code
/* CSS */
color: #af0146;
background-color: #af0146;
/* Tailwind (arbitrary) */
class="text-[#af0146] bg-[#af0146]"
/* SCSS */
$brand: #af0146;
/* SwiftUI */
Color(red: 0.686, green: 0.004, blue: 0.275)
/* Android */
Color.parseColor("#af0146")Accessibility — WCAG contrast
Aa
#af0146 on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0146 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.4%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta99.4%
Yellow60.0%
Key (black)31.4%
Color previews
#af0146 text on a black background
contrast 2.92:1
Card sample
#af0146 text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0146;
Background color
Panel with #af0146 background
background-color: #af0146;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0146;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 1, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 1, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0146; background: linear-gradient(135deg, #af0146, #AF3001);