Papaya Hex Code — #FFEFD5
RGB, HSL, and CMYK values for Papaya.
Papaya Color Values
| Format | Value |
|---|---|
| HEX | #FFEFD5 |
| RGB | rgb(255, 239, 213) |
| HSL | hsl(37, 100%, 92%) |
| CMYK | cmyk(0%, 6%, 16%, 0%) |
Want to explore more shades? Use our Color Converter
About Papaya
Color psychology: Softness, sweetness.
Papaya (#FFEFD5) is a light shade of orange. It's commonly used in web design, graphic design, and branding where softness, sweetness are desired associations.
How to Use Papaya in CSS
/* Using HEX */ color: #FFEFD5; background-color: #FFEFD5; /* Using RGB */ color: rgb(255, 239, 213); /* Using HSL */ color: hsl(37, 100%, 92%);