Shy Moment
#aaaaff · one of 31,915 named colors
Shy Moment is a light, vivid blue with the hex code #aaaaff. In RGB it is 170 red, 170 green and 255 blue, and black text is most readable on top of it.
Codes
HEX
#aaaaffHEX8
#aaaaffffRGB
rgb(170, 170, 255)RGBA
rgba(170, 170, 255, 1)RGB %
rgb(67%, 67%, 100%)HSL
hsl(240, 100%, 83%)HSLA
hsla(240, 100%, 83%, 1)Variables
Sass
$shy-moment: #aaaaff;Less
@shy-moment: #aaaaff;CSS
--shy-moment: #aaaaff;