Named color

Soft Yellow

Soft Yellow is a light and pastel yellow color with HEX #FFF8B8. According to Colors Encyclopedia, it has RGB 255, 248, 184, HSL 54, 100%, 86%, warm temperature, and is useful for soft UI backgrounds, pastel palettes, and gentle product design.

HEX #FFF8B8
RGB rgb(255, 248, 184)
HSL hsl(54 100% 86%)
CMYK cmyk(0, 3, 28, 0)
Luminance 0.9186
Contrast Black 19.37:1White 1.08:1

CSS Utilities

--color-soft-yellow: #FFF8B8;
.bg-soft-yellow { background-color: #FFF8B8; }
.text-soft-yellow { color: #FFF8B8; }

Machine-readable data

Machine-Readable Color Data (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.9186
Black text19.37:1AA Pass
White text1.08: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": "#FFF8B8",
  "rgb": [
    255,
    248,
    184
  ],
  "hsl": [
    54,
    100,
    86
  ],
  "cmyk": [
    0,
    3,
    28,
    0
  ],
  "luminance": 0.9186,
  "contrast": {
    "black": 19.37,
    "white": 1.08
  }
}
WCAG
{
  "AA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "AAA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ]
}
Harmonies
{
  "complementary": "#B8BFFF",
  "analogous": [
    "#FFD4B8",
    "#E2FFB8"
  ],
  "triadic": [
    "#B8FFF8",
    "#F8B8FF"
  ],
  "tetradic": [
    "#B8FFD4",
    "#B8BFFF",
    "#FFB8E2"
  ],
  "splitComplementary": [
    "#B8E2FF",
    "#D4B8FF"
  ],
  "monochromatic": [
    "#FFFFFF",
    "#FFF8B8",
    "#FFEF5C"
  ]
}
Variants
{
  "light": "#FFFFFF",
  "dark": "#FFEF5C",
  "saturated": "#FFF8B8",
  "desaturated": "#F7F2BF",
  "pastel": "#FFFFFF",
  "neon": "#FFFCE0"
}
Pairings
{
  "best": [
    "#000000",
    "#B8BFFF",
    "#FFD4B8",
    "#E2FFB8"
  ],
  "avoid": [
    "#F7F2BF",
    "#FFFFFF"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#000000"
  ],
  "lowContrast": [
    "#FFFFFF",
    "#F7F2BF"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "butter",
    "peach",
    "moccasin",
    "lemon-chiffon",
    "bisque"
  ],
  "generatedPalettes": [
    "soft-yellow"
  ],
  "generatedComparisons": [
    "soft-yellow-vs-butter",
    "soft-yellow-vs-peach"
  ],
  "relatedFamilies": [
    "/colors/by-family/yellow",
    "/colors/by-temperature/warm",
    "/colors/by-tone/light",
    "/colors/by-tone/pastel"
  ],
  "relatedTools": [
    "/harmonies/soft-yellow",
    "/wcag/soft-yellow",
    "/css/colors/soft-yellow",
    "/hex/fff8b8"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/yellow",
      "/colors/by-temperature/warm",
      "/colors/by-tone/light",
      "/colors/by-tone/pastel"
    ],
    "narrower": [
      "/palettes/soft-yellow"
    ],
    "related": [
      "/colors/butter",
      "/colors/peach",
      "/colors/moccasin",
      "/colors/lemon-chiffon",
      "/colors/bisque",
      "/compare/soft-yellow-vs-butter",
      "/compare/soft-yellow-vs-peach",
      "/harmonies/soft-yellow",
      "/wcag/soft-yellow",
      "/css/colors/soft-yellow",
      "/hex/fff8b8"
    ]
  }
}
Full JSON dataset
{
  "slug": "soft-yellow",
  "name": "Soft Yellow",
  "hex": "#FFF8B8",
  "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": "yellow",
  "temperature": "warm",
  "tone": [
    "light",
    "pastel"
  ],
  "editorialNotes": "Curated internal color record with computed technical properties.",
  "tags": [
    "yellow",
    "warm",
    "light",
    "pastel",
    "soft-ui-backgrounds",
    "pastel-palettes",
    "gentle-product-design",
    "softness",
    "care",
    "lightness"
  ],
  "popularity": 84,
  "rgb": [
    255,
    248,
    184
  ],
  "hsl": [
    54,
    100,
    86
  ],
  "cmyk": [
    0,
    3,
    28,
    0
  ],
  "luminance": 0.9186,
  "contrast": {
    "black": 19.37,
    "white": 1.08
  },
  "harmonies": {
    "complementary": "#B8BFFF",
    "analogous": [
      "#FFD4B8",
      "#E2FFB8"
    ],
    "triadic": [
      "#B8FFF8",
      "#F8B8FF"
    ],
    "tetradic": [
      "#B8FFD4",
      "#B8BFFF",
      "#FFB8E2"
    ],
    "splitComplementary": [
      "#B8E2FF",
      "#D4B8FF"
    ],
    "monochromatic": [
      "#FFFFFF",
      "#FFF8B8",
      "#FFEF5C"
    ]
  },
  "variants": {
    "light": "#FFFFFF",
    "dark": "#FFEF5C",
    "saturated": "#FFF8B8",
    "desaturated": "#F7F2BF",
    "pastel": "#FFFFFF",
    "neon": "#FFFCE0"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  },
  "css": {
    "variable": "--color-soft-yellow: #FFF8B8;",
    "utility": ".bg-soft-yellow { background-color: #FFF8B8; }",
    "textUtility": ".text-soft-yellow { color: #FFF8B8; }"
  },
  "nearestColors": [
    "butter",
    "peach",
    "moccasin",
    "lemon-chiffon",
    "bisque"
  ],
  "generatedPalettes": [
    "soft-yellow"
  ],
  "generatedComparisons": [
    "soft-yellow-vs-butter",
    "soft-yellow-vs-peach"
  ],
  "relatedFamilies": [
    "/colors/by-family/yellow",
    "/colors/by-temperature/warm",
    "/colors/by-tone/light",
    "/colors/by-tone/pastel"
  ],
  "relatedTools": [
    "/harmonies/soft-yellow",
    "/wcag/soft-yellow",
    "/css/colors/soft-yellow",
    "/hex/fff8b8"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/yellow",
      "/colors/by-temperature/warm",
      "/colors/by-tone/light",
      "/colors/by-tone/pastel"
    ],
    "narrower": [
      "/palettes/soft-yellow"
    ],
    "related": [
      "/colors/butter",
      "/colors/peach",
      "/colors/moccasin",
      "/colors/lemon-chiffon",
      "/colors/bisque",
      "/compare/soft-yellow-vs-butter",
      "/compare/soft-yellow-vs-peach",
      "/harmonies/soft-yellow",
      "/wcag/soft-yellow",
      "/css/colors/soft-yellow",
      "/hex/fff8b8"
    ]
  },
  "pairings": {
    "best": [
      "#000000",
      "#B8BFFF",
      "#FFD4B8",
      "#E2FFB8"
    ],
    "avoid": [
      "#F7F2BF",
      "#FFFFFF"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#000000"
    ],
    "lowContrast": [
      "#FFFFFF",
      "#F7F2BF"
    ]
  }
}

Color meaning and use

About Soft Yellow Color

Soft Yellow sits in the yellow family with warm temperature and light and pastel visual character. Soft Yellow 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, Soft Yellow 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 Soft Yellow against black and white text.

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

Similar Colors

Color Harmonies

#B8BFFF#B8BFFF
#FFD4B8#FFD4B8
#E2FFB8#E2FFB8
#B8FFF8#B8FFF8
#F8B8FF#F8B8FF

Variants

White#FFFFFF
#FFEF5C#FFEF5C
Soft Yellow#FFF8B8
#F7F2BF#F7F2BF
White#FFFFFF
#FFFCE0#FFFCE0

Pairings

Black#000000
#B8BFFF#B8BFFF
#FFD4B8#FFD4B8
#E2FFB8#E2FFB8
Matte Black#1A1A1A
White Smoke#F5F5F5