#af1685
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 22, 133
HSL
317°, 78%, 39%
CMYK
0, 87, 24, 31
Luminance
0.1138
Every format
| HEX | #af1685 |
| RGB | rgb(175, 22, 133) |
| HSL | hsl(317, 78%, 39%) |
| CMYK | cmyk(0%, 87%, 24%, 31%) |
| LAB | lab(40.2 65.6 -22.6) |
| LCH | lch(40.2 69.4 341.0) |
| OKLCH | oklch(0.512 0.207 343.0) |
Copy-ready code
/* CSS */
color: #af1685;
background-color: #af1685;
/* Tailwind (arbitrary) */
class="text-[#af1685] bg-[#af1685]"
/* SCSS */
$brand: #af1685;
/* SwiftUI */
Color(red: 0.686, green: 0.086, blue: 0.522)
/* Android */
Color.parseColor("#af1685")Accessibility — WCAG contrast
Aa
#af1685 on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1685 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.6%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow24.0%
Key (black)31.4%
Color previews
#af1685 text on a black background
contrast 3.28:1
Card sample
#af1685 text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1685;
Background color
Panel with #af1685 background
background-color: #af1685;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1685;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 22, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 22, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1685; background: linear-gradient(135deg, #af1685, #AF161F);