#ae5cd6
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 92, 214
HSL
280°, 60%, 60%
CMYK
19, 57, 0, 16
Luminance
0.2151
Every format
| HEX | #ae5cd6 |
| RGB | rgb(174, 92, 214) |
| HSL | hsl(280, 60%, 60%) |
| CMYK | cmyk(19%, 57%, 0%, 16%) |
| LAB | lab(53.5 53.3 -49.4) |
| LCH | lch(53.5 72.7 317.2) |
| OKLCH | oklch(0.622 0.190 313.2) |
Copy-ready code
/* CSS */
color: #ae5cd6;
background-color: #ae5cd6;
/* Tailwind (arbitrary) */
class="text-[#ae5cd6] bg-[#ae5cd6]"
/* SCSS */
$brand: #ae5cd6;
/* SwiftUI */
Color(red: 0.682, green: 0.361, blue: 0.839)
/* Android */
Color.parseColor("#ae5cd6")Accessibility — WCAG contrast
Aa
#ae5cd6 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae5cd6 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green36.1%
Blue83.9%
CMYK percentages
Cyan18.7%
Magenta57.0%
Yellow0.0%
Key (black)16.1%
Color previews
#ae5cd6 text on a black background
contrast 5.30:1
Card sample
#ae5cd6 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae5cd6;
Background color
Panel with #ae5cd6 background
background-color: #ae5cd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae5cd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 92, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 92, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae5cd6; background: linear-gradient(135deg, #ae5cd6, #D65CAD);