#ae2dbe
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
174, 45, 190
HSL
293°, 62%, 46%
CMYK
8, 76, 0, 26
Luminance
0.1459
Every format
| HEX | #ae2dbe |
| RGB | rgb(174, 45, 190) |
| HSL | hsl(293, 62%, 46%) |
| CMYK | cmyk(8%, 76%, 0%, 26%) |
| LAB | lab(45.1 68.2 -49.1) |
| LCH | lch(45.1 84.0 324.3) |
| OKLCH | oklch(0.557 0.228 323.0) |
Copy-ready code
/* CSS */
color: #ae2dbe;
background-color: #ae2dbe;
/* Tailwind (arbitrary) */
class="text-[#ae2dbe] bg-[#ae2dbe]"
/* SCSS */
$brand: #ae2dbe;
/* SwiftUI */
Color(red: 0.682, green: 0.176, blue: 0.745)
/* Android */
Color.parseColor("#ae2dbe")Accessibility — WCAG contrast
Aa
#ae2dbe on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae2dbe on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green17.6%
Blue74.5%
CMYK percentages
Cyan8.4%
Magenta76.3%
Yellow0.0%
Key (black)25.5%
Color previews
#ae2dbe text on a black background
contrast 3.92:1
Card sample
#ae2dbe text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae2dbe;
Background color
Panel with #ae2dbe background
background-color: #ae2dbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae2dbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 45, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 45, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae2dbe; background: linear-gradient(135deg, #ae2dbe, #BE2D6D);