#ae63eb
a light, electric violet · warm · closest name: slateblue
RGB
174, 99, 235
HSL
273°, 77%, 66%
CMYK
26, 58, 0, 8
Luminance
0.2392
Every format
| HEX | #ae63eb |
| RGB | rgb(174, 99, 235) |
| HSL | hsl(273, 77%, 66%) |
| CMYK | cmyk(26%, 58%, 0%, 8%) |
| LAB | lab(56.0 54.4 -57.3) |
| LCH | lch(56.0 79.0 313.5) |
| OKLCH | oklch(0.644 0.202 307.1) |
Copy-ready code
/* CSS */
color: #ae63eb;
background-color: #ae63eb;
/* Tailwind (arbitrary) */
class="text-[#ae63eb] bg-[#ae63eb]"
/* SCSS */
$brand: #ae63eb;
/* SwiftUI */
Color(red: 0.682, green: 0.388, blue: 0.922)
/* Android */
Color.parseColor("#ae63eb")Accessibility — WCAG contrast
Aa
#ae63eb on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae63eb on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green38.8%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta57.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ae63eb text on a black background
contrast 5.78:1
Card sample
#ae63eb text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae63eb;
Background color
Panel with #ae63eb background
background-color: #ae63eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae63eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 99, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 99, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae63eb; background: linear-gradient(135deg, #ae63eb, #EB63CD);