#FFFACD
A very light, vivid neutral closely aligning with Lemonchiffon.
About #FFFACD
Visually, #FFFACD is defined as a vivid neutral. It is closely associated with the named CSS color Lemonchiffon. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 250, and 205.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 2% M, 20% Y, and 0% K. 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. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFFACD
RGB255, 250, 205
HSL54.0°, 100.0%, 90.2%
CMYK0%, 2%, 20%, 0%
HSV54.0°, 19.6%, 100.0%
LAB97.6, -5.4, 22.2
XYZ86.4, 94.0, 71.4
Decimal16775885
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.06:1
Text on #FFFFFF
FAIL
19.81:1
Text on #000000
AAA
1.01:1
Text on #F8FAFC
FAIL
16.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFFACD;
}
.text-color {
color: #FFFACD;
}
.border-color {
border: 2px solid #FFFACD;
}