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