Ghost White (Neutral)
#FBF3FC
RGB: 251, 243, 252
Color OverviewHEX #FBF3FC

#FBF3FC Color Code Information

In the RGB color space, #FBF3FC is composed of 98% red, 95% green, and 99% blue. In the HSL color space, it has a hue of 293°, saturation of 60%, and lightness of 97%.

HEX
#FBF3FC
RGB
251, 243, 252
HSL
293°, 60%, 97%
HSV
293°, 4%, 99%
CMYK
0%, 4%, 0%, 1%
Name Match
Ghost White
Closest Standard

Shades of #FBF3FC (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #FBF3FC (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #FBF3FC (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #FBF3FC

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #FBF3FC Background
Contrast Ratio against Pure White (#FFFFFF):1.09 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FBF3FC Background
Contrast Ratio against Pure Black (#000000):19.33 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #FBF3FC;
}

.element {
  color: #FBF3FC;
  background-color: #FBF3FC;
  border-color: #FBF3FC;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#FBF3FC] text-[#FBF3FC] border-[#FBF3FC]">
  Content styled with #FBF3FC
</div>