#af396c
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 57, 108
HSL
334°, 51%, 46%
CMYK
0, 67, 38, 31
Luminance
0.1312
Every format
| HEX | #af396c |
| RGB | rgb(175, 57, 108) |
| HSL | hsl(334, 51%, 46%) |
| CMYK | cmyk(0%, 67%, 38%, 31%) |
| LAB | lab(43.0 52.2 -2.9) |
| LCH | lch(43.0 52.3 356.8) |
| OKLCH | oklch(0.529 0.160 357.5) |
Copy-ready code
/* CSS */
color: #af396c;
background-color: #af396c;
/* Tailwind (arbitrary) */
class="text-[#af396c] bg-[#af396c]"
/* SCSS */
$brand: #af396c;
/* SwiftUI */
Color(red: 0.686, green: 0.224, blue: 0.424)
/* Android */
Color.parseColor("#af396c")Accessibility — WCAG contrast
Aa
#af396c on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af396c on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.4%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta67.4%
Yellow38.3%
Key (black)31.4%
Color previews
#af396c text on a black background
contrast 3.62:1
Card sample
#af396c text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af396c;
Background color
Panel with #af396c background
background-color: #af396c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af396c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 57, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 57, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af396c; background: linear-gradient(135deg, #af396c, #AF5539);