#af386f
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 56, 111
HSL
332°, 52%, 45%
CMYK
0, 68, 37, 31
Luminance
0.1309
Every format
| HEX | #af386f |
| RGB | rgb(175, 56, 111) |
| HSL | hsl(332, 52%, 45%) |
| CMYK | cmyk(0%, 68%, 37%, 31%) |
| LAB | lab(42.9 52.9 -4.9) |
| LCH | lch(42.9 53.2 354.7) |
| OKLCH | oklch(0.529 0.163 355.7) |
Copy-ready code
/* CSS */
color: #af386f;
background-color: #af386f;
/* Tailwind (arbitrary) */
class="text-[#af386f] bg-[#af386f]"
/* SCSS */
$brand: #af386f;
/* SwiftUI */
Color(red: 0.686, green: 0.220, blue: 0.435)
/* Android */
Color.parseColor("#af386f")Accessibility — WCAG contrast
Aa
#af386f on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af386f on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow36.6%
Key (black)31.4%
Color previews
#af386f text on a black background
contrast 3.62:1
Card sample
#af386f text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af386f;
Background color
Panel with #af386f background
background-color: #af386f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af386f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 56, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 56, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af386f; background: linear-gradient(135deg, #af386f, #AF5038);