graf1x

Crimson and Pink

Analogous color combination with 6.43:1 contrast ratio

#8C000F
#FFC0CB

Color Values

Crimson
HEX #8C000F
RGB 140, 0, 15
HSL 354, 100%, 27%
Pink
HEX #FFC0CB
RGB 255, 192, 203
HSL 350, 100%, 88%

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 Pink is 4 degrees. You can explore these relationships interactively in our Color Wheel Tool.

WCAG Contrast

6.43:1
Crimson background with Pink text
AA normal text, AAA large text

UI Preview

Crimson surface

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

Pink surface

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

Design Tokens

CSS Variables

:root {
  --color-a: #8C000F;
  --color-b: #FFC0CB;
  --color-a-rgb: 140, 0, 15;
  --color-b-rgb: 255, 192, 203;
}

JSON

{
  "name": "Crimson and Pink",
  "colors": [
    {
      "name": "Crimson",
      "hex": "#8C000F",
      "rgb": [
        140,
        0,
        15
      ]
    },
    {
      "name": "Pink",
      "hex": "#FFC0CB",
      "rgb": [
        255,
        192,
        203
      ]
    }
  ],
  "harmony": "Analogous",
  "contrastRatio": 6.43
}

Explore These Colors

Frequently Asked Questions

Do crimson and pink go together?

Yes. Crimson and Pink 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 6.43:1, which passes AA for large text and UI components.

What is the contrast ratio between crimson and pink?

The WCAG 2.1 contrast ratio between Crimson (#8C000F) and Pink (#FFC0CB) is 6.43:1. This passes AA for normal text and AAA for large text.

How do I use crimson and pink 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 pink?

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