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