#aeabce
a light, soft blue · warm · closest name: silver
RGB
174, 171, 206
HSL
245°, 26%, 74%
CMYK
16, 17, 0, 19
Luminance
0.4258
Every format
| HEX | #aeabce |
| RGB | rgb(174, 171, 206) |
| HSL | hsl(245, 26%, 74%) |
| CMYK | cmyk(16%, 17%, 0%, 19%) |
| LAB | lab(71.3 8.1 -17.4) |
| LCH | lch(71.3 19.2 295.1) |
| OKLCH | oklch(0.755 0.050 289.1) |
Copy-ready code
/* CSS */
color: #aeabce;
background-color: #aeabce;
/* Tailwind (arbitrary) */
class="text-[#aeabce] bg-[#aeabce]"
/* SCSS */
$brand: #aeabce;
/* SwiftUI */
Color(red: 0.682, green: 0.671, blue: 0.808)
/* Android */
Color.parseColor("#aeabce")Accessibility — WCAG contrast
Aa
#aeabce on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeabce on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.1%
Blue80.8%
CMYK percentages
Cyan15.5%
Magenta17.0%
Yellow0.0%
Key (black)19.2%
Color previews
#aeabce text on a black background
contrast 9.52:1
Card sample
#aeabce text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeabce;
Background color
Panel with #aeabce background
background-color: #aeabce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeabce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 171, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 171, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeabce; background: linear-gradient(135deg, #aeabce, #C5ABCE);