#af31ba
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 49, 186
HSL
295°, 58%, 46%
CMYK
6, 74, 0, 27
Luminance
0.1486
Every format
| HEX | #af31ba |
| RGB | rgb(175, 49, 186) |
| HSL | hsl(295, 58%, 46%) |
| CMYK | cmyk(6%, 74%, 0%, 27%) |
| LAB | lab(45.4 66.4 -46.1) |
| LCH | lch(45.4 80.9 325.2) |
| OKLCH | oklch(0.559 0.221 324.5) |
Copy-ready code
/* CSS */
color: #af31ba;
background-color: #af31ba;
/* Tailwind (arbitrary) */
class="text-[#af31ba] bg-[#af31ba]"
/* SCSS */
$brand: #af31ba;
/* SwiftUI */
Color(red: 0.686, green: 0.192, blue: 0.729)
/* Android */
Color.parseColor("#af31ba")Accessibility — WCAG contrast
Aa
#af31ba on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af31ba on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.2%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta73.7%
Yellow0.0%
Key (black)27.1%
Color previews
#af31ba text on a black background
contrast 3.97:1
Card sample
#af31ba text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af31ba;
Background color
Panel with #af31ba background
background-color: #af31ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af31ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 49, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 49, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af31ba; background: linear-gradient(135deg, #af31ba, #BA316A);