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