#aeadeb
a light, vivid blue · warm · closest name: plum
RGB
174, 173, 235
HSL
241°, 61%, 80%
CMYK
26, 26, 0, 8
Luminance
0.4488
Every format
| HEX | #aeadeb |
| RGB | rgb(174, 173, 235) |
| HSL | hsl(241, 61%, 80%) |
| CMYK | cmyk(26%, 26%, 0%, 8%) |
| LAB | lab(72.8 13.7 -30.8) |
| LCH | lch(72.8 33.7 293.9) |
| OKLCH | oklch(0.771 0.088 284.9) |
Copy-ready code
/* CSS */
color: #aeadeb;
background-color: #aeadeb;
/* Tailwind (arbitrary) */
class="text-[#aeadeb] bg-[#aeadeb]"
/* SCSS */
$brand: #aeadeb;
/* SwiftUI */
Color(red: 0.682, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#aeadeb")Accessibility — WCAG contrast
Aa
#aeadeb on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeadeb on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.8%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#aeadeb text on a black background
contrast 9.98:1
Card sample
#aeadeb text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeadeb;
Background color
Panel with #aeadeb background
background-color: #aeadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeadeb; background: linear-gradient(135deg, #aeadeb, #D7ADEB);