Melon
#ff7855
Melon is a color with the hex code #ff7855. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ff7855 | |
|---|---|---|
| RGB | rgb(255, 120, 85) | |
| HSL | hsl(12, 100%, 67%) | |
| CMYK | cmyk(0%, 53%, 67%, 0%) | |
| LAB | lab(67, 51, 45) | |
| OKLCH | oklch(0.73 0.173 36) |
Color harmonies
Tints & shades
Code snippets
color: #ff7855;
background-color: #ff7855;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF7855)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.47, blue: 0.33, alpha: 1.0)