#af249e
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 36, 158
HSL
307°, 66%, 41%
CMYK
0, 79, 10, 31
Luminance
0.1284
Every format
| HEX | #af249e |
| RGB | rgb(175, 36, 158) |
| HSL | hsl(307, 66%, 41%) |
| CMYK | cmyk(0%, 79%, 10%, 31%) |
| LAB | lab(42.5 65.8 -34.1) |
| LCH | lch(42.5 74.2 332.6) |
| OKLCH | oklch(0.533 0.213 333.9) |
Copy-ready code
/* CSS */
color: #af249e;
background-color: #af249e;
/* Tailwind (arbitrary) */
class="text-[#af249e] bg-[#af249e]"
/* SCSS */
$brand: #af249e;
/* SwiftUI */
Color(red: 0.686, green: 0.141, blue: 0.620)
/* Android */
Color.parseColor("#af249e")Accessibility — WCAG contrast
Aa
#af249e on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af249e on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green14.1%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow9.7%
Key (black)31.4%
Color previews
#af249e text on a black background
contrast 3.57:1
Card sample
#af249e text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af249e;
Background color
Panel with #af249e background
background-color: #af249e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af249e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 36, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 36, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af249e; background: linear-gradient(135deg, #af249e, #AF2441);