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