#ae9afd
a light, electric blue · warm · closest name: plum
RGB
174, 154, 253
HSL
252°, 96%, 80%
CMYK
31, 39, 0, 1
Luminance
0.3920
Every format
| HEX | #ae9afd |
| RGB | rgb(174, 154, 253) |
| HSL | hsl(252, 96%, 80%) |
| CMYK | cmyk(31%, 39%, 0%, 1%) |
| LAB | lab(68.9 28.7 -46.7) |
| LCH | lch(68.9 54.9 301.6) |
| OKLCH | oklch(0.743 0.141 291.9) |
Copy-ready code
/* CSS */
color: #ae9afd;
background-color: #ae9afd;
/* Tailwind (arbitrary) */
class="text-[#ae9afd] bg-[#ae9afd]"
/* SCSS */
$brand: #ae9afd;
/* SwiftUI */
Color(red: 0.682, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#ae9afd")Accessibility — WCAG contrast
Aa
#ae9afd on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae9afd on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green60.4%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#ae9afd text on a black background
contrast 8.84:1
Card sample
#ae9afd text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae9afd;
Background color
Panel with #ae9afd background
background-color: #ae9afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae9afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae9afd; background: linear-gradient(135deg, #ae9afd, #F09AFD);