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