#af2dc0
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 45, 192
HSL
293°, 62%, 47%
CMYK
9, 77, 0, 25
Luminance
0.1480
Every format
| HEX | #af2dc0 |
| RGB | rgb(175, 45, 192) |
| HSL | hsl(293, 62%, 47%) |
| CMYK | cmyk(9%, 77%, 0%, 25%) |
| LAB | lab(45.4 68.7 -49.8) |
| LCH | lch(45.4 84.9 324.1) |
| OKLCH | oklch(0.559 0.230 322.7) |
Copy-ready code
/* CSS */
color: #af2dc0;
background-color: #af2dc0;
/* Tailwind (arbitrary) */
class="text-[#af2dc0] bg-[#af2dc0]"
/* SCSS */
$brand: #af2dc0;
/* SwiftUI */
Color(red: 0.686, green: 0.176, blue: 0.753)
/* Android */
Color.parseColor("#af2dc0")Accessibility — WCAG contrast
Aa
#af2dc0 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2dc0 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.6%
Blue75.3%
CMYK percentages
Cyan8.9%
Magenta76.6%
Yellow0.0%
Key (black)24.7%
Color previews
#af2dc0 text on a black background
contrast 3.96:1
Card sample
#af2dc0 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2dc0;
Background color
Panel with #af2dc0 background
background-color: #af2dc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2dc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 45, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 45, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2dc0; background: linear-gradient(135deg, #af2dc0, #C02D6F);