#ae9df3
a light, electric blue · warm · closest name: plum
RGB
174, 157, 243
HSL
252°, 78%, 78%
CMYK
28, 35, 0, 5
Luminance
0.3958
Every format
| HEX | #ae9df3 |
| RGB | rgb(174, 157, 243) |
| HSL | hsl(252, 78%, 78%) |
| CMYK | cmyk(28%, 35%, 0%, 5%) |
| LAB | lab(69.2 24.6 -40.9) |
| LCH | lch(69.2 47.7 301.0) |
| OKLCH | oklch(0.744 0.123 292.2) |
Copy-ready code
/* CSS */
color: #ae9df3;
background-color: #ae9df3;
/* Tailwind (arbitrary) */
class="text-[#ae9df3] bg-[#ae9df3]"
/* SCSS */
$brand: #ae9df3;
/* SwiftUI */
Color(red: 0.682, green: 0.616, blue: 0.953)
/* Android */
Color.parseColor("#ae9df3")Accessibility — WCAG contrast
Aa
#ae9df3 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae9df3 on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green61.6%
Blue95.3%
CMYK percentages
Cyan28.4%
Magenta35.4%
Yellow0.0%
Key (black)4.7%
Color previews
#ae9df3 text on a black background
contrast 8.92:1
Card sample
#ae9df3 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae9df3;
Background color
Panel with #ae9df3 background
background-color: #ae9df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae9df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 157, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 157, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae9df3; background: linear-gradient(135deg, #ae9df3, #E79DF3);