#ae64af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
174, 100, 175
HSL
299°, 32%, 54%
CMYK
1, 43, 0, 31
Luminance
0.2121
Every format
| HEX | #ae64af |
| RGB | rgb(174, 100, 175) |
| HSL | hsl(299, 32%, 54%) |
| CMYK | cmyk(1%, 43%, 0%, 31%) |
| LAB | lab(53.2 41.3 -27.6) |
| LCH | lch(53.2 49.6 326.3) |
| OKLCH | oklch(0.613 0.137 326.6) |
Copy-ready code
/* CSS */
color: #ae64af;
background-color: #ae64af;
/* Tailwind (arbitrary) */
class="text-[#ae64af] bg-[#ae64af]"
/* SCSS */
$brand: #ae64af;
/* SwiftUI */
Color(red: 0.682, green: 0.392, blue: 0.686)
/* Android */
Color.parseColor("#ae64af")Accessibility — WCAG contrast
Aa
#ae64af on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae64af on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green39.2%
Blue68.6%
CMYK percentages
Cyan0.6%
Magenta42.9%
Yellow0.0%
Key (black)31.4%
Color previews
#ae64af text on a black background
contrast 5.24:1
Card sample
#ae64af text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae64af;
Background color
Panel with #ae64af background
background-color: #ae64af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae64af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 100, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 100, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae64af; background: linear-gradient(135deg, #ae64af, #AF647E);