#FFF8F8
A very light, vivid neutral closely aligning with Snow.
About #FFF8F8
Visually, #FFF8F8 is defined as a vivid neutral. If you're using CSS, you might find it aligns closely with Snow. Its digital footprint relies on 255 parts red, 248 parts green, and 248 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 3% magenta, 3% yellow, and 0% black. The HSL representation is 0.0° hue, 100.0% saturation, and 98.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFF8F8
RGB255, 248, 248
HSL0.0°, 100.0%, 98.6%
CMYK0%, 3%, 3%, 0%
HSV0.0°, 2.7%, 100.0%
LAB98.1, 2.3, 0.8
XYZ91.8, 95.2, 102.3
Decimal16775416
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.05:1
Text on #FFFFFF
FAIL
20.03:1
Text on #000000
AAA
1.00:1
Text on #F8FAFC
FAIL
17.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF8F8;
}
.text-color {
color: #FFF8F8;
}
.border-color {
border: 2px solid #FFF8F8;
}