#af0abb
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 10, 187
HSL
296°, 90%, 39%
CMYK
6, 95, 0, 27
Luminance
0.1292
Every format
| HEX | #af0abb |
| RGB | rgb(175, 10, 187) |
| HSL | hsl(296, 90%, 39%) |
| CMYK | cmyk(6%, 95%, 0%, 27%) |
| LAB | lab(42.6 74.9 -51.2) |
| LCH | lch(42.6 90.7 325.7) |
| OKLCH | oklch(0.539 0.248 324.8) |
Copy-ready code
/* CSS */
color: #af0abb;
background-color: #af0abb;
/* Tailwind (arbitrary) */
class="text-[#af0abb] bg-[#af0abb]"
/* SCSS */
$brand: #af0abb;
/* SwiftUI */
Color(red: 0.686, green: 0.039, blue: 0.733)
/* Android */
Color.parseColor("#af0abb")Accessibility — WCAG contrast
Aa
#af0abb on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0abb on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.9%
Blue73.3%
CMYK percentages
Cyan6.4%
Magenta94.7%
Yellow0.0%
Key (black)26.7%
Color previews
#af0abb text on a black background
contrast 3.58:1
Card sample
#af0abb text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0abb;
Background color
Panel with #af0abb background
background-color: #af0abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 10, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 10, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0abb; background: linear-gradient(135deg, #af0abb, #BB0A51);