#aeadef
a light, vivid blue · warm · closest name: plum
RGB
174, 173, 239
HSL
241°, 67%, 81%
CMYK
27, 28, 0, 6
Luminance
0.4512
Every format
| HEX | #aeadef |
| RGB | rgb(174, 173, 239) |
| HSL | hsl(241, 67%, 81%) |
| CMYK | cmyk(27%, 28%, 0%, 6%) |
| LAB | lab(73.0 14.6 -32.8) |
| LCH | lch(73.0 35.9 294.0) |
| OKLCH | oklch(0.772 0.094 284.7) |
Copy-ready code
/* CSS */
color: #aeadef;
background-color: #aeadef;
/* Tailwind (arbitrary) */
class="text-[#aeadef] bg-[#aeadef]"
/* SCSS */
$brand: #aeadef;
/* SwiftUI */
Color(red: 0.682, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#aeadef")Accessibility — WCAG contrast
Aa
#aeadef on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeadef on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.8%
Blue93.7%
CMYK percentages
Cyan27.2%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#aeadef text on a black background
contrast 10.02:1
Card sample
#aeadef text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeadef;
Background color
Panel with #aeadef background
background-color: #aeadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeadef; background: linear-gradient(135deg, #aeadef, #DAADEF);