#af0271
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 2, 113
HSL
322°, 98%, 35%
CMYK
0, 99, 35, 31
Luminance
0.1035
Every format
| HEX | #af0271 |
| RGB | rgb(175, 2, 113) |
| HSL | hsl(322, 98%, 35%) |
| CMYK | cmyk(0%, 99%, 35%, 31%) |
| LAB | lab(38.5 66.0 -12.8) |
| LCH | lch(38.5 67.2 349.0) |
| OKLCH | oklch(0.497 0.206 350.7) |
Copy-ready code
/* CSS */
color: #af0271;
background-color: #af0271;
/* Tailwind (arbitrary) */
class="text-[#af0271] bg-[#af0271]"
/* SCSS */
$brand: #af0271;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.443)
/* Android */
Color.parseColor("#af0271")Accessibility — WCAG contrast
Aa
#af0271 on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0271 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow35.4%
Key (black)31.4%
Color previews
#af0271 text on a black background
contrast 3.07:1
Card sample
#af0271 text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0271;
Background color
Panel with #af0271 background
background-color: #af0271;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0271;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0271; background: linear-gradient(135deg, #af0271, #AF0602);