#af208f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 32, 143
HSL
313°, 69%, 41%
CMYK
0, 82, 18, 31
Luminance
0.1213
Every format
| HEX | #af208f |
| RGB | rgb(175, 32, 143) |
| HSL | hsl(313, 69%, 41%) |
| CMYK | cmyk(0%, 82%, 18%, 31%) |
| LAB | lab(41.4 64.8 -26.8) |
| LCH | lch(41.4 70.1 337.5) |
| OKLCH | oklch(0.523 0.206 339.4) |
Copy-ready code
/* CSS */
color: #af208f;
background-color: #af208f;
/* Tailwind (arbitrary) */
class="text-[#af208f] bg-[#af208f]"
/* SCSS */
$brand: #af208f;
/* SwiftUI */
Color(red: 0.686, green: 0.125, blue: 0.561)
/* Android */
Color.parseColor("#af208f")Accessibility — WCAG contrast
Aa
#af208f on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af208f on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow18.3%
Key (black)31.4%
Color previews
#af208f text on a black background
contrast 3.43:1
Card sample
#af208f text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af208f;
Background color
Panel with #af208f background
background-color: #af208f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af208f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 32, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 32, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af208f; background: linear-gradient(135deg, #af208f, #AF2030);