#ae70eb
a light, electric violet · warm · closest name: slateblue
RGB
174, 112, 235
HSL
270°, 76%, 68%
CMYK
26, 52, 0, 8
Luminance
0.2659
Every format
| HEX | #ae70eb |
| RGB | rgb(174, 112, 235) |
| HSL | hsl(270, 76%, 68%) |
| CMYK | cmyk(26%, 52%, 0%, 8%) |
| LAB | lab(58.6 47.6 -53.1) |
| LCH | lch(58.6 71.3 311.9) |
| OKLCH | oklch(0.663 0.183 305.2) |
Copy-ready code
/* CSS */
color: #ae70eb;
background-color: #ae70eb;
/* Tailwind (arbitrary) */
class="text-[#ae70eb] bg-[#ae70eb]"
/* SCSS */
$brand: #ae70eb;
/* SwiftUI */
Color(red: 0.682, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#ae70eb")Accessibility — WCAG contrast
Aa
#ae70eb on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae70eb on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green43.9%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ae70eb text on a black background
contrast 6.32:1
Card sample
#ae70eb text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae70eb;
Background color
Panel with #ae70eb background
background-color: #ae70eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae70eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae70eb; background: linear-gradient(135deg, #ae70eb, #EB70D6);