#aeace4
a light, vivid blue · warm · closest name: plum
RGB
174, 172, 228
HSL
242°, 51%, 78%
CMYK
24, 25, 0, 11
Luminance
0.4411
Every format
| HEX | #aeace4 |
| RGB | rgb(174, 172, 228) |
| HSL | hsl(242, 51%, 78%) |
| CMYK | cmyk(24%, 25%, 0%, 11%) |
| LAB | lab(72.3 12.6 -27.8) |
| LCH | lch(72.3 30.5 294.3) |
| OKLCH | oklch(0.766 0.080 286.0) |
Copy-ready code
/* CSS */
color: #aeace4;
background-color: #aeace4;
/* Tailwind (arbitrary) */
class="text-[#aeace4] bg-[#aeace4]"
/* SCSS */
$brand: #aeace4;
/* SwiftUI */
Color(red: 0.682, green: 0.675, blue: 0.894)
/* Android */
Color.parseColor("#aeace4")Accessibility — WCAG contrast
Aa
#aeace4 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeace4 on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.5%
Blue89.4%
CMYK percentages
Cyan23.7%
Magenta24.6%
Yellow0.0%
Key (black)10.6%
Color previews
#aeace4 text on a black background
contrast 9.82:1
Card sample
#aeace4 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeace4;
Background color
Panel with #aeace4 background
background-color: #aeace4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeace4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 172, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 172, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeace4; background: linear-gradient(135deg, #aeace4, #D3ACE4);