CSS named color

AntiqueWhite

#FAEBD7
HEX#faebd7
RGBrgb(250, 235, 215)
HSLhsl(34, 78%, 91%)
OKLCHoklch(94.67% 0.0311 75.22)
NAMEantiquewhite

Palette

Complementary

180° on the color wheel
Complement
#D6E6FA

Analogous

±30° around the base hue
Left
#FAD9D6
Right
#F8FAD6

Triadic

±120° for harmonic contrast
Triad 1
#D6FAEA
Triad 2
#EAD6FA

Shades

Lighter and darker variants
Lightest
#FEFAF6
Lighter
#FCF4E8
Base
#FAEBD7
AntiqueWhite
Darker
#EFBD7B
Darkest
#E69A37

CSS 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.

← All colors & converter