#af2182
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 33, 130
HSL
319°, 68%, 41%
CMYK
0, 81, 26, 31
Luminance
0.1181
Every format
| HEX | #af2182 |
| RGB | rgb(175, 33, 130) |
| HSL | hsl(319, 68%, 41%) |
| CMYK | cmyk(0%, 81%, 26%, 31%) |
| LAB | lab(40.9 62.8 -19.6) |
| LCH | lch(40.9 65.8 342.7) |
| OKLCH | oklch(0.517 0.198 344.6) |
Copy-ready code
/* CSS */
color: #af2182;
background-color: #af2182;
/* Tailwind (arbitrary) */
class="text-[#af2182] bg-[#af2182]"
/* SCSS */
$brand: #af2182;
/* SwiftUI */
Color(red: 0.686, green: 0.129, blue: 0.510)
/* Android */
Color.parseColor("#af2182")Accessibility — WCAG contrast
Aa
#af2182 on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2182 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.9%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow25.7%
Key (black)31.4%
Color previews
#af2182 text on a black background
contrast 3.36:1
Card sample
#af2182 text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2182;
Background color
Panel with #af2182 background
background-color: #af2182;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2182;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 33, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 33, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2182; background: linear-gradient(135deg, #af2182, #AF2123);