Named color

Lemon Chiffon

Lemon Chiffon is a light and pastel yellow color with HEX #FFFACD. According to Colors Encyclopedia, it has RGB 255, 250, 205, HSL 54, 100%, 90%, warm temperature, and is useful for web design, CSS color systems, and UI prototyping.

HEX #FFFACD
RGB rgb(255, 250, 205)
HSL hsl(54 100% 90%)
CMYK cmyk(0, 2, 20, 0)
Luminance 0.9404
Contrast Black 19.81:1White 1.06:1

CSS Utilities

--color-lemon-chiffon: #FFFACD;
.bg-lemon-chiffon { background-color: #FFFACD; }
.text-lemon-chiffon { color: #FFFACD; }

Machine-readable data

Machine-Readable Color Data (JSON)

Perfect for CSS, design systems, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.9404
Black text19.81:1AA Pass
White text1.06:1AA Fail
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Color systems
{
  "hex": "#FFFACD",
  "rgb": [
    255,
    250,
    205
  ],
  "hsl": [
    54,
    100,
    90
  ],
  "cmyk": [
    0,
    2,
    20,
    0
  ],
  "luminance": 0.9404,
  "contrast": {
    "black": 19.81,
    "white": 1.06
  }
}
WCAG
{
  "AA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "AAA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ]
}
Harmonies
{
  "complementary": "#CCD1FF",
  "analogous": [
    "#FFE0CC",
    "#EBFFCC"
  ],
  "triadic": [
    "#CCFFFA",
    "#FACCFF"
  ],
  "tetradic": [
    "#CCFFE0",
    "#CCD1FF",
    "#FFCCEB"
  ],
  "splitComplementary": [
    "#CCEBFF",
    "#E0CCFF"
  ],
  "monochromatic": [
    "#FFFFFF",
    "#FFFACD",
    "#FFF170"
  ]
}
Variants
{
  "light": "#FFFFFF",
  "dark": "#FFF170",
  "saturated": "#FFFACC",
  "desaturated": "#F9F5D2",
  "pastel": "#FFFFFF",
  "neon": "#FFFEF5"
}
Pairings
{
  "best": [
    "#000000",
    "#CCD1FF",
    "#FFE0CC",
    "#EBFFCC"
  ],
  "avoid": [
    "#F9F5D2",
    "#FFFFFF"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#000000"
  ],
  "lowContrast": [
    "#FFFFFF",
    "#F9F5D2"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "cream",
    "light-goldenrod-yellow",
    "papaya-whip",
    "blanched-almond",
    "cornsilk"
  ],
  "generatedPalettes": [
    "lemon-chiffon"
  ],
  "generatedComparisons": [
    "cream-vs-lemon-chiffon",
    "lemon-chiffon-vs-light-goldenrod-yellow"
  ],
  "relatedFamilies": [
    "/colors/by-family/yellow",
    "/colors/by-temperature/warm",
    "/colors/by-tone/light",
    "/colors/by-tone/pastel"
  ],
  "relatedTools": [
    "/harmonies/lemon-chiffon",
    "/wcag/lemon-chiffon",
    "/css/colors/lemon-chiffon",
    "/hex/fffacd"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/yellow",
      "/colors/by-temperature/warm",
      "/colors/by-tone/light",
      "/colors/by-tone/pastel"
    ],
    "narrower": [
      "/palettes/lemon-chiffon"
    ],
    "related": [
      "/colors/cream",
      "/colors/light-goldenrod-yellow",
      "/colors/papaya-whip",
      "/colors/blanched-almond",
      "/colors/cornsilk",
      "/compare/cream-vs-lemon-chiffon",
      "/compare/lemon-chiffon-vs-light-goldenrod-yellow",
      "/harmonies/lemon-chiffon",
      "/wcag/lemon-chiffon",
      "/css/colors/lemon-chiffon",
      "/hex/fffacd"
    ]
  }
}
Full JSON dataset
{
  "slug": "lemon-chiffon",
  "name": "Lemon Chiffon",
  "cssName": "lemonchiffon",
  "hex": "#FFFACD",
  "family": "yellow",
  "temperature": "warm",
  "tone": [
    "light",
    "pastel"
  ],
  "uses": [
    "web design",
    "CSS color systems",
    "UI prototyping"
  ],
  "psychology": {
    "associations": [
      "context dependent"
    ],
    "contexts": [
      "web interfaces",
      "design systems",
      "technical color references"
    ],
    "avoidIn": [
      "claims that require brand or cultural specificity"
    ]
  },
  "aliases": [
    "lemonchiffon"
  ],
  "sourceType": "standard",
  "confidence": "high",
  "sourceUrl": "https://www.w3.org/TR/css-color-4/#named-colors",
  "origin": {
    "type": "css",
    "notes": "Standard CSS named color."
  },
  "reviewStatus": "auto",
  "editorialNotes": "Generated from CSS named color data and computed color-system properties.",
  "tags": [
    "yellow",
    "warm",
    "light",
    "pastel",
    "web-design",
    "css-color-systems",
    "ui-prototyping",
    "context-dependent"
  ],
  "popularity": 67,
  "rgb": [
    255,
    250,
    205
  ],
  "hsl": [
    54,
    100,
    90
  ],
  "cmyk": [
    0,
    2,
    20,
    0
  ],
  "luminance": 0.9404,
  "contrast": {
    "black": 19.81,
    "white": 1.06
  },
  "harmonies": {
    "complementary": "#CCD1FF",
    "analogous": [
      "#FFE0CC",
      "#EBFFCC"
    ],
    "triadic": [
      "#CCFFFA",
      "#FACCFF"
    ],
    "tetradic": [
      "#CCFFE0",
      "#CCD1FF",
      "#FFCCEB"
    ],
    "splitComplementary": [
      "#CCEBFF",
      "#E0CCFF"
    ],
    "monochromatic": [
      "#FFFFFF",
      "#FFFACD",
      "#FFF170"
    ]
  },
  "variants": {
    "light": "#FFFFFF",
    "dark": "#FFF170",
    "saturated": "#FFFACC",
    "desaturated": "#F9F5D2",
    "pastel": "#FFFFFF",
    "neon": "#FFFEF5"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  },
  "css": {
    "variable": "--color-lemon-chiffon: #FFFACD;",
    "utility": ".bg-lemon-chiffon { background-color: #FFFACD; }",
    "textUtility": ".text-lemon-chiffon { color: #FFFACD; }"
  },
  "nearestColors": [
    "cream",
    "light-goldenrod-yellow",
    "papaya-whip",
    "blanched-almond",
    "cornsilk"
  ],
  "generatedPalettes": [
    "lemon-chiffon"
  ],
  "generatedComparisons": [
    "cream-vs-lemon-chiffon",
    "lemon-chiffon-vs-light-goldenrod-yellow"
  ],
  "relatedFamilies": [
    "/colors/by-family/yellow",
    "/colors/by-temperature/warm",
    "/colors/by-tone/light",
    "/colors/by-tone/pastel"
  ],
  "relatedTools": [
    "/harmonies/lemon-chiffon",
    "/wcag/lemon-chiffon",
    "/css/colors/lemon-chiffon",
    "/hex/fffacd"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/yellow",
      "/colors/by-temperature/warm",
      "/colors/by-tone/light",
      "/colors/by-tone/pastel"
    ],
    "narrower": [
      "/palettes/lemon-chiffon"
    ],
    "related": [
      "/colors/cream",
      "/colors/light-goldenrod-yellow",
      "/colors/papaya-whip",
      "/colors/blanched-almond",
      "/colors/cornsilk",
      "/compare/cream-vs-lemon-chiffon",
      "/compare/lemon-chiffon-vs-light-goldenrod-yellow",
      "/harmonies/lemon-chiffon",
      "/wcag/lemon-chiffon",
      "/css/colors/lemon-chiffon",
      "/hex/fffacd"
    ]
  },
  "pairings": {
    "best": [
      "#000000",
      "#CCD1FF",
      "#FFE0CC",
      "#EBFFCC"
    ],
    "avoid": [
      "#F9F5D2",
      "#FFFFFF"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#000000"
    ],
    "lowContrast": [
      "#FFFFFF",
      "#F9F5D2"
    ]
  }
}

Color meaning and use

About Lemon Chiffon Color

Lemon Chiffon sits in the yellow family with warm temperature and light and pastel visual character. Standard CSS named color.

Its common associations include context dependent, which makes it relevant for web interfaces and design systems. In design work, Lemon Chiffon is most useful for web design, css color systems, and ui prototyping, especially when paired with black text for stronger contrast.

WCAG Accessibility

Contrast checks for Lemon Chiffon against black and white text.

Black text19.81:1AA Pass
White text1.06:1AA Fail
AA text options#000000, #1A1A1A, #36454F
AAA text options#000000, #1A1A1A, #36454F

Similar Colors

Color Harmonies

#CCD1FF#CCD1FF
#FFE0CC#FFE0CC
#EBFFCC#EBFFCC
#CCFFFA#CCFFFA
#FACCFF#FACCFF

Variants

White#FFFFFF
#FFF170#FFF170
#FFFACC#FFFACC
#F9F5D2#F9F5D2
White#FFFFFF
#FFFEF5#FFFEF5

Pairings

Black#000000
#CCD1FF#CCD1FF
#FFE0CC#FFE0CC
#EBFFCC#EBFFCC
Matte Black#1A1A1A
White Smoke#F5F5F5