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