Peach Hex Code — #FFCBA4
RGB, HSL, and CMYK values for Peach.
Peach Color Values
| Format | Value |
|---|---|
| HEX | #FFCBA4 |
| RGB | rgb(255, 203, 164) |
| HSL | hsl(26, 100%, 82%) |
| CMYK | cmyk(0%, 20%, 36%, 0%) |
Want to explore more shades? Use our Color Converter
About Peach
Color psychology: Comfort, sincerity.
Peach (#FFCBA4) is a light shade of orange. It's commonly used in web design, graphic design, and branding where comfort, sincerity are desired associations.
How to Use Peach in CSS
/* Using HEX */ color: #FFCBA4; background-color: #FFCBA4; /* Using RGB */ color: rgb(255, 203, 164); /* Using HSL */ color: hsl(26, 100%, 82%);