Ghost White (Neutral)
#F7F8FC
RGB: 247, 248, 252
Color OverviewHEX #F7F8FC
#F7F8FC Color Code Information
In the RGB color space, #F7F8FC is composed of 97% red, 97% green, and 99% blue. In the HSL color space, it has a hue of 228°, saturation of 45%, and lightness of 98%.
HEX
#F7F8FC
RGB
247, 248, 252
HSL
228°, 45%, 98%
HSV
228°, 2%, 99%
CMYK
2%, 2%, 0%, 1%
Name Match
Ghost White
Closest StandardShades of #F7F8FC (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #F7F8FC (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #F7F8FC (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #F7F8FC
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #F7F8FC Background
Contrast Ratio against Pure White (#FFFFFF):1.06 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #F7F8FC Background
Contrast Ratio against Pure Black (#000000):19.79 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #F7F8FC;
}
.element {
color: #F7F8FC;
background-color: #F7F8FC;
border-color: #F7F8FC;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#F7F8FC] text-[#F7F8FC] border-[#F7F8FC]"> Content styled with #F7F8FC </div>