#ae46af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
174, 70, 175
HSL
299°, 43%, 48%
CMYK
1, 60, 0, 31
Luminance
0.1647
Every format
| HEX | #ae46af |
| RGB | rgb(174, 70, 175) |
| HSL | hsl(299, 43%, 48%) |
| CMYK | cmyk(1%, 60%, 0%, 31%) |
| LAB | lab(47.6 56.1 -36.3) |
| LCH | lch(47.6 66.8 327.1) |
| OKLCH | oklch(0.572 0.185 327.3) |
Copy-ready code
/* CSS */
color: #ae46af;
background-color: #ae46af;
/* Tailwind (arbitrary) */
class="text-[#ae46af] bg-[#ae46af]"
/* SCSS */
$brand: #ae46af;
/* SwiftUI */
Color(red: 0.682, green: 0.275, blue: 0.686)
/* Android */
Color.parseColor("#ae46af")Accessibility — WCAG contrast
Aa
#ae46af on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae46af on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green27.5%
Blue68.6%
CMYK percentages
Cyan0.6%
Magenta60.0%
Yellow0.0%
Key (black)31.4%
Color previews
#ae46af text on a black background
contrast 4.29:1
Card sample
#ae46af text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae46af;
Background color
Panel with #ae46af background
background-color: #ae46af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae46af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 70, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 70, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae46af; background: linear-gradient(135deg, #ae46af, #AF466A);