Lighthouse
#f3f4f4 · one of 31,915 named colors
Lighthouse is a very light, muted white with the hex code #f3f4f4. In RGB it is 243 red, 244 green and 244 blue, and black text is most readable on top of it.
Codes
HEX
#f3f4f4HEX8
#f3f4f4ffRGB
rgb(243, 244, 244)RGBA
rgba(243, 244, 244, 1)RGB %
rgb(95%, 96%, 96%)HSL
hsl(180, 4%, 95%)HSLA
hsla(180, 4%, 95%, 1)Variables
Sass
$lighthouse: #f3f4f4;Less
@lighthouse: #f3f4f4;CSS
--lighthouse: #f3f4f4;