#af2178
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 33, 120
HSL
323°, 68%, 41%
CMYK
0, 81, 31, 31
Luminance
0.1156
Every format
| HEX | #af2178 |
| RGB | rgb(175, 33, 120) |
| HSL | hsl(323, 68%, 41%) |
| CMYK | cmyk(0%, 81%, 31%, 31%) |
| LAB | lab(40.5 61.6 -14.1) |
| LCH | lch(40.5 63.2 347.1) |
| OKLCH | oklch(0.513 0.192 348.9) |
Copy-ready code
/* CSS */
color: #af2178;
background-color: #af2178;
/* Tailwind (arbitrary) */
class="text-[#af2178] bg-[#af2178]"
/* SCSS */
$brand: #af2178;
/* SwiftUI */
Color(red: 0.686, green: 0.129, blue: 0.471)
/* Android */
Color.parseColor("#af2178")Accessibility — WCAG contrast
Aa
#af2178 on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2178 on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.9%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow31.4%
Key (black)31.4%
Color previews
#af2178 text on a black background
contrast 3.31:1
Card sample
#af2178 text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2178;
Background color
Panel with #af2178 background
background-color: #af2178;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2178;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 33, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 33, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2178; background: linear-gradient(135deg, #af2178, #AF2921);