Floral White (Neutral)
#FDFCEF
RGB: 253, 252, 239
Color OverviewHEX #FDFCEF

#FDFCEF Color Code Information

In the RGB color space, #FDFCEF is composed of 99% red, 99% green, and 94% blue. In the HSL color space, it has a hue of 56°, saturation of 78%, and lightness of 96%.

HEX
#FDFCEF
RGB
253, 252, 239
HSL
56°, 78%, 96%
HSV
56°, 6%, 99%
CMYK
0%, 0%, 6%, 1%
Name Match
Floral White
Closest Standard

Shades of #FDFCEF (Darker Variations)

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

Tints of #FDFCEF (Lighter Variations)

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

Tones of #FDFCEF (Muted Variations)

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

Color Harmonies for #FDFCEF

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

Developer Code Snippets & Tailwind CSS

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

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