Peach color: code #FFE5B4
Peach
#FFE5B4
Color codes
- HEX
#FFE5B4 - RGB
rgb(255, 229, 180) - HSL
hsl(39, 100%, 85%) - HSV
hsv(39, 29%, 100%) - CMYK
cmyk(0%, 10%, 29%, 0%) - LAB
lab(92% 1.8 27.2) - OKLCH
oklch(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
How to use it in CSS
:root {
--color-peach: #FFE5B4;
--color-peach-rgb: 255, 229, 180;
}
.elemento {
background-color: var(--color-peach);
color: #000000;
}