#ae63df
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 99, 223
HSL
276°, 66%, 63%
CMYK
22, 56, 0, 13
Luminance
0.2325
Every format
| HEX | #ae63df |
| RGB | rgb(174, 99, 223) |
| HSL | hsl(276, 66%, 63%) |
| CMYK | cmyk(22%, 56%, 0%, 13%) |
| LAB | lab(55.3 51.7 -51.6) |
| LCH | lch(55.3 73.1 315.1) |
| OKLCH | oklch(0.637 0.189 310.0) |
Copy-ready code
/* CSS */
color: #ae63df;
background-color: #ae63df;
/* Tailwind (arbitrary) */
class="text-[#ae63df] bg-[#ae63df]"
/* SCSS */
$brand: #ae63df;
/* SwiftUI */
Color(red: 0.682, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#ae63df")Accessibility — WCAG contrast
Aa
#ae63df on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae63df on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green38.8%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ae63df text on a black background
contrast 5.65:1
Card sample
#ae63df text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae63df;
Background color
Panel with #ae63df background
background-color: #ae63df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae63df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae63df; background: linear-gradient(135deg, #ae63df, #DF63BD);