#af2196
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 33, 150
HSL
311°, 68%, 41%
CMYK
0, 81, 14, 31
Luminance
0.1240
Every format
| HEX | #af2196 |
| RGB | rgb(175, 33, 150) |
| HSL | hsl(311, 68%, 41%) |
| CMYK | cmyk(0%, 81%, 14%, 31%) |
| LAB | lab(41.9 65.5 -30.4) |
| LCH | lch(41.9 72.2 335.1) |
| OKLCH | oklch(0.527 0.210 336.8) |
Copy-ready code
/* CSS */
color: #af2196;
background-color: #af2196;
/* Tailwind (arbitrary) */
class="text-[#af2196] bg-[#af2196]"
/* SCSS */
$brand: #af2196;
/* SwiftUI */
Color(red: 0.686, green: 0.129, blue: 0.588)
/* Android */
Color.parseColor("#af2196")Accessibility — WCAG contrast
Aa
#af2196 on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2196 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.9%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow14.3%
Key (black)31.4%
Color previews
#af2196 text on a black background
contrast 3.48:1
Card sample
#af2196 text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2196;
Background color
Panel with #af2196 background
background-color: #af2196;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2196;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 33, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 33, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2196; background: linear-gradient(135deg, #af2196, #AF2137);