Ghostwhite to HEX — Color Code

HEX

#f8f8ff

Format Value
HEX #f8f8ff
RGB rgb(248, 248, 255)
HSL hsl(240, 100%, 98.6%)
CMYK cmyk(2.7%, 2.7%, 0%, 0%)

What is the HEX code for ghostwhite?

The CSS color ghostwhite in HEX format is #f8f8ff. Use this value directly in CSS, SVG, and most design tools.

How do I use ghostwhite in CSS?

To apply ghostwhite in CSS:

  • Text color: color: #f8f8ff;
  • Background: background-color: #f8f8ff;
  • Border: border-color: #f8f8ff;

What are all the color format values for ghostwhite?

FormatValue
HEX#f8f8ff
RGBrgb(248, 248, 255)
HSLhsl(240, 100%, 98.6%)
CMYKcmyk(2.7%, 2.7%, 0%, 0%)

How do I convert ghostwhite to HEX?

Select ghostwhite from the color name list in our color converter. The HEX value — #f8f8ff — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does ghostwhite belong to?

ghostwhite belongs to the near-white color family. It is a light, vivid color with HSL values: hue 240°, saturation 100%, lightness 98.6%.

How do I create lighter and darker shades of ghostwhite?

Lighter variant (lightness 95%): #e5e5ff. Darker variant (lightness 83.6%): #ababff. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HEX used for?

HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.