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