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