Honeydew (Green)
#E6FAE5
RGB: 230, 250, 229
Color OverviewHEX #E6FAE5

#E6FAE5 Color Code Information

In the RGB color space, #E6FAE5 is composed of 90% red, 98% green, and 90% blue. In the HSL color space, it has a hue of 117°, saturation of 68%, and lightness of 94%.

HEX
#E6FAE5
RGB
230, 250, 229
HSL
117°, 68%, 94%
HSV
117°, 8%, 98%
CMYK
8%, 0%, 8%, 2%
Name Match
Honeydew
Closest Standard

Shades of #E6FAE5 (Darker Variations)

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

Tints of #E6FAE5 (Lighter Variations)

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

Tones of #E6FAE5 (Muted Variations)

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

Color Harmonies for #E6FAE5

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

Developer Code Snippets & Tailwind CSS

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

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