Ghost White Hex Code — #F8F8FF
RGB, HSL, and CMYK values for Ghost White.
Ghost White Color Values
| Format | Value |
|---|---|
| HEX | #F8F8FF |
| RGB | rgb(248, 248, 255) |
| HSL | hsl(240, 100%, 99%) |
| CMYK | cmyk(3%, 3%, 0%, 0%) |
Want to explore more shades? Use our Color Converter
About Ghost White
Color psychology: Serenity, spaciousness.
Ghost White (#F8F8FF) is a light shade of white. It's commonly used in web design, graphic design, and branding where serenity, spaciousness are desired associations.
How to Use Ghost White in CSS
/* Using HEX */ color: #F8F8FF; background-color: #F8F8FF; /* Using RGB */ color: rgb(248, 248, 255); /* Using HSL */ color: hsl(240, 100%, 99%);