#aeaecf
a light, soft blue · warm · closest name: silver
RGB
174, 174, 207
HSL
240°, 26%, 75%
CMYK
16, 16, 0, 19
Luminance
0.4378
Every format
| HEX | #aeaecf |
| RGB | rgb(174, 174, 207) |
| HSL | hsl(240, 26%, 75%) |
| CMYK | cmyk(16%, 16%, 0%, 19%) |
| LAB | lab(72.1 6.7 -16.7) |
| LCH | lch(72.1 18.0 291.9) |
| OKLCH | oklch(0.762 0.047 285.2) |
Copy-ready code
/* CSS */
color: #aeaecf;
background-color: #aeaecf;
/* Tailwind (arbitrary) */
class="text-[#aeaecf] bg-[#aeaecf]"
/* SCSS */
$brand: #aeaecf;
/* SwiftUI */
Color(red: 0.682, green: 0.682, blue: 0.812)
/* Android */
Color.parseColor("#aeaecf")Accessibility — WCAG contrast
Aa
#aeaecf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeaecf on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green68.2%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta15.9%
Yellow0.0%
Key (black)18.8%
Color previews
#aeaecf text on a black background
contrast 9.76:1
Card sample
#aeaecf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeaecf;
Background color
Panel with #aeaecf background
background-color: #aeaecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeaecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 174, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 174, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeaecf; background: linear-gradient(135deg, #aeaecf, #C4AECF);