Sea Shell (Neutral)
#F8F7EC
RGB: 248, 247, 236
Color OverviewHEX #F8F7EC

#F8F7EC Color Code Information

In the RGB color space, #F8F7EC is composed of 97% red, 97% green, and 93% blue. In the HSL color space, it has a hue of 55°, saturation of 46%, and lightness of 95%.

HEX
#F8F7EC
RGB
248, 247, 236
HSL
55°, 46%, 95%
HSV
55°, 5%, 97%
CMYK
0%, 0%, 5%, 3%
Name Match
Sea Shell
Closest Standard

Shades of #F8F7EC (Darker Variations)

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

Tints of #F8F7EC (Lighter Variations)

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

Tones of #F8F7EC (Muted Variations)

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

Color Harmonies for #F8F7EC

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

Developer Code Snippets & Tailwind CSS

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

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