#F0F0E9
A very light, muted neutral closely aligning with Linen.
About #F0F0E9
The precise color #F0F0E9 is an excellent choice for modern design projects. Its closest recognized web color is Linen. This translates to an RGB value of rgb(240, 240, 233).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0F0E9
RGB240, 240, 233
HSL60.0°, 18.9%, 92.7%
CMYK0%, 0%, 3%, 6%
HSV60.0°, 2.9%, 94.1%
LAB94.6, -1.2, 3.4
XYZ81.8, 86.7, 89.5
Decimal15790313
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.14:1
Text on #FFFFFF
FAIL
18.35:1
Text on #000000
AAA
1.09:1
Text on #F8FAFC
FAIL
15.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0F0E9;
}
.text-color {
color: #F0F0E9;
}
.border-color {
border: 2px solid #F0F0E9;
}