#af1682
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 22, 130
HSL
318°, 78%, 39%
CMYK
0, 87, 26, 31
Luminance
0.1130
Every format
| HEX | #af1682 |
| RGB | rgb(175, 22, 130) |
| HSL | hsl(318, 78%, 39%) |
| CMYK | cmyk(0%, 87%, 26%, 31%) |
| LAB | lab(40.1 65.2 -20.9) |
| LCH | lch(40.1 68.5 342.2) |
| OKLCH | oklch(0.511 0.206 344.2) |
Copy-ready code
/* CSS */
color: #af1682;
background-color: #af1682;
/* Tailwind (arbitrary) */
class="text-[#af1682] bg-[#af1682]"
/* SCSS */
$brand: #af1682;
/* SwiftUI */
Color(red: 0.686, green: 0.086, blue: 0.510)
/* Android */
Color.parseColor("#af1682")Accessibility — WCAG contrast
Aa
#af1682 on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1682 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.6%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow25.7%
Key (black)31.4%
Color previews
#af1682 text on a black background
contrast 3.26:1
Card sample
#af1682 text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1682;
Background color
Panel with #af1682 background
background-color: #af1682;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1682;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 22, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 22, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1682; background: linear-gradient(135deg, #af1682, #AF161C);