Honeydew (Green)
#EFF8ED
RGB: 239, 248, 237
Color OverviewHEX #EFF8ED

#EFF8ED Color Code Information

In the RGB color space, #EFF8ED is composed of 94% red, 97% green, and 93% blue. In the HSL color space, it has a hue of 109°, saturation of 44%, and lightness of 95%.

HEX
#EFF8ED
RGB
239, 248, 237
HSL
109°, 44%, 95%
HSV
109°, 4%, 97%
CMYK
4%, 0%, 4%, 3%
Name Match
Honeydew
Closest Standard

Shades of #EFF8ED (Darker Variations)

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

Tints of #EFF8ED (Lighter Variations)

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

Tones of #EFF8ED (Muted Variations)

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

Color Harmonies for #EFF8ED

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

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