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