#af1071
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 16, 113
HSL
323°, 83%, 38%
CMYK
0, 91, 35, 31
Luminance
0.1068
Every format
| HEX | #af1071 |
| RGB | rgb(175, 16, 113) |
| HSL | hsl(323, 83%, 38%) |
| CMYK | cmyk(0%, 91%, 35%, 31%) |
| LAB | lab(39.0 64.3 -11.9) |
| LCH | lch(39.0 65.4 349.5) |
| OKLCH | oklch(0.501 0.200 351.1) |
Copy-ready code
/* CSS */
color: #af1071;
background-color: #af1071;
/* Tailwind (arbitrary) */
class="text-[#af1071] bg-[#af1071]"
/* SCSS */
$brand: #af1071;
/* SwiftUI */
Color(red: 0.686, green: 0.063, blue: 0.443)
/* Android */
Color.parseColor("#af1071")Accessibility — WCAG contrast
Aa
#af1071 on white: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1071 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green6.3%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta90.9%
Yellow35.4%
Key (black)31.4%
Color previews
#af1071 text on a black background
contrast 3.14:1
Card sample
#af1071 text on a white background
contrast 6.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1071;
Background color
Panel with #af1071 background
background-color: #af1071;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1071;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 16, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 16, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1071; background: linear-gradient(135deg, #af1071, #AF1910);