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