#aeabc6
a light, soft blue · warm · closest name: silver
RGB
174, 171, 198
HSL
247°, 19%, 72%
CMYK
12, 14, 0, 22
Luminance
0.4220
Every format
| HEX | #aeabc6 |
| RGB | rgb(174, 171, 198) |
| HSL | hsl(247, 19%, 72%) |
| CMYK | cmyk(12%, 14%, 0%, 22%) |
| LAB | lab(71.0 6.4 -13.3) |
| LCH | lch(71.0 14.8 295.7) |
| OKLCH | oklch(0.752 0.038 290.5) |
Copy-ready code
/* CSS */
color: #aeabc6;
background-color: #aeabc6;
/* Tailwind (arbitrary) */
class="text-[#aeabc6] bg-[#aeabc6]"
/* SCSS */
$brand: #aeabc6;
/* SwiftUI */
Color(red: 0.682, green: 0.671, blue: 0.776)
/* Android */
Color.parseColor("#aeabc6")Accessibility — WCAG contrast
Aa
#aeabc6 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeabc6 on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.1%
Blue77.6%
CMYK percentages
Cyan12.1%
Magenta13.6%
Yellow0.0%
Key (black)22.4%
Color previews
#aeabc6 text on a black background
contrast 9.44:1
Card sample
#aeabc6 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeabc6;
Background color
Panel with #aeabc6 background
background-color: #aeabc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeabc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 171, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 171, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeabc6; background: linear-gradient(135deg, #aeabc6, #C0ABC6);