#ae85eb
a light, vivid violet · warm · closest name: slateblue
RGB
174, 133, 235
HSL
264°, 72%, 72%
CMYK
26, 43, 0, 8
Luminance
0.3177
Every format
| HEX | #ae85eb |
| RGB | rgb(174, 133, 235) |
| HSL | hsl(264, 72%, 72%) |
| CMYK | cmyk(26%, 43%, 0%, 8%) |
| LAB | lab(63.1 36.1 -45.9) |
| LCH | lch(63.1 58.4 308.2) |
| OKLCH | oklch(0.697 0.150 301.1) |
Copy-ready code
/* CSS */
color: #ae85eb;
background-color: #ae85eb;
/* Tailwind (arbitrary) */
class="text-[#ae85eb] bg-[#ae85eb]"
/* SCSS */
$brand: #ae85eb;
/* SwiftUI */
Color(red: 0.682, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#ae85eb")Accessibility — WCAG contrast
Aa
#ae85eb on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae85eb on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green52.2%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta43.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ae85eb text on a black background
contrast 7.35:1
Card sample
#ae85eb text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae85eb;
Background color
Panel with #ae85eb background
background-color: #ae85eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae85eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae85eb; background: linear-gradient(135deg, #ae85eb, #EB85E4);