Ghost White
#f8f8ff
Here's everything about the color Ghost White (#f8f8ff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f8f8ff | |
|---|---|---|
| RGB | rgb(248, 248, 255) | |
| HSL | hsl(240, 100%, 99%) | |
| CMYK | cmyk(3%, 3%, 0%, 0%) | |
| LAB | lab(98, 1, -3) | |
| OKLCH | oklch(0.98 0.009 286) |
Color harmonies
Tints & shades
Code snippets
color: #f8f8ff;
background-color: #f8f8ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF8F8FF)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.97, blue: 1.00, alpha: 1.0)