#ae9dfb
a light, electric blue · warm · closest name: plum
RGB
174, 157, 251
HSL
251°, 92%, 80%
CMYK
31, 38, 0, 2
Luminance
0.4008
Every format
| HEX | #ae9dfb |
| RGB | rgb(174, 157, 251) |
| HSL | hsl(251, 92%, 80%) |
| CMYK | cmyk(31%, 38%, 0%, 2%) |
| LAB | lab(69.5 26.5 -44.7) |
| LCH | lch(69.5 52.0 300.7) |
| OKLCH | oklch(0.748 0.134 291.1) |
Copy-ready code
/* CSS */
color: #ae9dfb;
background-color: #ae9dfb;
/* Tailwind (arbitrary) */
class="text-[#ae9dfb] bg-[#ae9dfb]"
/* SCSS */
$brand: #ae9dfb;
/* SwiftUI */
Color(red: 0.682, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#ae9dfb")Accessibility — WCAG contrast
Aa
#ae9dfb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae9dfb on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green61.6%
Blue98.4%
CMYK percentages
Cyan30.7%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#ae9dfb text on a black background
contrast 9.02:1
Card sample
#ae9dfb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae9dfb;
Background color
Panel with #ae9dfb background
background-color: #ae9dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae9dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae9dfb; background: linear-gradient(135deg, #ae9dfb, #ED9DFB);