#aeace1
a light, vivid blue · warm · closest name: plum
RGB
174, 172, 225
HSL
242°, 47%, 78%
CMYK
23, 24, 0, 12
Luminance
0.4394
Every format
| HEX | #aeace1 |
| RGB | rgb(174, 172, 225) |
| HSL | hsl(242, 47%, 78%) |
| CMYK | cmyk(23%, 24%, 0%, 12%) |
| LAB | lab(72.2 11.9 -26.4) |
| LCH | lch(72.2 28.9 294.2) |
| OKLCH | oklch(0.765 0.075 286.2) |
Copy-ready code
/* CSS */
color: #aeace1;
background-color: #aeace1;
/* Tailwind (arbitrary) */
class="text-[#aeace1] bg-[#aeace1]"
/* SCSS */
$brand: #aeace1;
/* SwiftUI */
Color(red: 0.682, green: 0.675, blue: 0.882)
/* Android */
Color.parseColor("#aeace1")Accessibility — WCAG contrast
Aa
#aeace1 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeace1 on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.5%
Blue88.2%
CMYK percentages
Cyan22.7%
Magenta23.6%
Yellow0.0%
Key (black)11.8%
Color previews
#aeace1 text on a black background
contrast 9.79:1
Card sample
#aeace1 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeace1;
Background color
Panel with #aeace1 background
background-color: #aeace1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeace1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 172, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 172, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeace1; background: linear-gradient(135deg, #aeace1, #D1ACE1);