#aeace8
a light, vivid blue · warm · closest name: plum
RGB
174, 172, 232
HSL
242°, 57%, 79%
CMYK
25, 26, 0, 9
Luminance
0.4433
Every format
| HEX | #aeace8 |
| RGB | rgb(174, 172, 232) |
| HSL | hsl(242, 57%, 79%) |
| CMYK | cmyk(25%, 26%, 0%, 9%) |
| LAB | lab(72.5 13.5 -29.8) |
| LCH | lch(72.5 32.7 294.4) |
| OKLCH | oklch(0.768 0.085 285.7) |
Copy-ready code
/* CSS */
color: #aeace8;
background-color: #aeace8;
/* Tailwind (arbitrary) */
class="text-[#aeace8] bg-[#aeace8]"
/* SCSS */
$brand: #aeace8;
/* SwiftUI */
Color(red: 0.682, green: 0.675, blue: 0.910)
/* Android */
Color.parseColor("#aeace8")Accessibility — WCAG contrast
Aa
#aeace8 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeace8 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.5%
Blue91.0%
CMYK percentages
Cyan25.0%
Magenta25.9%
Yellow0.0%
Key (black)9.0%
Color previews
#aeace8 text on a black background
contrast 9.87:1
Card sample
#aeace8 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeace8;
Background color
Panel with #aeace8 background
background-color: #aeace8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeace8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 172, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 172, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeace8; background: linear-gradient(135deg, #aeace8, #D6ACE8);