#ae2fba
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
174, 47, 186
HSL
295°, 60%, 46%
CMYK
7, 75, 0, 27
Luminance
0.1458
Every format
| HEX | #ae2fba |
| RGB | rgb(174, 47, 186) |
| HSL | hsl(295, 60%, 46%) |
| CMYK | cmyk(7%, 75%, 0%, 27%) |
| LAB | lab(45.0 66.9 -46.8) |
| LCH | lch(45.0 81.6 325.0) |
| OKLCH | oklch(0.556 0.223 324.2) |
Copy-ready code
/* CSS */
color: #ae2fba;
background-color: #ae2fba;
/* Tailwind (arbitrary) */
class="text-[#ae2fba] bg-[#ae2fba]"
/* SCSS */
$brand: #ae2fba;
/* SwiftUI */
Color(red: 0.682, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#ae2fba")Accessibility — WCAG contrast
Aa
#ae2fba on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae2fba on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green18.4%
Blue72.9%
CMYK percentages
Cyan6.5%
Magenta74.7%
Yellow0.0%
Key (black)27.1%
Color previews
#ae2fba text on a black background
contrast 3.92:1
Card sample
#ae2fba text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae2fba;
Background color
Panel with #ae2fba background
background-color: #ae2fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae2fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae2fba; background: linear-gradient(135deg, #ae2fba, #BA2F69);