#aeacff
a light, electric blue · warm · closest name: plum
RGB
174, 172, 255
HSL
241°, 100%, 84%
CMYK
32, 33, 0, 0
Luminance
0.4572
Every format
| HEX | #aeacff |
| RGB | rgb(174, 172, 255) |
| HSL | hsl(241, 100%, 84%) |
| CMYK | cmyk(32%, 33%, 0%, 0%) |
| LAB | lab(73.4 19.1 -40.8) |
| LCH | lch(73.4 45.1 295.1) |
| OKLCH | oklch(0.778 0.117 284.4) |
Copy-ready code
/* CSS */
color: #aeacff;
background-color: #aeacff;
/* Tailwind (arbitrary) */
class="text-[#aeacff] bg-[#aeacff]"
/* SCSS */
$brand: #aeacff;
/* SwiftUI */
Color(red: 0.682, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#aeacff")Accessibility — WCAG contrast
Aa
#aeacff on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeacff on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.5%
Blue100.0%
CMYK percentages
Cyan31.8%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#aeacff text on a black background
contrast 10.14:1
Card sample
#aeacff text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeacff;
Background color
Panel with #aeacff background
background-color: #aeacff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeacff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeacff; background: linear-gradient(135deg, #aeacff, #E5ACFF);