Sea Shell (Neutral)
#FFF3EF
RGB: 255, 243, 239
Color OverviewHEX #FFF3EF

#FFF3EF Color Code Information

In the RGB color space, #FFF3EF is composed of 100% red, 95% green, and 94% blue. In the HSL color space, it has a hue of 15°, saturation of 100%, and lightness of 97%.

HEX
#FFF3EF
RGB
255, 243, 239
HSL
15°, 100%, 97%
HSV
15°, 6%, 100%
CMYK
0%, 5%, 6%, 0%
Name Match
Sea Shell
Closest Standard

Shades of #FFF3EF (Darker Variations)

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

Tints of #FFF3EF (Lighter Variations)

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

Tones of #FFF3EF (Muted Variations)

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

Color Harmonies for #FFF3EF

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

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