#af2199
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 33, 153
HSL
309°, 68%, 41%
CMYK
0, 81, 13, 31
Luminance
0.1250
Every format
| HEX | #af2199 |
| RGB | rgb(175, 33, 153) |
| HSL | hsl(309, 68%, 41%) |
| CMYK | cmyk(0%, 81%, 13%, 31%) |
| LAB | lab(42.0 65.9 -32.0) |
| LCH | lch(42.0 73.2 334.1) |
| OKLCH | oklch(0.528 0.212 335.7) |
Copy-ready code
/* CSS */
color: #af2199;
background-color: #af2199;
/* Tailwind (arbitrary) */
class="text-[#af2199] bg-[#af2199]"
/* SCSS */
$brand: #af2199;
/* SwiftUI */
Color(red: 0.686, green: 0.129, blue: 0.600)
/* Android */
Color.parseColor("#af2199")Accessibility — WCAG contrast
Aa
#af2199 on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2199 on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.9%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow12.6%
Key (black)31.4%
Color previews
#af2199 text on a black background
contrast 3.50:1
Card sample
#af2199 text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2199;
Background color
Panel with #af2199 background
background-color: #af2199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 33, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 33, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2199; background: linear-gradient(135deg, #af2199, #AF213A);