#aeadff
a light, electric blue · warm · closest name: plum
RGB
174, 173, 255
HSL
241°, 100%, 84%
CMYK
32, 32, 0, 0
Luminance
0.4611
Every format
| HEX | #aeadff |
| RGB | rgb(174, 173, 255) |
| HSL | hsl(241, 100%, 84%) |
| CMYK | cmyk(32%, 32%, 0%, 0%) |
| LAB | lab(73.6 18.6 -40.4) |
| LCH | lch(73.6 44.5 294.7) |
| OKLCH | oklch(0.780 0.116 283.9) |
Copy-ready code
/* CSS */
color: #aeadff;
background-color: #aeadff;
/* Tailwind (arbitrary) */
class="text-[#aeadff] bg-[#aeadff]"
/* SCSS */
$brand: #aeadff;
/* SwiftUI */
Color(red: 0.682, green: 0.678, blue: 1.000)
/* Android */
Color.parseColor("#aeadff")Accessibility — WCAG contrast
Aa
#aeadff on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeadff on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.8%
Blue100.0%
CMYK percentages
Cyan31.8%
Magenta32.2%
Yellow0.0%
Key (black)0.0%
Color previews
#aeadff text on a black background
contrast 10.22:1
Card sample
#aeadff text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeadff;
Background color
Panel with #aeadff background
background-color: #aeadff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeadff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 173, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 173, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeadff; background: linear-gradient(135deg, #aeadff, #E5ADFF);