Honeydew (Green)
#EEF7EF
RGB: 238, 247, 239
Color OverviewHEX #EEF7EF

#EEF7EF Color Code Information

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

HEX
#EEF7EF
RGB
238, 247, 239
HSL
127°, 36%, 95%
HSV
127°, 4%, 97%
CMYK
4%, 0%, 3%, 3%
Name Match
Honeydew
Closest Standard

Shades of #EEF7EF (Darker Variations)

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

Tints of #EEF7EF (Lighter Variations)

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

Tones of #EEF7EF (Muted Variations)

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

Color Harmonies for #EEF7EF

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

Developer Code Snippets & Tailwind CSS

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

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