#af0aac
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 10, 172
HSL
301°, 89%, 36%
CMYK
0, 94, 2, 31
Luminance
0.1231
Every format
| HEX | #af0aac |
| RGB | rgb(175, 10, 172) |
| HSL | hsl(301, 89%, 36%) |
| CMYK | cmyk(0%, 94%, 2%, 31%) |
| LAB | lab(41.7 72.6 -43.8) |
| LCH | lch(41.7 84.8 328.9) |
| OKLCH | oklch(0.530 0.238 329.3) |
Copy-ready code
/* CSS */
color: #af0aac;
background-color: #af0aac;
/* Tailwind (arbitrary) */
class="text-[#af0aac] bg-[#af0aac]"
/* SCSS */
$brand: #af0aac;
/* SwiftUI */
Color(red: 0.686, green: 0.039, blue: 0.675)
/* Android */
Color.parseColor("#af0aac")Accessibility — WCAG contrast
Aa
#af0aac on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0aac on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta94.3%
Yellow1.7%
Key (black)31.4%
Color previews
#af0aac text on a black background
contrast 3.46:1
Card sample
#af0aac text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0aac;
Background color
Panel with #af0aac background
background-color: #af0aac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0aac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 10, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 10, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0aac; background: linear-gradient(135deg, #af0aac, #AF0A3E);