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