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