#ae8eee
a light, vivid violet · warm · closest name: plum
RGB
174, 142, 238
HSL
260°, 74%, 75%
CMYK
27, 40, 0, 7
Luminance
0.3452
Every format
| HEX | #ae8eee |
| RGB | rgb(174, 142, 238) |
| HSL | hsl(260, 74%, 75%) |
| CMYK | cmyk(27%, 40%, 0%, 7%) |
| LAB | lab(65.4 31.8 -44.1) |
| LCH | lch(65.4 54.3 305.8) |
| OKLCH | oklch(0.714 0.140 298.1) |
Copy-ready code
/* CSS */
color: #ae8eee;
background-color: #ae8eee;
/* Tailwind (arbitrary) */
class="text-[#ae8eee] bg-[#ae8eee]"
/* SCSS */
$brand: #ae8eee;
/* SwiftUI */
Color(red: 0.682, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#ae8eee")Accessibility — WCAG contrast
Aa
#ae8eee on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae8eee on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green55.7%
Blue93.3%
CMYK percentages
Cyan26.9%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#ae8eee text on a black background
contrast 7.90:1
Card sample
#ae8eee text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae8eee;
Background color
Panel with #ae8eee background
background-color: #ae8eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae8eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae8eee; background: linear-gradient(135deg, #ae8eee, #EE8EEE);