#af299c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 41, 156
HSL
309°, 62%, 42%
CMYK
0, 77, 11, 31
Luminance
0.1310
Every format
| HEX | #af299c |
| RGB | rgb(175, 41, 156) |
| HSL | hsl(309, 62%, 42%) |
| CMYK | cmyk(0%, 77%, 11%, 31%) |
| LAB | lab(42.9 64.1 -32.3) |
| LCH | lch(42.9 71.8 333.2) |
| OKLCH | oklch(0.535 0.207 334.7) |
Copy-ready code
/* CSS */
color: #af299c;
background-color: #af299c;
/* Tailwind (arbitrary) */
class="text-[#af299c] bg-[#af299c]"
/* SCSS */
$brand: #af299c;
/* SwiftUI */
Color(red: 0.686, green: 0.161, blue: 0.612)
/* Android */
Color.parseColor("#af299c")Accessibility — WCAG contrast
Aa
#af299c on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af299c on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.1%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow10.9%
Key (black)31.4%
Color previews
#af299c text on a black background
contrast 3.62:1
Card sample
#af299c text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af299c;
Background color
Panel with #af299c background
background-color: #af299c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af299c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 41, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 41, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af299c; background: linear-gradient(135deg, #af299c, #AF2943);