#F8E9E9
A very light, moderate neutral closely aligning with Lavenderblush.
About #F8E9E9
The hex code #F8E9E9 represents a beautifully specific shade of neutral. It is closely associated with the named CSS color Lavenderblush. This translates to an RGB value of rgb(248, 233, 233).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 6% Magenta, 6% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8E9E9
RGB248, 233, 233
HSL0.0°, 51.7%, 94.3%
CMYK0%, 6%, 6%, 3%
HSV0.0°, 6.0%, 97.3%
LAB93.5, 5.1, 1.8
XYZ82.6, 84.1, 89.0
Decimal16312809
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.82:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8E9E9;
}
.text-color {
color: #F8E9E9;
}
.border-color {
border: 2px solid #F8E9E9;
}