CSS named color
LemonChiffon
#FFFACD
HEX
#fffacdRGB
rgb(255, 250, 205)HSL
hsl(54, 100%, 90%)OKLCH
oklch(97.78% 0.0582 102.16)NAME
lemonchiffonPalette
Complementary
180° on the color wheelComplement
#CCD1FF
Analogous
±30° around the base hueLeft
#FFE0CC
Right
#EBFFCC
Triadic
±120° for harmonic contrastTriad 1
#CCFFFA
Triad 2
#FACCFF
Shades
Lighter and darker variantsCSS usage
By name
color: lemonchiffon;
background-color: lemonchiffon;By HEX
color: #fffacd;
background-color: #fffacd;By RGB
color: rgb(255, 250, 205);
background-color: rgb(255, 250, 205);By HSL
color: hsl(54, 100%, 90%);
background-color: hsl(54, 100%, 90%);WCAG contrast vs white
Aa
1.06:1
Below minimum
WCAG contrast vs black
Aa
19.81:1
AAA
Related colors
FAQ — LemonChiffon
What is the HEX code for LemonChiffon?
The HEX code for LemonChiffon is #FFFACD. It's one of the 148 named CSS colors and can be used directly in CSS as color: lemonchiffon; or color: #fffacd;
What is LemonChiffon in RGB?
LemonChiffon in RGB is rgb(255, 250, 205) — red 255, green 250, blue 205.
What is LemonChiffon in HSL?
LemonChiffon in HSL is hsl(54, 100%, 90%) — hue 54°, saturation 100%, lightness 90%.
What is the complementary color of LemonChiffon?
The complementary color (directly opposite LemonChiffon on the color wheel) is #CCD1FF. The two together produce maximum contrast.
Is white text readable on LemonChiffon?
The WCAG contrast ratio against white (#FFFFFF) is 1.06:1, and against black (#000000) it's 19.81:1. Black text is more readable. WCAG recommends at least 4.5:1 for body text.