Named color

Peach Puff

Peach Puff is a light and pastel orange color with HEX #FFDAB9. According to Colors Encyclopedia, it has RGB 255, 218, 185, HSL 28, 100%, 86%, warm temperature, and is useful for web design, CSS color systems, and UI prototyping.

HEX #FFDAB9
RGB rgb(255, 218, 185)
HSL hsl(28 100% 86%)
CMYK cmyk(0, 15, 27, 0)
Luminance 0.7491
Contrast Black 15.98:1White 1.31:1

CSS Utilities

--color-peach-puff: #FFDAB9;
.bg-peach-puff { background-color: #FFDAB9; }
.text-peach-puff { color: #FFDAB9; }

Machine-readable data

Machine-Readable Color Data (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.7491
Black text15.98:1AA Pass
White text1.31: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": "#FFDAB9",
  "rgb": [
    255,
    218,
    185
  ],
  "hsl": [
    28,
    100,
    86
  ],
  "cmyk": [
    0,
    15,
    27,
    0
  ],
  "luminance": 0.7491,
  "contrast": {
    "black": 15.98,
    "white": 1.31
  }
}
WCAG
{
  "AA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "AAA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ]
}
Harmonies
{
  "complementary": "#B8DEFF",
  "analogous": [
    "#FFB8BA",
    "#FFFDB8"
  ],
  "triadic": [
    "#B8FFD9",
    "#D9B8FF"
  ],
  "tetradic": [
    "#BAFFB8",
    "#B8DEFF",
    "#FDB8FF"
  ],
  "splitComplementary": [
    "#B8FFFD",
    "#B8BAFF"
  ],
  "monochromatic": [
    "#FFFFFF",
    "#FFDAB9",
    "#FFA85C"
  ]
}
Variants
{
  "light": "#FFFFFF",
  "dark": "#FFA85C",
  "saturated": "#FFD9B8",
  "desaturated": "#F7D9BF",
  "pastel": "#FFFFFF",
  "neon": "#FFEFE0"
}
Pairings
{
  "best": [
    "#000000",
    "#B8DEFF",
    "#FFB8BA",
    "#FFFDB8"
  ],
  "avoid": [
    "#F7D9BF",
    "#FFFFFF"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#000000"
  ],
  "lowContrast": [
    "#FFFFFF",
    "#F7D9BF"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "pastel-peach",
    "moccasin",
    "peach",
    "wheat",
    "navajo-white"
  ],
  "generatedPalettes": [
    "peach-puff"
  ],
  "generatedComparisons": [
    "pastel-peach-vs-peach-puff",
    "peach-puff-vs-moccasin"
  ],
  "relatedFamilies": [
    "/colors/by-family/orange",
    "/colors/by-temperature/warm",
    "/colors/by-tone/light",
    "/colors/by-tone/pastel"
  ],
  "relatedTools": [
    "/harmonies/peach-puff",
    "/wcag/peach-puff",
    "/css/colors/peach-puff",
    "/hex/ffdab9"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/orange",
      "/colors/by-temperature/warm",
      "/colors/by-tone/light",
      "/colors/by-tone/pastel"
    ],
    "narrower": [
      "/palettes/peach-puff"
    ],
    "related": [
      "/colors/pastel-peach",
      "/colors/moccasin",
      "/colors/peach",
      "/colors/wheat",
      "/colors/navajo-white",
      "/compare/pastel-peach-vs-peach-puff",
      "/compare/peach-puff-vs-moccasin",
      "/harmonies/peach-puff",
      "/wcag/peach-puff",
      "/css/colors/peach-puff",
      "/hex/ffdab9"
    ]
  }
}
Full JSON dataset
{
  "slug": "peach-puff",
  "name": "Peach Puff",
  "cssName": "peachpuff",
  "hex": "#FFDAB9",
  "family": "orange",
  "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": [
    "peachpuff"
  ],
  "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": [
    "orange",
    "warm",
    "light",
    "pastel",
    "web-design",
    "css-color-systems",
    "ui-prototyping",
    "context-dependent"
  ],
  "popularity": 67,
  "rgb": [
    255,
    218,
    185
  ],
  "hsl": [
    28,
    100,
    86
  ],
  "cmyk": [
    0,
    15,
    27,
    0
  ],
  "luminance": 0.7491,
  "contrast": {
    "black": 15.98,
    "white": 1.31
  },
  "harmonies": {
    "complementary": "#B8DEFF",
    "analogous": [
      "#FFB8BA",
      "#FFFDB8"
    ],
    "triadic": [
      "#B8FFD9",
      "#D9B8FF"
    ],
    "tetradic": [
      "#BAFFB8",
      "#B8DEFF",
      "#FDB8FF"
    ],
    "splitComplementary": [
      "#B8FFFD",
      "#B8BAFF"
    ],
    "monochromatic": [
      "#FFFFFF",
      "#FFDAB9",
      "#FFA85C"
    ]
  },
  "variants": {
    "light": "#FFFFFF",
    "dark": "#FFA85C",
    "saturated": "#FFD9B8",
    "desaturated": "#F7D9BF",
    "pastel": "#FFFFFF",
    "neon": "#FFEFE0"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  },
  "css": {
    "variable": "--color-peach-puff: #FFDAB9;",
    "utility": ".bg-peach-puff { background-color: #FFDAB9; }",
    "textUtility": ".text-peach-puff { color: #FFDAB9; }"
  },
  "nearestColors": [
    "pastel-peach",
    "moccasin",
    "peach",
    "wheat",
    "navajo-white"
  ],
  "generatedPalettes": [
    "peach-puff"
  ],
  "generatedComparisons": [
    "pastel-peach-vs-peach-puff",
    "peach-puff-vs-moccasin"
  ],
  "relatedFamilies": [
    "/colors/by-family/orange",
    "/colors/by-temperature/warm",
    "/colors/by-tone/light",
    "/colors/by-tone/pastel"
  ],
  "relatedTools": [
    "/harmonies/peach-puff",
    "/wcag/peach-puff",
    "/css/colors/peach-puff",
    "/hex/ffdab9"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/orange",
      "/colors/by-temperature/warm",
      "/colors/by-tone/light",
      "/colors/by-tone/pastel"
    ],
    "narrower": [
      "/palettes/peach-puff"
    ],
    "related": [
      "/colors/pastel-peach",
      "/colors/moccasin",
      "/colors/peach",
      "/colors/wheat",
      "/colors/navajo-white",
      "/compare/pastel-peach-vs-peach-puff",
      "/compare/peach-puff-vs-moccasin",
      "/harmonies/peach-puff",
      "/wcag/peach-puff",
      "/css/colors/peach-puff",
      "/hex/ffdab9"
    ]
  },
  "pairings": {
    "best": [
      "#000000",
      "#B8DEFF",
      "#FFB8BA",
      "#FFFDB8"
    ],
    "avoid": [
      "#F7D9BF",
      "#FFFFFF"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#000000"
    ],
    "lowContrast": [
      "#FFFFFF",
      "#F7D9BF"
    ]
  }
}

Color meaning and use

About Peach Puff Color

Peach Puff sits in the orange 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, Peach Puff 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 Peach Puff against black and white text.

Black text15.98:1AA Pass
White text1.31:1AA Fail
AA text options#000000, #1A1A1A, #36454F
AAA text options#000000, #1A1A1A, #36454F

Similar Colors

Color Harmonies

#B8DEFF#B8DEFF
#FFB8BA#FFB8BA
#FFFDB8#FFFDB8
#B8FFD9#B8FFD9
#D9B8FF#D9B8FF

Variants

White#FFFFFF
#FFA85C#FFA85C
#FFD9B8#FFD9B8
#F7D9BF#F7D9BF
White#FFFFFF
#FFEFE0#FFEFE0

Pairings

Black#000000
#B8DEFF#B8DEFF
#FFB8BA#FFB8BA
#FFFDB8#FFFDB8
Matte Black#1A1A1A
White Smoke#F5F5F5