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