#af209f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 32, 159
HSL
307°, 69%, 41%
CMYK
0, 82, 9, 31
Luminance
0.1265
Every format
| HEX | #af209f |
| RGB | rgb(175, 32, 159) |
| HSL | hsl(307, 69%, 41%) |
| CMYK | cmyk(0%, 82%, 9%, 31%) |
| LAB | lab(42.2 67.0 -35.2) |
| LCH | lch(42.2 75.7 332.3) |
| OKLCH | oklch(0.531 0.217 333.5) |
Copy-ready code
/* CSS */
color: #af209f;
background-color: #af209f;
/* Tailwind (arbitrary) */
class="text-[#af209f] bg-[#af209f]"
/* SCSS */
$brand: #af209f;
/* SwiftUI */
Color(red: 0.686, green: 0.125, blue: 0.624)
/* Android */
Color.parseColor("#af209f")Accessibility — WCAG contrast
Aa
#af209f on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af209f on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow9.1%
Key (black)31.4%
Color previews
#af209f text on a black background
contrast 3.53:1
Card sample
#af209f text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af209f;
Background color
Panel with #af209f background
background-color: #af209f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af209f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 32, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 32, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af209f; background: linear-gradient(135deg, #af209f, #AF2040);