#af3c9f
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 60, 159
HSL
308°, 49%, 46%
CMYK
0, 66, 9, 31
Luminance
0.1485
Every format
| HEX | #af3c9f |
| RGB | rgb(175, 60, 159) |
| HSL | hsl(308, 49%, 46%) |
| CMYK | cmyk(0%, 66%, 9%, 31%) |
| LAB | lab(45.4 57.9 -30.2) |
| LCH | lch(45.4 65.3 332.5) |
| OKLCH | oklch(0.554 0.187 333.8) |
Copy-ready code
/* CSS */
color: #af3c9f;
background-color: #af3c9f;
/* Tailwind (arbitrary) */
class="text-[#af3c9f] bg-[#af3c9f]"
/* SCSS */
$brand: #af3c9f;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.624)
/* Android */
Color.parseColor("#af3c9f")Accessibility — WCAG contrast
Aa
#af3c9f on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3c9f on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow9.1%
Key (black)31.4%
Color previews
#af3c9f text on a black background
contrast 3.97:1
Card sample
#af3c9f text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3c9f;
Background color
Panel with #af3c9f background
background-color: #af3c9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3c9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3c9f; background: linear-gradient(135deg, #af3c9f, #AF3C52);