Ghost White Hex Code — #F8F8FF
RGB, HSL, and CMYK values for Ghost White.
Last updated: April 6, 2026
Ghost White Color Values
| Format | Value |
|---|---|
| HEX | #F8F8FF |
| RGB | rgb(248, 248, 255) |
| HSL | hsl(240, 100%, 99%) |
| CMYK | cmyk(3%, 3%, 0%, 0%) |
About Ghost White
Color psychology: Serenity, spaciousness.
Ghost White (#F8F8FF) is a light shade of white with a hue angle of 240° on the color wheel, 100% saturation, and 99% lightness. It's commonly used in web design, graphic design, and branding where serenity, spaciousness are desired associations.
In color theory, Ghost White sits in the cool section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Ghost White in Design
Web Design
Use Ghost White as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Ghost White conveys serenity, spaciousness — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:3% M:3% Y:0% K:0%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Ghost White work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Ghost White in CSS
/* Using HEX */ color: #F8F8FF; background-color: #F8F8FF; /* Using RGB */ color: rgb(248, 248, 255); /* Using HSL — best for creating variations */ color: hsl(240, 100%, 99%); /* Transparent overlay (50% opacity) */ background-color: rgba(248, 248, 255, 0.5); /* Lighter variant for hover states */ background-color: hsl(240, 100%, 95%); /* Darker variant for active states */ background-color: hsl(240, 100%, 89%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Ghost White without changing its core hue or saturation.
Colors That Go With Ghost White
Complementary
Analogous
Triadic
Similar Shades of White
Frequently Asked Questions
What is the hex code for Ghost White?
What is Ghost White in RGB and when should I use RGB?
How to use Ghost White in CSS with different color formats?
What is the HSL value of Ghost White and why is HSL useful for designers?
What is the CMYK value of Ghost White for print design?
What colors pair well with Ghost White in design projects?
Is Ghost White (#F8F8FF) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.