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