Skip to content

CSS named color

AntiqueWhite #FAEBD7

AntiqueWhite (CSS keyword antiquewhite) has the hex code #FAEBD7 and the RGB value rgb(250, 235, 215): an off-white with a beige tint.

AntiqueWhite#FAEBD7

An off-white with a beige cast, meant to evoke aged paper or unbleached fabric. It sits between linen and bisque and works as a warm background for long-form text.

Color codes for AntiqueWhite

Color codes for AntiqueWhite
CSS keywordantiquewhite
HEX#FAEBD7
RGBrgb(250, 235, 215)
HSLhsl(34, 78%, 91%)
HWBhwb(34 84% 2%)
OKLCHoklch(94.7% 0.031 75.2)
CMYK (naive, no ICC profile)cmyk(0%, 6%, 14%, 2%)
Decimal16,444,375
Hue familyWhites and off-whites

Contrast and accessibility

On antiquewhite, black text has a contrast ratio of 17.92:1 and passes AAA at any text size; white text reaches 1.17:1.

WCAG 2.2 contrast ratios (success criteria 1.4.3 and 1.4.6: AA needs 4.5:1 for normal text and 3:1 for large text, AAA needs 7:1 and 4.5:1). APCA Lc is the lightness contrast from the APCA-W3 0.0.98G model proposed for WCAG 3; a higher absolute value is more readable, and Lc 75 is its suggested minimum for body text.

Contrast and accessibility
PairRatioAAAA largeAAAAAA largeAPCA Lc
Black text on antiquewhite17.92:1PassPassPassPass95.3
White text on antiquewhite1.17:1FailFailFailFail−9.6
Antiquewhite text on white1.17:1FailFailFailFail8.2
Antiquewhite text on black17.92:1PassPassPassPass−96.1

Tints and shades

Each step mixes antiquewhite with white (tints) or black (shades) in gamma-encoded sRGB, the same result as color-mix(in srgb, antiquewhite, white 25%) in CSS.

Tints (mixed with white)

  1. 5%
    #faecd9
  2. 15%
    #fbeedd
  3. 25%
    #fbf0e1
  4. 35%
    #fcf2e5
  5. 45%
    #fcf4e9
  6. 55%
    #fdf6ed
  7. 65%
    #fdf8f1
  8. 75%
    #fefaf5
  9. 85%
    #fefcf9
  10. 95%
    #fffefd

Shades (mixed with black)

  1. 5%
    #eedfcc
  2. 15%
    #d5c8b7
  3. 25%
    #bcb0a1
  4. 35%
    #a3998c
  5. 45%
    #8a8176
  6. 55%
    #706a61
  7. 65%
    #58524b
  8. 75%
    #3f3b36
  9. 85%
    #262320
  10. 95%
    #0d0c0b

Color harmonies

Rotating the hue in OKLCH while keeping lightness and chroma, antiquewhite's complementary color is #E0EFFF (close to lavender), its analogous colors are #FFE7DD and #F0EFD7, and its triadic partners are #D7F4F4 and #F6E8FC. For text on top, black gives the higher contrast.

Color harmonies
HarmonyRotationColor
Complementary+180°#e0efff
Analogous−30°, +30°#ffe7dd#f0efd7
Triadic+120°, +240°#d7f4f4#f6e8fc
Split-complementary+150°, +210°#d8f2fd#ebebff

Computed in OKLCH: the hue is rotated by 180° (complementary), ±30° (analogous), ±120° (triadic) and 180° ±30° (split-complementary) while lightness and chroma stay fixed. Results that fall outside sRGB are brought back with the CSS Color 4 gamut mapping algorithm. Because this uses OKLCH, the values differ from tools that rotate hue in HSL, but every color keeps the same perceived lightness.

Warm or cool?

AntiqueWhite is a warm color: its hue is 34° on the HSL wheel, in the red, orange and yellow range (0° to about 70°, plus reds above 330°) that is conventionally called warm.

Nearest named and Tailwind colors

Distance is ΔE OK, the Euclidean distance in OKLab multiplied by 100. Values under about 2 are hard to tell apart side by side.

Nearest CSS named colors

Nearest CSS named colors
ColorHEXΔE OK
papayawhip#ffefd51.4
blanchedalmond#ffebcd1.4
linen#faf0e62.0

Nearest Tailwind v4 colors

Nearest Tailwind v4 colors
ColorHEXΔE OK
orange-100#ffedd41.0
olive-200#e8e8e33.0
red-100#ffe2e23.2

Code snippets

CSS
.element {
  color: antiquewhite;
  background-color: #faebd7;
  border-color: rgb(250 235 215);
  outline-color: oklch(94.7% 0.031 75.2);
}
Tailwind CSS
<div class="bg-[#faebd7] text-black">...</div>

/* or register it once in your CSS (Tailwind v4) */
@theme {
  --color-antiquewhite: #faebd7;
}
/* then use bg-antiquewhite, text-antiquewhite, border-antiquewhite */
SwiftUI
import SwiftUI

extension Color {
  static let antiquewhite = Color(red: 0.980, green: 0.922, blue: 0.843)
}
Jetpack Compose
import androidx.compose.ui.graphics.Color

val Antiquewhite = Color(0xFFFAEBD7)
Flutter
import 'package:flutter/material.dart';

const antiquewhite = Color(0xFFFAEBD7);
Android XML
<!-- res/values/colors.xml -->
<color name="antiquewhite">#FAEBD7</color>

Frequently asked questions

What is the hex code for antiquewhite?
The hex code for antiquewhite is #FAEBD7. The same color is rgb(250, 235, 215), hsl(34, 78%, 91%) and oklch(94.7% 0.031 75.2), and in CSS you can also write the keyword antiquewhite directly.
Is antiquewhite a warm or cool color?
AntiqueWhite is a warm color: its hue is 34° on the HSL wheel, in the red, orange and yellow range (0° to about 70°, plus reds above 330°) that is conventionally called warm.
What colors go with antiquewhite?
Rotating the hue in OKLCH while keeping lightness and chroma, antiquewhite's complementary color is #E0EFFF (close to lavender), its analogous colors are #FFE7DD and #F0EFD7, and its triadic partners are #D7F4F4 and #F6E8FC. For text on top, black gives the higher contrast.
Can you use white text on antiquewhite?
White text on antiquewhite has a contrast ratio of 1.17:1, which fails AA even for large text under WCAG 2.2. Black text reaches 17.92:1 and passes both AA and AAA. In APCA terms that is Lc −9.6 for white and Lc 95.3 for black.
What is the RGB value of antiquewhite?
AntiqueWhite is rgb(250, 235, 215): red 250, green 235 and blue 215 on the 0 to 255 scale, or 98.0%, 92.2% and 84.3%. As a decimal integer it is 16444375.

Last reviewed by Arielton Oberek.