#ae5baf
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
174, 91, 175
HSL
299°, 34%, 52%
CMYK
1, 48, 0, 31
Luminance
0.1958
Every format
| HEX | #ae5baf |
| RGB | rgb(174, 91, 175) |
| HSL | hsl(299, 34%, 52%) |
| CMYK | cmyk(1%, 48%, 0%, 31%) |
| LAB | lab(51.4 46.0 -30.4) |
| LCH | lch(51.4 55.1 326.6) |
| OKLCH | oklch(0.600 0.152 326.8) |
Copy-ready code
/* CSS */
color: #ae5baf;
background-color: #ae5baf;
/* Tailwind (arbitrary) */
class="text-[#ae5baf] bg-[#ae5baf]"
/* SCSS */
$brand: #ae5baf;
/* SwiftUI */
Color(red: 0.682, green: 0.357, blue: 0.686)
/* Android */
Color.parseColor("#ae5baf")Accessibility — WCAG contrast
Aa
#ae5baf on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae5baf on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green35.7%
Blue68.6%
CMYK percentages
Cyan0.6%
Magenta48.0%
Yellow0.0%
Key (black)31.4%
Color previews
#ae5baf text on a black background
contrast 4.92:1
Card sample
#ae5baf text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae5baf;
Background color
Panel with #ae5baf background
background-color: #ae5baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae5baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 91, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 91, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae5baf; background: linear-gradient(135deg, #ae5baf, #AF5B78);