#F5F5F5

whitesmoke

#F5F5F5 is a white colour. In RGB it is 245 red, 245 green and 245 blue, which converts to a hue of 0 degrees, 0% saturation and 96% lightness. It is one of the named CSS colours, written as whitesmoke in stylesheets.

Color values

HEX#F5F5F5
RGBrgb(245, 245, 245)
HSLhsl(0, 0%, 96%)
HSVhsv(0, 0%, 96%)
CMYKcmyk(0%, 0%, 0%, 4%)

Contrast and accessibility

Against white the contrast ratio is 1.09:1, and against black it is 19.26:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.

BackgroundRatioNormal textLarge text
White1.09:1FailFail
Black19.26:1AAAAAA

Tints and shades

Lighter tints move #F5F5F5 toward white, and darker shades move it toward black.

Tints

Shades

Color harmonies

Complementary

Analogous

Triadic

Split complementary

Code

CSScolor: #F5F5F5;
CSS rgb()color: rgb(245 245 245);
Tailwindbg-[#f5f5f5]
SwiftUIColor(red: 0.961, green: 0.961, blue: 0.961)
AndroidColor.parseColor("#F5F5F5")

Related tools