#ae4dbb
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
174, 77, 187
HSL
293°, 45%, 52%
CMYK
7, 59, 0, 27
Luminance
0.1789
Every format
| HEX | #ae4dbb |
| RGB | rgb(174, 77, 187) |
| HSL | hsl(293, 45%, 52%) |
| CMYK | cmyk(7%, 59%, 0%, 27%) |
| LAB | lab(49.4 55.1 -40.5) |
| LCH | lch(49.4 68.4 323.7) |
| OKLCH | oklch(0.587 0.186 322.8) |
Copy-ready code
/* CSS */
color: #ae4dbb;
background-color: #ae4dbb;
/* Tailwind (arbitrary) */
class="text-[#ae4dbb] bg-[#ae4dbb]"
/* SCSS */
$brand: #ae4dbb;
/* SwiftUI */
Color(red: 0.682, green: 0.302, blue: 0.733)
/* Android */
Color.parseColor("#ae4dbb")Accessibility — WCAG contrast
Aa
#ae4dbb on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae4dbb on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green30.2%
Blue73.3%
CMYK percentages
Cyan7.0%
Magenta58.8%
Yellow0.0%
Key (black)26.7%
Color previews
#ae4dbb text on a black background
contrast 4.58:1
Card sample
#ae4dbb text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4dbb;
Background color
Panel with #ae4dbb background
background-color: #ae4dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 77, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 77, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4dbb; background: linear-gradient(135deg, #ae4dbb, #BB4D7F);