White (Neutral)
#FBFFFE
RGB: 251, 255, 254
Color OverviewHEX #FBFFFE

#FBFFFE Color Code Information

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

HEX
#FBFFFE
RGB
251, 255, 254
HSL
165°, 100%, 99%
HSV
165°, 2%, 100%
CMYK
2%, 0%, 0%, 0%
Name Match
White
Closest Standard

Shades of #FBFFFE (Darker Variations)

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

Tints of #FBFFFE (Lighter Variations)

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

Tones of #FBFFFE (Muted Variations)

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

Color Harmonies for #FBFFFE

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

Developer Code Snippets & Tailwind CSS

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

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