White
#ffffff · one of 31,915 named colors
White is a very light, muted white with the hex code #ffffff. In RGB it is 255 red, 255 green and 255 blue, and black text is most readable on top of it.
Codes
HEX
#ffffffHEX8
#ffffffffRGB
rgb(255, 255, 255)RGBA
rgba(255, 255, 255, 1)RGB %
rgb(100%, 100%, 100%)HSL
hsl(0, 0%, 100%)HSLA
hsla(0, 0%, 100%, 1)Variables
Sass
$white: #ffffff;Less
@white: #ffffff;CSS
--white: #ffffff;Similar colors