#af0ba7
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 11, 167
HSL
303°, 88%, 37%
CMYK
0, 94, 5, 31
Luminance
0.1214
Every format
| HEX | #af0ba7 |
| RGB | rgb(175, 11, 167) |
| HSL | hsl(303, 88%, 37%) |
| CMYK | cmyk(0%, 94%, 5%, 31%) |
| LAB | lab(41.5 71.8 -41.3) |
| LCH | lch(41.5 82.8 330.1) |
| OKLCH | oklch(0.527 0.234 330.8) |
Copy-ready code
/* CSS */
color: #af0ba7;
background-color: #af0ba7;
/* Tailwind (arbitrary) */
class="text-[#af0ba7] bg-[#af0ba7]"
/* SCSS */
$brand: #af0ba7;
/* SwiftUI */
Color(red: 0.686, green: 0.043, blue: 0.655)
/* Android */
Color.parseColor("#af0ba7")Accessibility — WCAG contrast
Aa
#af0ba7 on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0ba7 on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.3%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow4.6%
Key (black)31.4%
Color previews
#af0ba7 text on a black background
contrast 3.43:1
Card sample
#af0ba7 text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0ba7;
Background color
Panel with #af0ba7 background
background-color: #af0ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 11, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 11, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0ba7; background: linear-gradient(135deg, #af0ba7, #AF0B3A);