CSS named color
AntiqueWhite
#FAEBD7
HEX
#faebd7RGB
rgb(250, 235, 215)HSL
hsl(34, 78%, 91%)OKLCH
oklch(94.67% 0.0311 75.22)NAME
antiquewhitePalette
Complementary
180° on the color wheelComplement
#D6E6FA
Analogous
±30° around the base hueLeft
#FAD9D6
Right
#F8FAD6
Triadic
±120° for harmonic contrastTriad 1
#D6FAEA
Triad 2
#EAD6FA
Shades
Lighter and darker variantsCSS usage
By name
color: antiquewhite;
background-color: antiquewhite;By HEX
color: #faebd7;
background-color: #faebd7;By RGB
color: rgb(250, 235, 215);
background-color: rgb(250, 235, 215);By HSL
color: hsl(34, 78%, 91%);
background-color: hsl(34, 78%, 91%);WCAG contrast vs white
Aa
1.17:1
Below minimum
WCAG contrast vs black
Aa
17.93:1
AAA
Related colors
FAQ — AntiqueWhite
What is the HEX code for AntiqueWhite?
The HEX code for AntiqueWhite is #FAEBD7. It's one of the 148 named CSS colors and can be used directly in CSS as color: antiquewhite; or color: #faebd7;
What is AntiqueWhite in RGB?
AntiqueWhite in RGB is rgb(250, 235, 215) — red 250, green 235, blue 215.
What is AntiqueWhite in HSL?
AntiqueWhite in HSL is hsl(34, 78%, 91%) — hue 34°, saturation 78%, lightness 91%.
What is the complementary color of AntiqueWhite?
The complementary color (directly opposite AntiqueWhite on the color wheel) is #D6E6FA. The two together produce maximum contrast.
Is white text readable on AntiqueWhite?
The WCAG contrast ratio against white (#FFFFFF) is 1.17:1, and against black (#000000) it's 17.93:1. Black text is more readable. WCAG recommends at least 4.5:1 for body text.