#af349f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 52, 159
HSL
308°, 54%, 45%
CMYK
0, 70, 9, 31
Luminance
0.1407
Every format
| HEX | #af349f |
| RGB | rgb(175, 52, 159) |
| HSL | hsl(308, 54%, 45%) |
| CMYK | cmyk(0%, 70%, 9%, 31%) |
| LAB | lab(44.3 61.0 -31.9) |
| LCH | lch(44.3 68.8 332.4) |
| OKLCH | oklch(0.546 0.197 333.7) |
Copy-ready code
/* CSS */
color: #af349f;
background-color: #af349f;
/* Tailwind (arbitrary) */
class="text-[#af349f] bg-[#af349f]"
/* SCSS */
$brand: #af349f;
/* SwiftUI */
Color(red: 0.686, green: 0.204, blue: 0.624)
/* Android */
Color.parseColor("#af349f")Accessibility — WCAG contrast
Aa
#af349f on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af349f on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta70.3%
Yellow9.1%
Key (black)31.4%
Color previews
#af349f text on a black background
contrast 3.81:1
Card sample
#af349f text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af349f;
Background color
Panel with #af349f background
background-color: #af349f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af349f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 52, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 52, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af349f; background: linear-gradient(135deg, #af349f, #AF344D);