#ae0c5f
a dark, electric magenta / pink · warm · closest name: purple
RGB
174, 12, 95
HSL
329°, 87%, 37%
CMYK
0, 93, 45, 32
Luminance
0.1009
Every format
| HEX | #ae0c5f |
| RGB | rgb(174, 12, 95) |
| HSL | hsl(329, 87%, 37%) |
| CMYK | cmyk(0%, 93%, 45%, 32%) |
| LAB | lab(38.0 62.9 -2.1) |
| LCH | lch(38.0 62.9 358.1) |
| OKLCH | oklch(0.491 0.194 358.6) |
Copy-ready code
/* CSS */
color: #ae0c5f;
background-color: #ae0c5f;
/* Tailwind (arbitrary) */
class="text-[#ae0c5f] bg-[#ae0c5f]"
/* SCSS */
$brand: #ae0c5f;
/* SwiftUI */
Color(red: 0.682, green: 0.047, blue: 0.373)
/* Android */
Color.parseColor("#ae0c5f")Accessibility — WCAG contrast
Aa
#ae0c5f on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae0c5f on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green4.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta93.1%
Yellow45.4%
Key (black)31.8%
Color previews
#ae0c5f text on a black background
contrast 3.02:1
Card sample
#ae0c5f text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae0c5f;
Background color
Panel with #ae0c5f background
background-color: #ae0c5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae0c5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 12, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 12, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae0c5f; background: linear-gradient(135deg, #ae0c5f, #AE250C);