Honeydew (Green)
#E0F6EA
RGB: 224, 246, 234
Color OverviewHEX #E0F6EA

#E0F6EA Color Code Information

In the RGB color space, #E0F6EA is composed of 88% red, 96% green, and 92% blue. In the HSL color space, it has a hue of 147°, saturation of 55%, and lightness of 92%.

HEX
#E0F6EA
RGB
224, 246, 234
HSL
147°, 55%, 92%
HSV
147°, 9%, 96%
CMYK
9%, 0%, 5%, 4%
Name Match
Honeydew
Closest Standard

Shades of #E0F6EA (Darker Variations)

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

Tints of #E0F6EA (Lighter Variations)

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

Tones of #E0F6EA (Muted Variations)

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

Color Harmonies for #E0F6EA

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

Developer Code Snippets & Tailwind CSS

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

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