Honeydew (Green)
#E2F6F4
RGB: 226, 246, 244
Color OverviewHEX #E2F6F4
#E2F6F4 Color Code Information
In the RGB color space, #E2F6F4 is composed of 89% red, 96% green, and 96% blue. In the HSL color space, it has a hue of 174°, saturation of 53%, and lightness of 93%.
HEX
#E2F6F4
RGB
226, 246, 244
HSL
174°, 53%, 93%
HSV
174°, 8%, 96%
CMYK
8%, 0%, 1%, 4%
Name Match
Honeydew
Closest StandardShades of #E2F6F4 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #E2F6F4 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #E2F6F4 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #E2F6F4
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 #E2F6F4 Background
Contrast Ratio against Pure White (#FFFFFF):1.12 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #E2F6F4 Background
Contrast Ratio against Pure Black (#000000):18.72 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #E2F6F4;
}
.element {
color: #E2F6F4;
background-color: #E2F6F4;
border-color: #E2F6F4;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#E2F6F4] text-[#E2F6F4] border-[#E2F6F4]"> Content styled with #E2F6F4 </div>