#ae9ff1
a light, vivid blue · warm · closest name: plum
RGB
174, 159, 241
HSL
251°, 75%, 78%
CMYK
28, 34, 0, 6
Luminance
0.4015
Every format
| HEX | #ae9ff1 |
| RGB | rgb(174, 159, 241) |
| HSL | hsl(251, 75%, 78%) |
| CMYK | cmyk(28%, 34%, 0%, 6%) |
| LAB | lab(69.6 22.9 -39.1) |
| LCH | lch(69.6 45.4 300.4) |
| OKLCH | oklch(0.747 0.117 291.7) |
Copy-ready code
/* CSS */
color: #ae9ff1;
background-color: #ae9ff1;
/* Tailwind (arbitrary) */
class="text-[#ae9ff1] bg-[#ae9ff1]"
/* SCSS */
$brand: #ae9ff1;
/* SwiftUI */
Color(red: 0.682, green: 0.624, blue: 0.945)
/* Android */
Color.parseColor("#ae9ff1")Accessibility — WCAG contrast
Aa
#ae9ff1 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae9ff1 on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green62.4%
Blue94.5%
CMYK percentages
Cyan27.8%
Magenta34.0%
Yellow0.0%
Key (black)5.5%
Color previews
#ae9ff1 text on a black background
contrast 9.03:1
Card sample
#ae9ff1 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae9ff1;
Background color
Panel with #ae9ff1 background
background-color: #ae9ff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae9ff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 159, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 159, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae9ff1; background: linear-gradient(135deg, #ae9ff1, #E59FF1);