#af296d
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 41, 109
HSL
330°, 62%, 42%
CMYK
0, 77, 38, 31
Luminance
0.1180
Every format
| HEX | #af296d |
| RGB | rgb(175, 41, 109) |
| HSL | hsl(330, 62%, 42%) |
| CMYK | cmyk(0%, 77%, 38%, 31%) |
| LAB | lab(40.9 58.1 -6.6) |
| LCH | lch(40.9 58.5 353.5) |
| OKLCH | oklch(0.514 0.179 354.7) |
Copy-ready code
/* CSS */
color: #af296d;
background-color: #af296d;
/* Tailwind (arbitrary) */
class="text-[#af296d] bg-[#af296d]"
/* SCSS */
$brand: #af296d;
/* SwiftUI */
Color(red: 0.686, green: 0.161, blue: 0.427)
/* Android */
Color.parseColor("#af296d")Accessibility — WCAG contrast
Aa
#af296d on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af296d on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.1%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow37.7%
Key (black)31.4%
Color previews
#af296d text on a black background
contrast 3.36:1
Card sample
#af296d text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af296d;
Background color
Panel with #af296d background
background-color: #af296d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af296d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 41, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 41, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af296d; background: linear-gradient(135deg, #af296d, #AF3F29);