Named color

Light Salmon

Light Salmon is a vibrant orange color with HEX #FFA07A. According to Colors Encyclopedia, it has RGB 255, 160, 122, HSL 17, 100%, 74%, warm temperature, and is useful for web design, CSS color systems, and UI prototyping.

HEX #FFA07A
RGB rgb(255, 160, 122)
HSL hsl(17 100% 74%)
CMYK cmyk(0, 37, 52, 0)
Luminance 0.4781
Contrast Black 10.56:1White 1.99:1

CSS Utilities

--color-light-salmon: #FFA07A;
.bg-light-salmon { background-color: #FFA07A; }
.text-light-salmon { color: #FFA07A; }

Machine-readable data

Machine-Readable Color Data (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.4781
Black text10.56:1AA Pass
White text1.99: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": "#FFA07A",
  "rgb": [
    255,
    160,
    122
  ],
  "hsl": [
    17,
    100,
    74
  ],
  "cmyk": [
    0,
    37,
    52,
    0
  ],
  "luminance": 0.4781,
  "contrast": {
    "black": 10.56,
    "white": 1.99
  }
}
WCAG
{
  "AA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "AAA": [
    "#000000",
    "#1A1A1A"
  ]
}
Harmonies
{
  "complementary": "#7AD9FF",
  "analogous": [
    "#FF7A97",
    "#FFE27A"
  ],
  "triadic": [
    "#7AFFA0",
    "#A07AFF"
  ],
  "tetradic": [
    "#97FF7A",
    "#7AD9FF",
    "#E27AFF"
  ],
  "splitComplementary": [
    "#7AFFE2",
    "#7A97FF"
  ],
  "monochromatic": [
    "#FFE2D6",
    "#FFA07A",
    "#FF5E1F"
  ]
}
Variants
{
  "light": "#FFE2D6",
  "dark": "#FF5E1F",
  "saturated": "#FFA07A",
  "desaturated": "#F0A689",
  "pastel": "#FFFCFA",
  "neon": "#FFBDA3"
}
Pairings
{
  "best": [
    "#000000",
    "#7AD9FF",
    "#FF7A97",
    "#FFE27A"
  ],
  "avoid": [
    "#F0A689",
    "#FFE2D6"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#000000"
  ],
  "lowContrast": [
    "#FFE2D6",
    "#F0A689"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "dark-salmon",
    "sandy-brown",
    "salmon-rose",
    "salmon",
    "light-coral"
  ],
  "generatedPalettes": [
    "light-salmon"
  ],
  "generatedComparisons": [
    "light-salmon-vs-dark-salmon",
    "light-salmon-vs-sandy-brown"
  ],
  "relatedFamilies": [
    "/colors/by-family/orange",
    "/colors/by-temperature/warm",
    "/colors/by-tone/vibrant"
  ],
  "relatedTools": [
    "/harmonies/light-salmon",
    "/wcag/light-salmon",
    "/css/colors/light-salmon",
    "/hex/ffa07a"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/orange",
      "/colors/by-temperature/warm",
      "/colors/by-tone/vibrant"
    ],
    "narrower": [
      "/palettes/light-salmon"
    ],
    "related": [
      "/colors/dark-salmon",
      "/colors/sandy-brown",
      "/colors/salmon-rose",
      "/colors/salmon",
      "/colors/light-coral",
      "/compare/light-salmon-vs-dark-salmon",
      "/compare/light-salmon-vs-sandy-brown",
      "/harmonies/light-salmon",
      "/wcag/light-salmon",
      "/css/colors/light-salmon",
      "/hex/ffa07a"
    ]
  }
}
Full JSON dataset
{
  "slug": "light-salmon",
  "name": "Light Salmon",
  "cssName": "lightsalmon",
  "hex": "#FFA07A",
  "family": "orange",
  "temperature": "warm",
  "tone": [
    "vibrant"
  ],
  "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": [
    "lightsalmon"
  ],
  "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",
    "vibrant",
    "web-design",
    "css-color-systems",
    "ui-prototyping",
    "context-dependent"
  ],
  "popularity": 67,
  "rgb": [
    255,
    160,
    122
  ],
  "hsl": [
    17,
    100,
    74
  ],
  "cmyk": [
    0,
    37,
    52,
    0
  ],
  "luminance": 0.4781,
  "contrast": {
    "black": 10.56,
    "white": 1.99
  },
  "harmonies": {
    "complementary": "#7AD9FF",
    "analogous": [
      "#FF7A97",
      "#FFE27A"
    ],
    "triadic": [
      "#7AFFA0",
      "#A07AFF"
    ],
    "tetradic": [
      "#97FF7A",
      "#7AD9FF",
      "#E27AFF"
    ],
    "splitComplementary": [
      "#7AFFE2",
      "#7A97FF"
    ],
    "monochromatic": [
      "#FFE2D6",
      "#FFA07A",
      "#FF5E1F"
    ]
  },
  "variants": {
    "light": "#FFE2D6",
    "dark": "#FF5E1F",
    "saturated": "#FFA07A",
    "desaturated": "#F0A689",
    "pastel": "#FFFCFA",
    "neon": "#FFBDA3"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  },
  "css": {
    "variable": "--color-light-salmon: #FFA07A;",
    "utility": ".bg-light-salmon { background-color: #FFA07A; }",
    "textUtility": ".text-light-salmon { color: #FFA07A; }"
  },
  "nearestColors": [
    "dark-salmon",
    "sandy-brown",
    "salmon-rose",
    "salmon",
    "light-coral"
  ],
  "generatedPalettes": [
    "light-salmon"
  ],
  "generatedComparisons": [
    "light-salmon-vs-dark-salmon",
    "light-salmon-vs-sandy-brown"
  ],
  "relatedFamilies": [
    "/colors/by-family/orange",
    "/colors/by-temperature/warm",
    "/colors/by-tone/vibrant"
  ],
  "relatedTools": [
    "/harmonies/light-salmon",
    "/wcag/light-salmon",
    "/css/colors/light-salmon",
    "/hex/ffa07a"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/orange",
      "/colors/by-temperature/warm",
      "/colors/by-tone/vibrant"
    ],
    "narrower": [
      "/palettes/light-salmon"
    ],
    "related": [
      "/colors/dark-salmon",
      "/colors/sandy-brown",
      "/colors/salmon-rose",
      "/colors/salmon",
      "/colors/light-coral",
      "/compare/light-salmon-vs-dark-salmon",
      "/compare/light-salmon-vs-sandy-brown",
      "/harmonies/light-salmon",
      "/wcag/light-salmon",
      "/css/colors/light-salmon",
      "/hex/ffa07a"
    ]
  },
  "pairings": {
    "best": [
      "#000000",
      "#7AD9FF",
      "#FF7A97",
      "#FFE27A"
    ],
    "avoid": [
      "#F0A689",
      "#FFE2D6"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#000000"
    ],
    "lowContrast": [
      "#FFE2D6",
      "#F0A689"
    ]
  }
}

Color meaning and use

About Light Salmon Color

Light Salmon sits in the orange family with warm temperature and vibrant 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, Light Salmon 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 Light Salmon against black and white text.

Black text10.56:1AA Pass
White text1.99:1AA Fail
AA text options#000000, #1A1A1A, #36454F
AAA text options#000000, #1A1A1A

Similar Colors

Color Harmonies

#7AD9FF#7AD9FF
#FF7A97#FF7A97
#FFE27A#FFE27A
#7AFFA0#7AFFA0
#A07AFF#A07AFF

Variants

#FFE2D6#FFE2D6
#FF5E1F#FF5E1F
Light Salmon#FFA07A
#F0A689#F0A689
#FFFCFA#FFFCFA
#FFBDA3#FFBDA3

Pairings

Black#000000
#7AD9FF#7AD9FF
#FF7A97#FF7A97
#FFE27A#FFE27A
Matte Black#1A1A1A
White Smoke#F5F5F5