#af299e
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 41, 158
HSL
308°, 62%, 42%
CMYK
0, 77, 10, 31
Luminance
0.1317
Every format
| HEX | #af299e |
| RGB | rgb(175, 41, 158) |
| HSL | hsl(308, 62%, 42%) |
| CMYK | cmyk(0%, 77%, 10%, 31%) |
| LAB | lab(43.0 64.4 -33.4) |
| LCH | lch(43.0 72.6 332.6) |
| OKLCH | oklch(0.536 0.208 333.9) |
Copy-ready code
/* CSS */
color: #af299e;
background-color: #af299e;
/* Tailwind (arbitrary) */
class="text-[#af299e] bg-[#af299e]"
/* SCSS */
$brand: #af299e;
/* SwiftUI */
Color(red: 0.686, green: 0.161, blue: 0.620)
/* Android */
Color.parseColor("#af299e")Accessibility — WCAG contrast
Aa
#af299e on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af299e on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.1%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow9.7%
Key (black)31.4%
Color previews
#af299e text on a black background
contrast 3.63:1
Card sample
#af299e text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af299e;
Background color
Panel with #af299e background
background-color: #af299e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af299e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 41, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 41, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af299e; background: linear-gradient(135deg, #af299e, #AF2945);