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