#af0bab
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 11, 171
HSL
302°, 88%, 37%
CMYK
0, 94, 2, 31
Luminance
0.1229
Every format
| HEX | #af0bab |
| RGB | rgb(175, 11, 171) |
| HSL | hsl(302, 88%, 37%) |
| CMYK | cmyk(0%, 94%, 2%, 31%) |
| LAB | lab(41.7 72.4 -43.3) |
| LCH | lch(41.7 84.3 329.1) |
| OKLCH | oklch(0.529 0.237 329.6) |
Copy-ready code
/* CSS */
color: #af0bab;
background-color: #af0bab;
/* Tailwind (arbitrary) */
class="text-[#af0bab] bg-[#af0bab]"
/* SCSS */
$brand: #af0bab;
/* SwiftUI */
Color(red: 0.686, green: 0.043, blue: 0.671)
/* Android */
Color.parseColor("#af0bab")Accessibility — WCAG contrast
Aa
#af0bab on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0bab on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow2.3%
Key (black)31.4%
Color previews
#af0bab text on a black background
contrast 3.46:1
Card sample
#af0bab text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0bab;
Background color
Panel with #af0bab background
background-color: #af0bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 11, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 11, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0bab; background: linear-gradient(135deg, #af0bab, #AF0B3E);