#ae4abc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
174, 74, 188
HSL
293°, 46%, 51%
CMYK
7, 61, 0, 26
Luminance
0.1753
Every format
| HEX | #ae4abc |
| RGB | rgb(174, 74, 188) |
| HSL | hsl(293, 46%, 51%) |
| CMYK | cmyk(7%, 61%, 0%, 26%) |
| LAB | lab(48.9 56.7 -41.8) |
| LCH | lch(48.9 70.4 323.6) |
| OKLCH | oklch(0.584 0.191 322.6) |
Copy-ready code
/* CSS */
color: #ae4abc;
background-color: #ae4abc;
/* Tailwind (arbitrary) */
class="text-[#ae4abc] bg-[#ae4abc]"
/* SCSS */
$brand: #ae4abc;
/* SwiftUI */
Color(red: 0.682, green: 0.290, blue: 0.737)
/* Android */
Color.parseColor("#ae4abc")Accessibility — WCAG contrast
Aa
#ae4abc on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae4abc on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green29.0%
Blue73.7%
CMYK percentages
Cyan7.4%
Magenta60.6%
Yellow0.0%
Key (black)26.3%
Color previews
#ae4abc text on a black background
contrast 4.51:1
Card sample
#ae4abc text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4abc;
Background color
Panel with #ae4abc background
background-color: #ae4abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 74, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 74, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4abc; background: linear-gradient(135deg, #ae4abc, #BC4A7E);