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