White (Neutral)
#FBFDFF
RGB: 251, 253, 255
Color OverviewHEX #FBFDFF

#FBFDFF Color Code Information

In the RGB color space, #FBFDFF is composed of 98% red, 99% green, and 100% blue. In the HSL color space, it has a hue of 210°, saturation of 100%, and lightness of 99%.

HEX
#FBFDFF
RGB
251, 253, 255
HSL
210°, 100%, 99%
HSV
210°, 2%, 100%
CMYK
2%, 1%, 0%, 0%
Name Match
White
Closest Standard

Shades of #FBFDFF (Darker Variations)

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

Tints of #FBFDFF (Lighter Variations)

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

Tones of #FBFDFF (Muted Variations)

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

Color Harmonies for #FBFDFF

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 #FBFDFF Background
Contrast Ratio against Pure White (#FFFFFF):1.02 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FBFDFF Background
Contrast Ratio against Pure Black (#000000):20.6 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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