#af0ace
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 10, 206
HSL
291°, 91%, 42%
CMYK
15, 95, 0, 19
Luminance
0.1379
Every format
| HEX | #af0ace |
| RGB | rgb(175, 10, 206) |
| HSL | hsl(291, 91%, 42%) |
| CMYK | cmyk(15%, 95%, 0%, 19%) |
| LAB | lab(43.9 78.0 -60.2) |
| LCH | lch(43.9 98.5 322.3) |
| OKLCH | oklch(0.552 0.262 319.6) |
Copy-ready code
/* CSS */
color: #af0ace;
background-color: #af0ace;
/* Tailwind (arbitrary) */
class="text-[#af0ace] bg-[#af0ace]"
/* SCSS */
$brand: #af0ace;
/* SwiftUI */
Color(red: 0.686, green: 0.039, blue: 0.808)
/* Android */
Color.parseColor("#af0ace")Accessibility — WCAG contrast
Aa
#af0ace on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0ace on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.9%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta95.1%
Yellow0.0%
Key (black)19.2%
Color previews
#af0ace text on a black background
contrast 3.76:1
Card sample
#af0ace text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0ace;
Background color
Panel with #af0ace background
background-color: #af0ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 10, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 10, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0ace; background: linear-gradient(135deg, #af0ace, #CE0A6A);