#F8FFDB
A very light, vivid neutral closely aligning with Lightgoldenrodyellow.
About #F8FFDB
Visually, #F8FFDB is defined as a vivid neutral. Its closest recognized web color is Lightgoldenrodyellow. In the RGB color space, it consists of 248 red, 255 green, and 219 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 3% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#F8FFDB
RGB248, 255, 219
HSL71.7°, 100.0%, 92.9%
CMYK3%, 0%, 14%, 0%
HSV71.7°, 14.1%, 100.0%
LAB98.7, -8.3, 16.4
XYZ87.3, 96.6, 81.1
Decimal16318427
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.03:1
Text on #FFFFFF
FAIL
20.32:1
Text on #000000
AAA
1.01:1
Text on #F8FAFC
FAIL
17.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8FFDB;
}
.text-color {
color: #F8FFDB;
}
.border-color {
border: 2px solid #F8FFDB;
}