Honeydew (Green)
#EBF5E9
RGB: 235, 245, 233
Color OverviewHEX #EBF5E9

#EBF5E9 Color Code Information

In the RGB color space, #EBF5E9 is composed of 92% red, 96% green, and 91% blue. In the HSL color space, it has a hue of 110°, saturation of 38%, and lightness of 94%.

HEX
#EBF5E9
RGB
235, 245, 233
HSL
110°, 38%, 94%
HSV
110°, 5%, 96%
CMYK
4%, 0%, 5%, 4%
Name Match
Honeydew
Closest Standard

Shades of #EBF5E9 (Darker Variations)

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

Tints of #EBF5E9 (Lighter Variations)

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

Tones of #EBF5E9 (Muted Variations)

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

Color Harmonies for #EBF5E9

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

Developer Code Snippets & Tailwind CSS

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

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