Honeydew (Green)
#F5FDEC
RGB: 245, 253, 236
Color OverviewHEX #F5FDEC

#F5FDEC Color Code Information

In the RGB color space, #F5FDEC is composed of 96% red, 99% green, and 93% blue. In the HSL color space, it has a hue of 88°, saturation of 81%, and lightness of 96%.

HEX
#F5FDEC
RGB
245, 253, 236
HSL
88°, 81%, 96%
HSV
88°, 7%, 99%
CMYK
3%, 0%, 7%, 1%
Name Match
Honeydew
Closest Standard

Shades of #F5FDEC (Darker Variations)

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

Tints of #F5FDEC (Lighter Variations)

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

Tones of #F5FDEC (Muted Variations)

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

Color Harmonies for #F5FDEC

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

Developer Code Snippets & Tailwind CSS

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

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