Nearest-color comparison

Light Coral vs Salmon

Light Coral #F08080 vs Salmon #FA8072: RGB distance 17.2 and contrast 1.04:1. Compare hue, luminance, saturation, WCAG and practical use.

Light Coral and Salmon are very close, with an RGB distance of 17.2. Salmon is lighter by 0.0146, and Salmon is more saturated by 14 percentage points. Their mutual contrast is 1.04:1. The pair is too close for a readable foreground/background combination and works better as neighboring palette colors.

Light Coral#F08080
Salmon#FA8072

Quick Difference Summary

The main measurable differences between Light Coral and Salmon across RGB distance, luminance, hue, saturation, and contrast.

RGB distance17.2
Pair contrast1.04:1
Luminance delta0.0146
Hue delta6 deg
Lighter colorSalmon
More saturatedSalmon

Side-by-Side Color Profiles

red color

Light Coral

Light Coral is #F08080, a warm red with hue 0°, saturation 79% and luminance 0.3552. Beside Salmon, it is darker and less saturated. Of the two standard text choices, black text gives the higher contrast at 8.1:1.

HEX#F08080 RGB240, 128, 128 HSL0, 79, 72 CMYK0, 47, 47, 6 Luminance0.3552 Best textblack text

red color

Salmon

Salmon is #FA8072, a warm red with hue 6°, saturation 93% and luminance 0.3698. Beside Light Coral, it is lighter and more saturated. Of the two standard text choices, black text gives the higher contrast at 8.4:1.

HEX#FA8072 RGB250, 128, 114 HSL6, 93, 71 CMYK0, 49, 54, 2 Luminance0.3698 Best textblack text

When to Use Light Coral or Salmon

Choose Light CoralChoose Light Coral when the design calls for vibrant red color at #F08080, with warm temperature and 72% HSL lightness.
Choose SalmonChoose Salmon when #FA8072, its vibrant red character, or its 71% HSL lightness is the closer match.
Use togetherTreat them as tonal alternatives or adjacent palette steps, not as text and background. Their contrast is only 1.04:1. They share vibrant tone characteristics.

Technical Comparison Table

PropertyLight CoralSalmon
HEX#F08080#FA8072
RGB240, 128, 128250, 128, 114
HSL0, 79, 726, 93, 71
CMYK0, 47, 47, 60, 49, 54, 2
FamilyRedRed
TemperatureWarmWarm
ToneVibrantVibrant
Luminance0.35520.3698
Black contrast8.1:18.4:1
White contrast2.59:12.5:1
Shared tonesVibrant

Accessibility and Contrast

Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.

Light Coralblack text - 8.1:1
Salmonblack text - 8.4:1

Downloadable color comparison infographic

Light Coral vs Salmon Color Comparison Infographic

Save a high-resolution comparison infographic with both HEX colors, visual distance, mutual contrast, and accessibility guidance.

1200 × 800
Light Coral vs Salmon color comparison infographic showing both HEX colors, RGB and HSL values, color distance, mutual contrast, and accessibility guidance.
Light Coral vs Salmon color comparison infographic generated from the canonical dataset values shown on this page.

Related Palette Strip

A compact visual strip showing the two compared colors with nearby harmony and variant context.

Machine-readable data

Machine-Readable Light Coral vs Salmon Data (JSON)

Structured comparison data for Light Coral and Salmon, including color systems, RGB distance, HSL deltas, contrast, accessibility guidance, use cases, and API links.

AI-Ready Dataset v1.0.0
colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Download JSON Open API
Structured sections
Colors
[
  {
    "slug": "light-coral",
    "name": "Light Coral",
    "hex": "#F08080",
    "rgb": [
      240,
      128,
      128
    ],
    "hsl": [
      0,
      79,
      72
    ],
    "cmyk": [
      0,
      47,
      47,
      6
    ],
    "family": "red",
    "temperature": "warm",
    "tone": [
      "vibrant"
    ],
    "luminance": 0.3552,
    "contrast": {
      "black": 8.1,
      "white": 2.59
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": [
        "#000000"
      ]
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 8.1
    },
    "description": "Light Coral is #F08080, a warm red color with vibrant character. Compared with Salmon, it is darker and less saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/light-coral/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/light-coral.json"
  },
  {
    "slug": "salmon",
    "name": "Salmon",
    "hex": "#FA8072",
    "rgb": [
      250,
      128,
      114
    ],
    "hsl": [
      6,
      93,
      71
    ],
    "cmyk": [
      0,
      49,
      54,
      2
    ],
    "family": "red",
    "temperature": "warm",
    "tone": [
      "vibrant"
    ],
    "luminance": 0.3698,
    "contrast": {
      "black": 8.4,
      "white": 2.5
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": [
        "#000000"
      ]
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 8.4
    },
    "description": "Salmon is #FA8072, a warm red color with vibrant character. Compared with Light Coral, it is lighter and more saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/salmon/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/salmon.json"
  }
]
Differences
{
  "rgbDistance": 17.2,
  "contrastRatio": 1.04,
  "hslDelta": {
    "hue": 6,
    "saturation": 14,
    "lightness": 1
  },
  "luminanceDelta": 0.0146,
  "sameFamily": true,
  "sameTemperature": true,
  "sharedTones": [
    "vibrant"
  ],
  "lighterColor": "Salmon",
  "moreSaturatedColor": "Salmon"
}
Accessibility
{
  "pairContrastRatio": 1.04,
  "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
  "safeText": [
    {
      "color": "Light Coral",
      "background": "#F08080",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 8.1
    },
    {
      "color": "Salmon",
      "background": "#FA8072",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 8.4
    }
  ]
}
Use cases
{
  "chooseFirstWhen": "Light Coral is better when the design needs vibrant red character, warm temperature, and the specific HEX value #F08080.",
  "chooseSecondWhen": "Salmon is better when the design needs vibrant red character, warm temperature, and the specific HEX value #FA8072.",
  "useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
}
Related API
[
  "https://www.colorsencyclopedia.com/api/compare/light-coral-vs-salmon.json",
  "https://www.colorsencyclopedia.com/api/colors/light-coral.json",
  "https://www.colorsencyclopedia.com/api/colors/salmon.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "light-coral-vs-salmon",
  "type": "nearest",
  "name": "Light Coral vs Salmon",
  "verdict": "Light Coral and Salmon are very close colors. Salmon is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.04:1, so the pair is too low for text and better treated as a palette relationship.",
  "summary": "Light Coral and Salmon are different red colors with HEX values #F08080 and #FA8072. According to Colors Encyclopedia, their RGB distance is 17.2, their contrast ratio is 1.04:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
  "rgbDistance": 17.2,
  "contrastRatio": 1.04,
  "colors": [
    {
      "slug": "light-coral",
      "name": "Light Coral",
      "hex": "#F08080",
      "rgb": [
        240,
        128,
        128
      ],
      "hsl": [
        0,
        79,
        72
      ],
      "cmyk": [
        0,
        47,
        47,
        6
      ],
      "family": "red",
      "temperature": "warm",
      "tone": [
        "vibrant"
      ],
      "luminance": 0.3552,
      "contrast": {
        "black": 8.1,
        "white": 2.59
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A"
        ],
        "AAA": [
          "#000000"
        ]
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 8.1
      },
      "description": "Light Coral is #F08080, a warm red color with vibrant character. Compared with Salmon, it is darker and less saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/light-coral/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/light-coral.json"
    },
    {
      "slug": "salmon",
      "name": "Salmon",
      "hex": "#FA8072",
      "rgb": [
        250,
        128,
        114
      ],
      "hsl": [
        6,
        93,
        71
      ],
      "cmyk": [
        0,
        49,
        54,
        2
      ],
      "family": "red",
      "temperature": "warm",
      "tone": [
        "vibrant"
      ],
      "luminance": 0.3698,
      "contrast": {
        "black": 8.4,
        "white": 2.5
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A"
        ],
        "AAA": [
          "#000000"
        ]
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 8.4
      },
      "description": "Salmon is #FA8072, a warm red color with vibrant character. Compared with Light Coral, it is lighter and more saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/salmon/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/salmon.json"
    }
  ],
  "differences": {
    "rgbDistance": 17.2,
    "contrastRatio": 1.04,
    "hslDelta": {
      "hue": 6,
      "saturation": 14,
      "lightness": 1
    },
    "luminanceDelta": 0.0146,
    "sameFamily": true,
    "sameTemperature": true,
    "sharedTones": [
      "vibrant"
    ],
    "lighterColor": "Salmon",
    "moreSaturatedColor": "Salmon"
  },
  "accessibility": {
    "pairContrastRatio": 1.04,
    "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
    "safeText": [
      {
        "color": "Light Coral",
        "background": "#F08080",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 8.1
      },
      {
        "color": "Salmon",
        "background": "#FA8072",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 8.4
      }
    ]
  },
  "useCases": {
    "chooseFirstWhen": "Light Coral is better when the design needs vibrant red character, warm temperature, and the specific HEX value #F08080.",
    "chooseSecondWhen": "Salmon is better when the design needs vibrant red character, warm temperature, and the specific HEX value #FA8072.",
    "useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
  },
  "relatedApi": [
    "https://www.colorsencyclopedia.com/api/compare/light-coral-vs-salmon.json",
    "https://www.colorsencyclopedia.com/api/colors/light-coral.json",
    "https://www.colorsencyclopedia.com/api/colors/salmon.json"
  ],
  "url": "https://www.colorsencyclopedia.com/compare/light-coral-vs-salmon/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/compare/light-coral-vs-salmon.json"
}