White Smoke (Neutral)
#EDF3ED
RGB: 237, 243, 237
Color OverviewHEX #EDF3ED

#EDF3ED Color Code Information

In the RGB color space, #EDF3ED is composed of 93% red, 95% green, and 93% blue. In the HSL color space, it has a hue of 120°, saturation of 20%, and lightness of 94%.

HEX
#EDF3ED
RGB
237, 243, 237
HSL
120°, 20%, 94%
HSV
120°, 2%, 95%
CMYK
2%, 0%, 2%, 5%
Name Match
White Smoke
Closest Standard

Shades of #EDF3ED (Darker Variations)

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

Tints of #EDF3ED (Lighter Variations)

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

Tones of #EDF3ED (Muted Variations)

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

Color Harmonies for #EDF3ED

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

Developer Code Snippets & Tailwind CSS

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

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