#af178b
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 23, 139
HSL
314°, 77%, 39%
CMYK
0, 87, 21, 31
Luminance
0.1159
Every format
| HEX | #af178b |
| RGB | rgb(175, 23, 139) |
| HSL | hsl(314, 77%, 39%) |
| CMYK | cmyk(0%, 87%, 21%, 31%) |
| LAB | lab(40.6 66.2 -25.7) |
| LCH | lch(40.6 71.0 338.8) |
| OKLCH | oklch(0.516 0.210 340.7) |
Copy-ready code
/* CSS */
color: #af178b;
background-color: #af178b;
/* Tailwind (arbitrary) */
class="text-[#af178b] bg-[#af178b]"
/* SCSS */
$brand: #af178b;
/* SwiftUI */
Color(red: 0.686, green: 0.090, blue: 0.545)
/* Android */
Color.parseColor("#af178b")Accessibility — WCAG contrast
Aa
#af178b on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af178b on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.0%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta86.9%
Yellow20.6%
Key (black)31.4%
Color previews
#af178b text on a black background
contrast 3.32:1
Card sample
#af178b text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af178b;
Background color
Panel with #af178b background
background-color: #af178b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af178b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 23, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 23, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af178b; background: linear-gradient(135deg, #af178b, #AF1726);