#af296f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 41, 111
HSL
329°, 62%, 42%
CMYK
0, 77, 37, 31
Luminance
0.1185
Every format
| HEX | #af296f |
| RGB | rgb(175, 41, 111) |
| HSL | hsl(329, 62%, 42%) |
| CMYK | cmyk(0%, 77%, 37%, 31%) |
| LAB | lab(41.0 58.3 -7.7) |
| LCH | lch(41.0 58.8 352.4) |
| OKLCH | oklch(0.515 0.180 353.7) |
Copy-ready code
/* CSS */
color: #af296f;
background-color: #af296f;
/* Tailwind (arbitrary) */
class="text-[#af296f] bg-[#af296f]"
/* SCSS */
$brand: #af296f;
/* SwiftUI */
Color(red: 0.686, green: 0.161, blue: 0.435)
/* Android */
Color.parseColor("#af296f")Accessibility — WCAG contrast
Aa
#af296f on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af296f on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.1%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow36.6%
Key (black)31.4%
Color previews
#af296f text on a black background
contrast 3.37:1
Card sample
#af296f text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af296f;
Background color
Panel with #af296f background
background-color: #af296f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af296f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 41, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 41, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af296f; background: linear-gradient(135deg, #af296f, #AF3D29);