Sea Shell (Neutral)
#FDF4EB
RGB: 253, 244, 235
Color OverviewHEX #FDF4EB

#FDF4EB Color Code Information

In the RGB color space, #FDF4EB is composed of 99% red, 96% green, and 92% blue. In the HSL color space, it has a hue of 30°, saturation of 82%, and lightness of 96%.

HEX
#FDF4EB
RGB
253, 244, 235
HSL
30°, 82%, 96%
HSV
30°, 7%, 99%
CMYK
0%, 4%, 7%, 1%
Name Match
Sea Shell
Closest Standard

Shades of #FDF4EB (Darker Variations)

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

Tints of #FDF4EB (Lighter Variations)

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

Tones of #FDF4EB (Muted Variations)

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

Color Harmonies for #FDF4EB

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

Developer Code Snippets & Tailwind CSS

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

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