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