Salmon pink color: code #FF91A4

Salmon pink

#FF91A4

Color codes

  • HEX#FF91A4
  • RGBrgb(255, 145, 164)
  • HSLhsl(350, 100%, 78%)
  • HSVhsv(350, 43%, 100%)
  • CMYKcmyk(0%, 43%, 36%, 0%)
  • LABlab(72.4% 43.4 8.4)
  • OKLCHoklch(77.9% 0.134 9.6)

About the color Salmon pink

Salmon pink has the HEX code #FF91A4, which corresponds to rgb(255, 145, 164) in the RGB model. On the color wheel its hue sits at 350°, with 100% saturation and 78% lightness (hsl(350, 100%, 78%)).

Because of its hue it reads as a warm color: it tends to feel energetic and close, and it visually “advances” in a composition.

As a background it calls for dark text: black reaches a 9.83:1 contrast ratio on it, versus 2.13:1 for white.

For print, the approximate conversion is cmyk(0%, 43%, 36%, 0%). Always confirm with your printer’s color profile, because the result depends on paper and ink.

Lighter tints

Darker shades

Color combinations with Salmon pink

Complementary

#FF91A4 · #8FFFEC

Analogous

#FF8FDA · #FF91A4 · #FFB48F

Triadic

#FF91A4 · #A2FF8F · #8FA2FF

Tetradic

#FF91A4 · #DAFF8F · #8FFFEC · #B48FFF

Split-complementary

#FF91A4 · #8FFFB4 · #8FDAFF

Monochromatic

#FF0F37 · #FF5C77 · #FF91A4 · #FFDBE1 · #FFFFFF

Salmon pink with white and black text

White text Aa Bb Cc 123
2.13:1 · fails WCAG
Black text Aa Bb Cc 123
9.83:1 · AAA

Test other pairs in the contrast checker

How to use it in CSS

:root {
  --color-salmon-pink: #FF91A4;
  --color-salmon-pink-rgb: 255, 145, 164;
}

.elemento {
  background-color: var(--color-salmon-pink);
  color: #000000;
}