#af398f
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 57, 143
HSL
316°, 51%, 46%
CMYK
0, 67, 18, 31
Luminance
0.1402
Every format
| HEX | #af398f |
| RGB | rgb(175, 57, 143) |
| HSL | hsl(316, 51%, 46%) |
| CMYK | cmyk(0%, 67%, 18%, 31%) |
| LAB | lab(44.3 56.7 -22.4) |
| LCH | lch(44.3 61.0 338.5) |
| OKLCH | oklch(0.543 0.179 340.3) |
Copy-ready code
/* CSS */
color: #af398f;
background-color: #af398f;
/* Tailwind (arbitrary) */
class="text-[#af398f] bg-[#af398f]"
/* SCSS */
$brand: #af398f;
/* SwiftUI */
Color(red: 0.686, green: 0.224, blue: 0.561)
/* Android */
Color.parseColor("#af398f")Accessibility — WCAG contrast
Aa
#af398f on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af398f on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta67.4%
Yellow18.3%
Key (black)31.4%
Color previews
#af398f text on a black background
contrast 3.80:1
Card sample
#af398f text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af398f;
Background color
Panel with #af398f background
background-color: #af398f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af398f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 57, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 57, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af398f; background: linear-gradient(135deg, #af398f, #AF3940);