Honeydew (Green)
#F2FEEA
RGB: 242, 254, 234
Color OverviewHEX #F2FEEA

#F2FEEA Color Code Information

In the RGB color space, #F2FEEA is composed of 95% red, 100% green, and 92% blue. In the HSL color space, it has a hue of 96°, saturation of 91%, and lightness of 96%.

HEX
#F2FEEA
RGB
242, 254, 234
HSL
96°, 91%, 96%
HSV
96°, 8%, 100%
CMYK
5%, 0%, 8%, 0%
Name Match
Honeydew
Closest Standard

Shades of #F2FEEA (Darker Variations)

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

Tints of #F2FEEA (Lighter Variations)

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

Tones of #F2FEEA (Muted Variations)

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

Color Harmonies for #F2FEEA

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

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