White Glove
#f0efed · one of 31,915 named colors
White Glove is a very light, muted gray with the hex code #f0efed. In RGB it is 240 red, 239 green and 237 blue, and black text is most readable on top of it.
Codes
HEX
#f0efedHEX8
#f0efedffRGB
rgb(240, 239, 237)RGBA
rgba(240, 239, 237, 1)RGB %
rgb(94%, 94%, 93%)HSL
hsl(40, 9%, 94%)HSLA
hsla(40, 9%, 94%, 1)Variables
Sass
$white-glove: #f0efed;Less
@white-glove: #f0efed;CSS
--white-glove: #f0efed;