#af206f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 32, 111
HSL
327°, 69%, 41%
CMYK
0, 82, 37, 31
Luminance
0.1129
Every format
| HEX | #af206f |
| RGB | rgb(175, 32, 111) |
| HSL | hsl(327, 69%, 41%) |
| CMYK | cmyk(0%, 82%, 37%, 31%) |
| LAB | lab(40.1 60.9 -9.1) |
| LCH | lch(40.1 61.5 351.5) |
| OKLCH | oklch(0.508 0.189 352.9) |
Copy-ready code
/* CSS */
color: #af206f;
background-color: #af206f;
/* Tailwind (arbitrary) */
class="text-[#af206f] bg-[#af206f]"
/* SCSS */
$brand: #af206f;
/* SwiftUI */
Color(red: 0.686, green: 0.125, blue: 0.435)
/* Android */
Color.parseColor("#af206f")Accessibility — WCAG contrast
Aa
#af206f on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af206f on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow36.6%
Key (black)31.4%
Color previews
#af206f text on a black background
contrast 3.26:1
Card sample
#af206f text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af206f;
Background color
Panel with #af206f background
background-color: #af206f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af206f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 32, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 32, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af206f; background: linear-gradient(135deg, #af206f, #AF3020);