#ae93eb
a light, vivid violet · warm · closest name: plum
RGB
174, 147, 235
HSL
258°, 69%, 75%
CMYK
26, 37, 0, 8
Luminance
0.3586
Every format
| HEX | #ae93eb |
| RGB | rgb(174, 147, 235) |
| HSL | hsl(258, 69%, 75%) |
| CMYK | cmyk(26%, 37%, 0%, 8%) |
| LAB | lab(66.4 28.2 -40.8) |
| LCH | lch(66.4 49.6 304.7) |
| OKLCH | oklch(0.722 0.128 297.2) |
Copy-ready code
/* CSS */
color: #ae93eb;
background-color: #ae93eb;
/* Tailwind (arbitrary) */
class="text-[#ae93eb] bg-[#ae93eb]"
/* SCSS */
$brand: #ae93eb;
/* SwiftUI */
Color(red: 0.682, green: 0.576, blue: 0.922)
/* Android */
Color.parseColor("#ae93eb")Accessibility — WCAG contrast
Aa
#ae93eb on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae93eb on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green57.6%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta37.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ae93eb text on a black background
contrast 8.17:1
Card sample
#ae93eb text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae93eb;
Background color
Panel with #ae93eb background
background-color: #ae93eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae93eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 147, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 147, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae93eb; background: linear-gradient(135deg, #ae93eb, #E993EB);