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