#ae5ade
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 90, 222
HSL
278°, 67%, 61%
CMYK
22, 60, 0, 13
Luminance
0.2158
Every format
| HEX | #ae5ade |
| RGB | rgb(174, 90, 222) |
| HSL | hsl(278, 67%, 61%) |
| CMYK | cmyk(22%, 60%, 0%, 13%) |
| LAB | lab(53.6 56.0 -53.8) |
| LCH | lch(53.6 77.7 316.1) |
| OKLCH | oklch(0.624 0.201 311.3) |
Copy-ready code
/* CSS */
color: #ae5ade;
background-color: #ae5ade;
/* Tailwind (arbitrary) */
class="text-[#ae5ade] bg-[#ae5ade]"
/* SCSS */
$brand: #ae5ade;
/* SwiftUI */
Color(red: 0.682, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#ae5ade")Accessibility — WCAG contrast
Aa
#ae5ade on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae5ade on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green35.3%
Blue87.1%
CMYK percentages
Cyan21.6%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#ae5ade text on a black background
contrast 5.32:1
Card sample
#ae5ade text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae5ade;
Background color
Panel with #ae5ade background
background-color: #ae5ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae5ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae5ade; background: linear-gradient(135deg, #ae5ade, #DE5AB6);