graf1x

Crimson and Salmon

Analogous color combination with 3.87:1 contrast ratio

#8C000F
#FF796C

Color Values

Crimson
HEX #8C000F
RGB 140, 0, 15
HSL 354, 100%, 27%
Salmon
HEX #FF796C
RGB 255, 121, 108
HSL 5, 100%, 71%

Harmony: Analogous

These colors sit beside each other on the wheel, so the pairing feels calm and cohesive. Analogous schemes are easy on the eye and work well for gradients, backgrounds, and designs that want to feel settled rather than energetic.

The hue angle between Crimson and Salmon is 11 degrees. You can explore these relationships interactively in our Color Wheel Tool.

WCAG Contrast

3.87:1
Crimson background with Salmon text
AA large text only

UI Preview

Crimson surface

Sample text on a crimson background demonstrates readability and visual hierarchy.

Salmon surface

Sample text on a salmon background demonstrates readability and visual hierarchy.

Design Tokens

CSS Variables

:root {
  --color-a: #8C000F;
  --color-b: #FF796C;
  --color-a-rgb: 140, 0, 15;
  --color-b-rgb: 255, 121, 108;
}

JSON

{
  "name": "Crimson and Salmon",
  "colors": [
    {
      "name": "Crimson",
      "hex": "#8C000F",
      "rgb": [
        140,
        0,
        15
      ]
    },
    {
      "name": "Salmon",
      "hex": "#FF796C",
      "rgb": [
        255,
        121,
        108
      ]
    }
  ],
  "harmony": "Analogous",
  "contrastRatio": 3.87
}

Explore These Colors

Frequently Asked Questions

Do crimson and salmon go together?

Yes. Crimson and Salmon form a analogous color combination. These colors sit beside each other on the wheel, so the pairing feels calm and cohesive. Analogous schemes are easy on the eye and work well for gradients, backgrounds, and designs that want to feel settled rather than energetic. The pairing has a WCAG contrast ratio of 3.87:1, which passes AA for large text but not for body text.

What is the contrast ratio between crimson and salmon?

The WCAG 2.1 contrast ratio between Crimson (#8C000F) and Salmon (#FF796C) is 3.87:1. This passes AA for large text (18pt+ or 14pt+ bold) but not for normal-sized body text.

How do I use crimson and salmon in design?

A safe starting point is the 60/30/10 rule: give one color about 60 percent of the surface area, the other about 30 percent, and reserve the remaining 10 percent for an accent or neutral. Because analogous colors blend naturally, you can use them in more equal proportions without visual conflict. Test the result with our Contrast Checker if text is involved.

What are the hex and RGB values for crimson and salmon?

Crimson has the hex code #8C000F and RGB values rgb(140, 0, 15). Salmon has the hex code #FF796C and RGB values rgb(255, 121, 108). You can copy these directly into CSS or use the design tokens provided on this page.