#aeabc8
a light, soft blue · warm · closest name: silver
RGB
174, 171, 200
HSL
246°, 21%, 73%
CMYK
13, 15, 0, 22
Luminance
0.4229
Every format
| HEX | #aeabc8 |
| RGB | rgb(174, 171, 200) |
| HSL | hsl(246, 21%, 73%) |
| CMYK | cmyk(13%, 15%, 0%, 22%) |
| LAB | lab(71.1 6.8 -14.3) |
| LCH | lch(71.1 15.9 295.5) |
| OKLCH | oklch(0.753 0.041 290.1) |
Copy-ready code
/* CSS */
color: #aeabc8;
background-color: #aeabc8;
/* Tailwind (arbitrary) */
class="text-[#aeabc8] bg-[#aeabc8]"
/* SCSS */
$brand: #aeabc8;
/* SwiftUI */
Color(red: 0.682, green: 0.671, blue: 0.784)
/* Android */
Color.parseColor("#aeabc8")Accessibility — WCAG contrast
Aa
#aeabc8 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeabc8 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.1%
Blue78.4%
CMYK percentages
Cyan13.0%
Magenta14.5%
Yellow0.0%
Key (black)21.6%
Color previews
#aeabc8 text on a black background
contrast 9.46:1
Card sample
#aeabc8 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeabc8;
Background color
Panel with #aeabc8 background
background-color: #aeabc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeabc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 171, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 171, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeabc8; background: linear-gradient(135deg, #aeabc8, #C1ABC8);