#af0cc4
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 12, 196
HSL
293°, 89%, 41%
CMYK
11, 94, 0, 23
Luminance
0.1336
Every format
| HEX | #af0cc4 |
| RGB | rgb(175, 12, 196) |
| HSL | hsl(293, 89%, 41%) |
| CMYK | cmyk(11%, 94%, 0%, 23%) |
| LAB | lab(43.3 76.2 -55.4) |
| LCH | lch(43.3 94.2 324.0) |
| OKLCH | oklch(0.546 0.254 322.2) |
Copy-ready code
/* CSS */
color: #af0cc4;
background-color: #af0cc4;
/* Tailwind (arbitrary) */
class="text-[#af0cc4] bg-[#af0cc4]"
/* SCSS */
$brand: #af0cc4;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.769)
/* Android */
Color.parseColor("#af0cc4")Accessibility — WCAG contrast
Aa
#af0cc4 on white: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0cc4 on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta93.9%
Yellow0.0%
Key (black)23.1%
Color previews
#af0cc4 text on a black background
contrast 3.67:1
Card sample
#af0cc4 text on a white background
contrast 5.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0cc4;
Background color
Panel with #af0cc4 background
background-color: #af0cc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0cc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0cc4; background: linear-gradient(135deg, #af0cc4, #C40C5E);