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