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