#aeaefd
a light, electric blue · warm · closest name: plum
RGB
174, 174, 253
HSL
240°, 95%, 84%
CMYK
31, 31, 0, 1
Luminance
0.4636
Every format
| HEX | #aeaefd |
| RGB | rgb(174, 174, 253) |
| HSL | hsl(240, 95%, 84%) |
| CMYK | cmyk(31%, 31%, 0%, 1%) |
| LAB | lab(73.8 17.5 -39.1) |
| LCH | lch(73.8 42.8 294.1) |
| OKLCH | oklch(0.781 0.112 283.5) |
Copy-ready code
/* CSS */
color: #aeaefd;
background-color: #aeaefd;
/* Tailwind (arbitrary) */
class="text-[#aeaefd] bg-[#aeaefd]"
/* SCSS */
$brand: #aeaefd;
/* SwiftUI */
Color(red: 0.682, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#aeaefd")Accessibility — WCAG contrast
Aa
#aeaefd on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeaefd on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green68.2%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#aeaefd text on a black background
contrast 10.27:1
Card sample
#aeaefd text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeaefd;
Background color
Panel with #aeaefd background
background-color: #aeaefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeaefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeaefd; background: linear-gradient(135deg, #aeaefd, #E3AEFD);