#ae93f6
a light, electric violet · warm · closest name: plum
RGB
174, 147, 246
HSL
256°, 85%, 77%
CMYK
29, 40, 0, 4
Luminance
0.3652
Every format
| HEX | #ae93f6 |
| RGB | rgb(174, 147, 246) |
| HSL | hsl(256, 85%, 77%) |
| CMYK | cmyk(29%, 40%, 0%, 4%) |
| LAB | lab(66.9 30.9 -46.0) |
| LCH | lch(66.9 55.5 303.9) |
| OKLCH | oklch(0.727 0.142 295.2) |
Copy-ready code
/* CSS */
color: #ae93f6;
background-color: #ae93f6;
/* Tailwind (arbitrary) */
class="text-[#ae93f6] bg-[#ae93f6]"
/* SCSS */
$brand: #ae93f6;
/* SwiftUI */
Color(red: 0.682, green: 0.576, blue: 0.965)
/* Android */
Color.parseColor("#ae93f6")Accessibility — WCAG contrast
Aa
#ae93f6 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae93f6 on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green57.6%
Blue96.5%
CMYK percentages
Cyan29.3%
Magenta40.2%
Yellow0.0%
Key (black)3.5%
Color previews
#ae93f6 text on a black background
contrast 8.30:1
Card sample
#ae93f6 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae93f6;
Background color
Panel with #ae93f6 background
background-color: #ae93f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae93f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 147, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 147, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae93f6; background: linear-gradient(135deg, #ae93f6, #F093F6);