Light pink color: code #FFB6C1

Light pink

#FFB6C1

Color codes

  • HEX#FFB6C1
  • RGBrgb(255, 182, 193)
  • HSLhsl(351, 100%, 86%)
  • HSVhsv(351, 29%, 100%)
  • CMYKcmyk(0%, 29%, 24%, 0%)
  • LABlab(81.1% 28 5)
  • OKLCHoklch(84.7% 0.086 9.1)

About the color Light pink

Light pink has the HEX code #FFB6C1, which corresponds to rgb(255, 182, 193) in the RGB model. On the color wheel its hue sits at 351°, with 100% saturation and 86% lightness (hsl(351, 100%, 86%)).

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 12.71:1 contrast ratio on it, versus 1.65:1 for white.

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

Lighter tints

Darker shades

Color combinations with Light pink

Complementary

#FFB6C1 · #B8FFF4

Analogous

#FFB8E6 · #FFB6C1 · #FFD1B8

Triadic

#FFB6C1 · #C2FFB8 · #B8C2FF

Tetradic

#FFB6C1 · #E6FFB8 · #B8FFF4 · #D1B8FF

Split-complementary

#FFB6C1 · #B8FFD1 · #B8E6FF

Monochromatic

#FF3856 · #FF8597 · #FFB6C1 · #FFFFFF · #FFFFFF

Light pink with white and black text

White text Aa Bb Cc 123
1.65:1 · fails WCAG
Black text Aa Bb Cc 123
12.71:1 · AAA

Test other pairs in the contrast checker

How to use it in CSS

:root {
  --color-light-pink: #FFB6C1;
  --color-light-pink-rgb: 255, 182, 193;
}

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