#F8F8FF

ghostwhite

#F8F8FF is a blue colour. In RGB it is 248 red, 248 green and 255 blue, which converts to a hue of 240 degrees, 100% saturation and 99% lightness. It is one of the named CSS colours, written as ghostwhite in stylesheets.

Color values

HEX#F8F8FF
RGBrgb(248, 248, 255)
HSLhsl(240, 100%, 99%)
HSVhsv(240, 3%, 100%)
CMYKcmyk(3%, 3%, 0%, 0%)

Contrast and accessibility

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

BackgroundRatioNormal textLarge text
White1.06:1FailFail
Black19.86:1AAAAAA

Tints and shades

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

Tints

Shades

Color harmonies

Complementary

Analogous

Triadic

Split complementary

Code

CSScolor: #F8F8FF;
CSS rgb()color: rgb(248 248 255);
Tailwindbg-[#f8f8ff]
SwiftUIColor(red: 0.973, green: 0.973, blue: 1.000)
AndroidColor.parseColor("#F8F8FF")

Related tools