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