#ae2fbc
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
174, 47, 188
HSL
294°, 60%, 46%
CMYK
7, 75, 0, 26
Luminance
0.1466
Every format
| HEX | #ae2fbc |
| RGB | rgb(174, 47, 188) |
| HSL | hsl(294, 60%, 46%) |
| CMYK | cmyk(7%, 75%, 0%, 26%) |
| LAB | lab(45.2 67.2 -47.7) |
| LCH | lch(45.2 82.5 324.6) |
| OKLCH | oklch(0.557 0.224 323.6) |
Copy-ready code
/* CSS */
color: #ae2fbc;
background-color: #ae2fbc;
/* Tailwind (arbitrary) */
class="text-[#ae2fbc] bg-[#ae2fbc]"
/* SCSS */
$brand: #ae2fbc;
/* SwiftUI */
Color(red: 0.682, green: 0.184, blue: 0.737)
/* Android */
Color.parseColor("#ae2fbc")Accessibility — WCAG contrast
Aa
#ae2fbc on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae2fbc on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green18.4%
Blue73.7%
CMYK percentages
Cyan7.4%
Magenta75.0%
Yellow0.0%
Key (black)26.3%
Color previews
#ae2fbc text on a black background
contrast 3.93:1
Card sample
#ae2fbc text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae2fbc;
Background color
Panel with #ae2fbc background
background-color: #ae2fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae2fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 47, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 47, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae2fbc; background: linear-gradient(135deg, #ae2fbc, #BC2F6C);