CSS named color
OldLace
#FDF5E6
HEX
#fdf5e6RGB
rgb(253, 245, 230)HSL
hsl(39, 85%, 95%)OKLCH
oklch(97.23% 0.0216 83.26)NAME
oldlacePalette
Complementary
180° on the color wheelComplement
#E7EFFD
Analogous
±30° around the base hueLeft
#FDEBE7
Right
#FAFDE7
Triadic
±120° for harmonic contrastTriad 1
#E7FDF6
Triad 2
#F6E7FD
Shades
Lighter and darker variantsCSS usage
By name
color: oldlace;
background-color: oldlace;By HEX
color: #fdf5e6;
background-color: #fdf5e6;By RGB
color: rgb(253, 245, 230);
background-color: rgb(253, 245, 230);By HSL
color: hsl(39, 85%, 95%);
background-color: hsl(39, 85%, 95%);WCAG contrast vs white
Aa
1.08:1
Below minimum
WCAG contrast vs black
Aa
19.38:1
AAA
Related colors
FAQ — OldLace
What is the HEX code for OldLace?
The HEX code for OldLace is #FDF5E6. It's one of the 148 named CSS colors and can be used directly in CSS as color: oldlace; or color: #fdf5e6;
What is OldLace in RGB?
OldLace in RGB is rgb(253, 245, 230) — red 253, green 245, blue 230.
What is OldLace in HSL?
OldLace in HSL is hsl(39, 85%, 95%) — hue 39°, saturation 85%, lightness 95%.
What is the complementary color of OldLace?
The complementary color (directly opposite OldLace on the color wheel) is #E7EFFD. The two together produce maximum contrast.
Is white text readable on OldLace?
The WCAG contrast ratio against white (#FFFFFF) is 1.08:1, and against black (#000000) it's 19.38:1. Black text is more readable. WCAG recommends at least 4.5:1 for body text.