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