Ghost White (Neutral)
#FAF7FA
RGB: 250, 247, 250
Color OverviewHEX #FAF7FA
#FAF7FA Color Code Information
In the RGB color space, #FAF7FA is composed of 98% red, 97% green, and 98% blue. In the HSL color space, it has a hue of 300°, saturation of 23%, and lightness of 97%.
HEX
#FAF7FA
RGB
250, 247, 250
HSL
300°, 23%, 97%
HSV
300°, 1%, 98%
CMYK
0%, 1%, 0%, 2%
Name Match
Ghost White
Closest StandardShades of #FAF7FA (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #FAF7FA (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #FAF7FA (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #FAF7FA
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 #FAF7FA Background
Contrast Ratio against Pure White (#FFFFFF):1.06 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FAF7FA Background
Contrast Ratio against Pure Black (#000000):19.75 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #FAF7FA;
}
.element {
color: #FAF7FA;
background-color: #FAF7FA;
border-color: #FAF7FA;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#FAF7FA] text-[#FAF7FA] border-[#FAF7FA]"> Content styled with #FAF7FA </div>