Grey Screen
#c6caca · one of 31,915 named colors
Grey Screen is a light, muted gray with the hex code #c6caca. In RGB it is 198 red, 202 green and 202 blue, and black text is most readable on top of it.
Codes
HEX
#c6cacaHEX8
#c6cacaffRGB
rgb(198, 202, 202)RGBA
rgba(198, 202, 202, 1)RGB %
rgb(78%, 79%, 79%)HSL
hsl(180, 4%, 78%)HSLA
hsla(180, 4%, 78%, 1)Variables
Sass
$grey-screen: #c6caca;Less
@grey-screen: #c6caca;CSS
--grey-screen: #c6caca;