#af29ba
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 41, 186
HSL
295°, 64%, 45%
CMYK
6, 78, 0, 27
Luminance
0.1425
Every format
| HEX | #af29ba |
| RGB | rgb(175, 41, 186) |
| HSL | hsl(295, 64%, 45%) |
| CMYK | cmyk(6%, 78%, 0%, 27%) |
| LAB | lab(44.6 68.9 -47.5) |
| LCH | lch(44.6 83.7 325.4) |
| OKLCH | oklch(0.553 0.229 324.6) |
Copy-ready code
/* CSS */
color: #af29ba;
background-color: #af29ba;
/* Tailwind (arbitrary) */
class="text-[#af29ba] bg-[#af29ba]"
/* SCSS */
$brand: #af29ba;
/* SwiftUI */
Color(red: 0.686, green: 0.161, blue: 0.729)
/* Android */
Color.parseColor("#af29ba")Accessibility — WCAG contrast
Aa
#af29ba on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af29ba on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.1%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta78.0%
Yellow0.0%
Key (black)27.1%
Color previews
#af29ba text on a black background
contrast 3.85:1
Card sample
#af29ba text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af29ba;
Background color
Panel with #af29ba background
background-color: #af29ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af29ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 41, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 41, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af29ba; background: linear-gradient(135deg, #af29ba, #BA2964);