Named color

Pastel Peach

Pastel Peach 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 soft UI backgrounds, pastel palettes, and gentle product design.

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-pastel-peach: #FFDAB9;
.bg-pastel-peach { background-color: #FFDAB9; }
.text-pastel-peach { 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": [
    "peach-puff",
    "moccasin",
    "peach",
    "wheat",
    "navajo-white"
  ],
  "generatedPalettes": [
    "pastel-peach"
  ],
  "generatedComparisons": [
    "apricot-vs-pastel-peach",
    "pastel-peach-vs-moccasin",
    "pastel-peach-vs-peach-puff"
  ],
  "relatedFamilies": [
    "/colors/by-family/orange",
    "/colors/by-temperature/warm",
    "/colors/by-tone/light",
    "/colors/by-tone/pastel"
  ],
  "relatedTools": [
    "/harmonies/pastel-peach",
    "/wcag/pastel-peach",
    "/css/colors/pastel-peach",
    "/hex/ffdab9"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/orange",
      "/colors/by-temperature/warm",
      "/colors/by-tone/light",
      "/colors/by-tone/pastel"
    ],
    "narrower": [
      "/palettes/pastel-peach"
    ],
    "related": [
      "/colors/peach-puff",
      "/colors/moccasin",
      "/colors/peach",
      "/colors/wheat",
      "/colors/navajo-white",
      "/compare/apricot-vs-pastel-peach",
      "/compare/pastel-peach-vs-moccasin",
      "/compare/pastel-peach-vs-peach-puff",
      "/harmonies/pastel-peach",
      "/wcag/pastel-peach",
      "/css/colors/pastel-peach",
      "/hex/ffdab9"
    ]
  }
}
Full JSON dataset
{
  "slug": "pastel-peach",
  "name": "Pastel Peach",
  "hex": "#FFDAB9",
  "uses": [
    "soft UI backgrounds",
    "pastel palettes",
    "gentle product design"
  ],
  "psychology": {
    "associations": [
      "softness",
      "care",
      "lightness"
    ],
    "contexts": [
      "wellness",
      "beauty",
      "children products",
      "lifestyle"
    ],
    "avoidIn": [
      "high-contrast operational alerts"
    ]
  },
  "aliases": [],
  "sourceType": "curated",
  "confidence": "medium",
  "reviewStatus": "manual",
  "sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
  "origin": {
    "type": "common",
    "notes": "Curated common color reference used in design, material, cultural, and editorial color systems."
  },
  "family": "orange",
  "temperature": "warm",
  "tone": [
    "light",
    "pastel"
  ],
  "editorialNotes": "Curated internal color record with computed technical properties.",
  "tags": [
    "orange",
    "warm",
    "light",
    "pastel",
    "soft-ui-backgrounds",
    "pastel-palettes",
    "gentle-product-design",
    "softness",
    "care",
    "lightness"
  ],
  "popularity": 84,
  "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-pastel-peach: #FFDAB9;",
    "utility": ".bg-pastel-peach { background-color: #FFDAB9; }",
    "textUtility": ".text-pastel-peach { color: #FFDAB9; }"
  },
  "nearestColors": [
    "peach-puff",
    "moccasin",
    "peach",
    "wheat",
    "navajo-white"
  ],
  "generatedPalettes": [
    "pastel-peach"
  ],
  "generatedComparisons": [
    "apricot-vs-pastel-peach",
    "pastel-peach-vs-moccasin",
    "pastel-peach-vs-peach-puff"
  ],
  "relatedFamilies": [
    "/colors/by-family/orange",
    "/colors/by-temperature/warm",
    "/colors/by-tone/light",
    "/colors/by-tone/pastel"
  ],
  "relatedTools": [
    "/harmonies/pastel-peach",
    "/wcag/pastel-peach",
    "/css/colors/pastel-peach",
    "/hex/ffdab9"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/orange",
      "/colors/by-temperature/warm",
      "/colors/by-tone/light",
      "/colors/by-tone/pastel"
    ],
    "narrower": [
      "/palettes/pastel-peach"
    ],
    "related": [
      "/colors/peach-puff",
      "/colors/moccasin",
      "/colors/peach",
      "/colors/wheat",
      "/colors/navajo-white",
      "/compare/apricot-vs-pastel-peach",
      "/compare/pastel-peach-vs-moccasin",
      "/compare/pastel-peach-vs-peach-puff",
      "/harmonies/pastel-peach",
      "/wcag/pastel-peach",
      "/css/colors/pastel-peach",
      "/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 Pastel Peach Color

Pastel Peach sits in the orange family with warm temperature and light and pastel visual character. Pastel Peach is a commonly used color name in design references, palettes, and editorial color systems.

Its common associations include softness, care, and lightness, which makes it relevant for wellness and beauty. In design work, Pastel Peach is most useful for soft ui backgrounds, pastel palettes, and gentle product design, especially when paired with black text for stronger contrast.

WCAG Accessibility

Contrast checks for Pastel Peach 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