#ae3fba
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
174, 63, 186
HSL
294°, 49%, 49%
CMYK
7, 66, 0, 27
Luminance
0.1610
Every format
| HEX | #ae3fba |
| RGB | rgb(174, 63, 186) |
| HSL | hsl(294, 49%, 49%) |
| CMYK | cmyk(7%, 66%, 0%, 27%) |
| LAB | lab(47.1 61.1 -43.5) |
| LCH | lch(47.1 75.0 324.5) |
| OKLCH | oklch(0.570 0.204 323.7) |
Copy-ready code
/* CSS */
color: #ae3fba;
background-color: #ae3fba;
/* Tailwind (arbitrary) */
class="text-[#ae3fba] bg-[#ae3fba]"
/* SCSS */
$brand: #ae3fba;
/* SwiftUI */
Color(red: 0.682, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#ae3fba")Accessibility — WCAG contrast
Aa
#ae3fba on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae3fba on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green24.7%
Blue72.9%
CMYK percentages
Cyan6.5%
Magenta66.1%
Yellow0.0%
Key (black)27.1%
Color previews
#ae3fba text on a black background
contrast 4.22:1
Card sample
#ae3fba text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae3fba;
Background color
Panel with #ae3fba background
background-color: #ae3fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae3fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae3fba; background: linear-gradient(135deg, #ae3fba, #BA3F74);