#aeacfd
a light, electric blue · warm · closest name: plum
RGB
174, 172, 253
HSL
242°, 95%, 83%
CMYK
31, 32, 0, 1
Luminance
0.4560
Every format
| HEX | #aeacfd |
| RGB | rgb(174, 172, 253) |
| HSL | hsl(242, 95%, 83%) |
| CMYK | cmyk(31%, 32%, 0%, 1%) |
| LAB | lab(73.3 18.6 -39.9) |
| LCH | lch(73.3 44.0 295.0) |
| OKLCH | oklch(0.777 0.115 284.5) |
Copy-ready code
/* CSS */
color: #aeacfd;
background-color: #aeacfd;
/* Tailwind (arbitrary) */
class="text-[#aeacfd] bg-[#aeacfd]"
/* SCSS */
$brand: #aeacfd;
/* SwiftUI */
Color(red: 0.682, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#aeacfd")Accessibility — WCAG contrast
Aa
#aeacfd on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeacfd on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.5%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#aeacfd text on a black background
contrast 10.12:1
Card sample
#aeacfd text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeacfd;
Background color
Panel with #aeacfd background
background-color: #aeacfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeacfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeacfd; background: linear-gradient(135deg, #aeacfd, #E4ACFD);