Peach color: code #FFE5B4

Peach

#FFE5B4

Color codes

  • HEX#FFE5B4
  • RGBrgb(255, 229, 180)
  • HSLhsl(39, 100%, 85%)
  • HSVhsv(39, 29%, 100%)
  • CMYKcmyk(0%, 10%, 29%, 0%)
  • LABlab(92% 1.8 27.2)
  • OKLCHoklch(93.1% 0.069 83.2)

About the color Peach

Peach has the HEX code #FFE5B4, which corresponds to rgb(255, 229, 180) in the RGB model. On the color wheel its hue sits at 39°, with 100% saturation and 85% lightness (hsl(39, 100%, 85%)).

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

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

Lighter tints

Darker shades

Color combinations with Peach

Complementary

#FFE5B4 · #B3CDFF

Analogous

#FFBEB3 · #FFE5B4 · #F4FFB3

Triadic

#FFE5B4 · #B3FFE4 · #E4B3FF

Tetradic

#FFE5B4 · #B3FFBE · #B3CDFF · #FFB3F4

Split-complementary

#FFE5B4 · #B3F4FF · #BEB3FF

Monochromatic

#FFB833 · #FFD280 · #FFE5B4 · #FFFFFF · #FFFFFF

Peach with white and black text

White text Aa Bb Cc 123
1.22:1 · fails WCAG
Black text Aa Bb Cc 123
17.11:1 · AAA

Test other pairs in the contrast checker

How to use it in CSS

:root {
  --color-peach: #FFE5B4;
  --color-peach-rgb: 255, 229, 180;
}

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