#ae5cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 92, 223
HSL
278°, 67%, 62%
CMYK
22, 59, 0, 13
Luminance
0.2198
Every format
| HEX | #ae5cdf |
| RGB | rgb(174, 92, 223) |
| HSL | hsl(278, 67%, 62%) |
| CMYK | cmyk(22%, 59%, 0%, 13%) |
| LAB | lab(54.0 55.3 -53.7) |
| LCH | lch(54.0 77.1 315.8) |
| OKLCH | oklch(0.627 0.200 310.8) |
Copy-ready code
/* CSS */
color: #ae5cdf;
background-color: #ae5cdf;
/* Tailwind (arbitrary) */
class="text-[#ae5cdf] bg-[#ae5cdf]"
/* SCSS */
$brand: #ae5cdf;
/* SwiftUI */
Color(red: 0.682, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#ae5cdf")Accessibility — WCAG contrast
Aa
#ae5cdf on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae5cdf on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green36.1%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ae5cdf text on a black background
contrast 5.40:1
Card sample
#ae5cdf text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae5cdf;
Background color
Panel with #ae5cdf background
background-color: #ae5cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae5cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae5cdf; background: linear-gradient(135deg, #ae5cdf, #DF5CB9);