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