#aeabcc
a light, soft blue · warm · closest name: silver
RGB
174, 171, 204
HSL
246°, 24%, 74%
CMYK
15, 16, 0, 20
Luminance
0.4248
Every format
| HEX | #aeabcc |
| RGB | rgb(174, 171, 204) |
| HSL | hsl(246, 24%, 74%) |
| CMYK | cmyk(15%, 16%, 0%, 20%) |
| LAB | lab(71.2 7.7 -16.4) |
| LCH | lch(71.2 18.1 295.2) |
| OKLCH | oklch(0.755 0.047 289.4) |
Copy-ready code
/* CSS */
color: #aeabcc;
background-color: #aeabcc;
/* Tailwind (arbitrary) */
class="text-[#aeabcc] bg-[#aeabcc]"
/* SCSS */
$brand: #aeabcc;
/* SwiftUI */
Color(red: 0.682, green: 0.671, blue: 0.800)
/* Android */
Color.parseColor("#aeabcc")Accessibility — WCAG contrast
Aa
#aeabcc on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeabcc on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.1%
Blue80.0%
CMYK percentages
Cyan14.7%
Magenta16.2%
Yellow0.0%
Key (black)20.0%
Color previews
#aeabcc text on a black background
contrast 9.50:1
Card sample
#aeabcc text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeabcc;
Background color
Panel with #aeabcc background
background-color: #aeabcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeabcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 171, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 171, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeabcc; background: linear-gradient(135deg, #aeabcc, #C4ABCC);