#ae52af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
174, 82, 175
HSL
299°, 37%, 50%
CMYK
1, 53, 0, 31
Luminance
0.1813
Every format
| HEX | #ae52af |
| RGB | rgb(174, 82, 175) |
| HSL | hsl(299, 37%, 50%) |
| CMYK | cmyk(1%, 53%, 0%, 31%) |
| LAB | lab(49.6 50.5 -33.0) |
| LCH | lch(49.6 60.4 326.8) |
| OKLCH | oklch(0.587 0.167 327.0) |
Copy-ready code
/* CSS */
color: #ae52af;
background-color: #ae52af;
/* Tailwind (arbitrary) */
class="text-[#ae52af] bg-[#ae52af]"
/* SCSS */
$brand: #ae52af;
/* SwiftUI */
Color(red: 0.682, green: 0.322, blue: 0.686)
/* Android */
Color.parseColor("#ae52af")Accessibility — WCAG contrast
Aa
#ae52af on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae52af on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green32.2%
Blue68.6%
CMYK percentages
Cyan0.6%
Magenta53.1%
Yellow0.0%
Key (black)31.4%
Color previews
#ae52af text on a black background
contrast 4.63:1
Card sample
#ae52af text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae52af;
Background color
Panel with #ae52af background
background-color: #ae52af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae52af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 82, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 82, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae52af; background: linear-gradient(135deg, #ae52af, #AF5272);