#aeacf2
a light, vivid blue · warm · closest name: plum
RGB
174, 172, 242
HSL
242°, 73%, 81%
CMYK
28, 29, 0, 5
Luminance
0.4491
Every format
| HEX | #aeacf2 |
| RGB | rgb(174, 172, 242) |
| HSL | hsl(242, 73%, 81%) |
| CMYK | cmyk(28%, 29%, 0%, 5%) |
| LAB | lab(72.8 15.9 -34.6) |
| LCH | lch(72.8 38.1 294.7) |
| OKLCH | oklch(0.772 0.099 285.1) |
Copy-ready code
/* CSS */
color: #aeacf2;
background-color: #aeacf2;
/* Tailwind (arbitrary) */
class="text-[#aeacf2] bg-[#aeacf2]"
/* SCSS */
$brand: #aeacf2;
/* SwiftUI */
Color(red: 0.682, green: 0.675, blue: 0.949)
/* Android */
Color.parseColor("#aeacf2")Accessibility — WCAG contrast
Aa
#aeacf2 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeacf2 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.5%
Blue94.9%
CMYK percentages
Cyan28.1%
Magenta28.9%
Yellow0.0%
Key (black)5.1%
Color previews
#aeacf2 text on a black background
contrast 9.98:1
Card sample
#aeacf2 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeacf2;
Background color
Panel with #aeacf2 background
background-color: #aeacf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeacf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 172, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 172, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeacf2; background: linear-gradient(135deg, #aeacf2, #DDACF2);