#af37ba
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 55, 186
HSL
295°, 54%, 47%
CMYK
6, 70, 0, 27
Luminance
0.1539
Every format
| HEX | #af37ba |
| RGB | rgb(175, 55, 186) |
| HSL | hsl(295, 54%, 47%) |
| CMYK | cmyk(6%, 70%, 0%, 27%) |
| LAB | lab(46.2 64.4 -45.0) |
| LCH | lch(46.2 78.5 325.1) |
| OKLCH | oklch(0.564 0.214 324.3) |
Copy-ready code
/* CSS */
color: #af37ba;
background-color: #af37ba;
/* Tailwind (arbitrary) */
class="text-[#af37ba] bg-[#af37ba]"
/* SCSS */
$brand: #af37ba;
/* SwiftUI */
Color(red: 0.686, green: 0.216, blue: 0.729)
/* Android */
Color.parseColor("#af37ba")Accessibility — WCAG contrast
Aa
#af37ba on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af37ba on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green21.6%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta70.4%
Yellow0.0%
Key (black)27.1%
Color previews
#af37ba text on a black background
contrast 4.08:1
Card sample
#af37ba text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af37ba;
Background color
Panel with #af37ba background
background-color: #af37ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af37ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 55, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 55, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af37ba; background: linear-gradient(135deg, #af37ba, #BA376E);