#af0752
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 7, 82
HSL
333°, 92%, 36%
CMYK
0, 96, 53, 31
Luminance
0.0988
Every format
| HEX | #af0752 |
| RGB | rgb(175, 7, 82) |
| HSL | hsl(333, 92%, 36%) |
| CMYK | cmyk(0%, 96%, 53%, 31%) |
| LAB | lab(37.6 62.6 5.8) |
| LCH | lch(37.6 62.9 5.2) |
| OKLCH | oklch(0.487 0.193 4.5) |
Copy-ready code
/* CSS */
color: #af0752;
background-color: #af0752;
/* Tailwind (arbitrary) */
class="text-[#af0752] bg-[#af0752]"
/* SCSS */
$brand: #af0752;
/* SwiftUI */
Color(red: 0.686, green: 0.027, blue: 0.322)
/* Android */
Color.parseColor("#af0752")Accessibility — WCAG contrast
Aa
#af0752 on white: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0752 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.7%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow53.1%
Key (black)31.4%
Color previews
#af0752 text on a black background
contrast 2.98:1
Card sample
#af0752 text on a white background
contrast 7.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0752;
Background color
Panel with #af0752 background
background-color: #af0752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 7, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 7, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0752; background: linear-gradient(135deg, #af0752, #AF2C07);