Honeydew (Green)
#E5F3EC
RGB: 229, 243, 236
Color OverviewHEX #E5F3EC
#E5F3EC Color Code Information
In the RGB color space, #E5F3EC is composed of 90% red, 95% green, and 93% blue. In the HSL color space, it has a hue of 150°, saturation of 37%, and lightness of 93%.
HEX
#E5F3EC
RGB
229, 243, 236
HSL
150°, 37%, 93%
HSV
150°, 6%, 95%
CMYK
6%, 0%, 3%, 5%
Name Match
Honeydew
Closest StandardShades of #E5F3EC (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #E5F3EC (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #E5F3EC (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #E5F3EC
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #E5F3EC Background
Contrast Ratio against Pure White (#FFFFFF):1.14 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #E5F3EC Background
Contrast Ratio against Pure Black (#000000):18.36 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #E5F3EC;
}
.element {
color: #E5F3EC;
background-color: #E5F3EC;
border-color: #E5F3EC;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#E5F3EC] text-[#E5F3EC] border-[#E5F3EC]"> Content styled with #E5F3EC </div>