#aeabc0
a light, muted blue · warm · closest name: silver
RGB
174, 171, 192
HSL
249°, 14%, 71%
CMYK
9, 11, 0, 25
Luminance
0.4193
Every format
| HEX | #aeabc0 |
| RGB | rgb(174, 171, 192) |
| HSL | hsl(249, 14%, 71%) |
| CMYK | cmyk(9%, 11%, 0%, 25%) |
| LAB | lab(70.8 5.2 -10.3) |
| LCH | lch(70.8 11.6 296.7) |
| OKLCH | oklch(0.750 0.030 292.2) |
Copy-ready code
/* CSS */
color: #aeabc0;
background-color: #aeabc0;
/* Tailwind (arbitrary) */
class="text-[#aeabc0] bg-[#aeabc0]"
/* SCSS */
$brand: #aeabc0;
/* SwiftUI */
Color(red: 0.682, green: 0.671, blue: 0.753)
/* Android */
Color.parseColor("#aeabc0")Accessibility — WCAG contrast
Aa
#aeabc0 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeabc0 on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.1%
Blue75.3%
CMYK percentages
Cyan9.4%
Magenta10.9%
Yellow0.0%
Key (black)24.7%
Color previews
#aeabc0 text on a black background
contrast 9.39:1
Card sample
#aeabc0 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeabc0;
Background color
Panel with #aeabc0 background
background-color: #aeabc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeabc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 171, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 171, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeabc0; background: linear-gradient(135deg, #aeabc0, #BCABC0);