Honeydew (Green)
#EAF3EC
RGB: 234, 243, 236
Color OverviewHEX #EAF3EC

#EAF3EC Color Code Information

In the RGB color space, #EAF3EC is composed of 92% red, 95% green, and 93% blue. In the HSL color space, it has a hue of 133°, saturation of 27%, and lightness of 94%.

HEX
#EAF3EC
RGB
234, 243, 236
HSL
133°, 27%, 94%
HSV
133°, 4%, 95%
CMYK
4%, 0%, 3%, 5%
Name Match
Honeydew
Closest Standard

Shades of #EAF3EC (Darker Variations)

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

Tints of #EAF3EC (Lighter Variations)

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

Tones of #EAF3EC (Muted Variations)

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

Color Harmonies for #EAF3EC

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

Developer Code Snippets & Tailwind CSS

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

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