#aeaeee
a light, vivid blue · warm · closest name: plum
RGB
174, 174, 238
HSL
240°, 65%, 81%
CMYK
27, 27, 0, 7
Luminance
0.4544
Every format
| HEX | #aeaeee |
| RGB | rgb(174, 174, 238) |
| HSL | hsl(240, 65%, 81%) |
| CMYK | cmyk(27%, 27%, 0%, 7%) |
| LAB | lab(73.2 13.8 -31.9) |
| LCH | lch(73.2 34.8 293.4) |
| OKLCH | oklch(0.774 0.091 284.1) |
Copy-ready code
/* CSS */
color: #aeaeee;
background-color: #aeaeee;
/* Tailwind (arbitrary) */
class="text-[#aeaeee] bg-[#aeaeee]"
/* SCSS */
$brand: #aeaeee;
/* SwiftUI */
Color(red: 0.682, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#aeaeee")Accessibility — WCAG contrast
Aa
#aeaeee on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeaeee on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green68.2%
Blue93.3%
CMYK percentages
Cyan26.9%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#aeaeee text on a black background
contrast 10.09:1
Card sample
#aeaeee text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeaeee;
Background color
Panel with #aeaeee background
background-color: #aeaeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeaeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeaeee; background: linear-gradient(135deg, #aeaeee, #D9AEEE);