#af06c3
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 6, 195
HSL
294°, 94%, 39%
CMYK
10, 97, 0, 24
Luminance
0.1318
Every format
| HEX | #af06c3 |
| RGB | rgb(175, 6, 195) |
| HSL | hsl(294, 94%, 39%) |
| CMYK | cmyk(10%, 97%, 0%, 24%) |
| LAB | lab(43.0 76.6 -55.2) |
| LCH | lch(43.0 94.4 324.2) |
| OKLCH | oklch(0.544 0.255 322.6) |
Copy-ready code
/* CSS */
color: #af06c3;
background-color: #af06c3;
/* Tailwind (arbitrary) */
class="text-[#af06c3] bg-[#af06c3]"
/* SCSS */
$brand: #af06c3;
/* SwiftUI */
Color(red: 0.686, green: 0.024, blue: 0.765)
/* Android */
Color.parseColor("#af06c3")Accessibility — WCAG contrast
Aa
#af06c3 on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af06c3 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.4%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta96.9%
Yellow0.0%
Key (black)23.5%
Color previews
#af06c3 text on a black background
contrast 3.64:1
Card sample
#af06c3 text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af06c3;
Background color
Panel with #af06c3 background
background-color: #af06c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af06c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 6, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 6, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af06c3; background: linear-gradient(135deg, #af06c3, #C30659);