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