#ae38af
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
174, 56, 175
HSL
300°, 52%, 45%
CMYK
1, 68, 0, 31
Luminance
0.1492
Every format
| HEX | #ae38af |
| RGB | rgb(174, 56, 175) |
| HSL | hsl(300, 52%, 45%) |
| CMYK | cmyk(1%, 68%, 0%, 31%) |
| LAB | lab(45.5 61.9 -39.5) |
| LCH | lch(45.5 73.4 327.4) |
| OKLCH | oklch(0.557 0.204 327.5) |
Copy-ready code
/* CSS */
color: #ae38af;
background-color: #ae38af;
/* Tailwind (arbitrary) */
class="text-[#ae38af] bg-[#ae38af]"
/* SCSS */
$brand: #ae38af;
/* SwiftUI */
Color(red: 0.682, green: 0.220, blue: 0.686)
/* Android */
Color.parseColor("#ae38af")Accessibility — WCAG contrast
Aa
#ae38af on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae38af on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green22.0%
Blue68.6%
CMYK percentages
Cyan0.6%
Magenta68.0%
Yellow0.0%
Key (black)31.4%
Color previews
#ae38af text on a black background
contrast 3.98:1
Card sample
#ae38af text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae38af;
Background color
Panel with #ae38af background
background-color: #ae38af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae38af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 56, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 56, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae38af; background: linear-gradient(135deg, #ae38af, #AF3861);