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