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