> For the complete documentation index, see [llms.txt](https://rap-space.gitbook.io/1688-design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rap-space.gitbook.io/1688-design/color-yan-se.md).

# Color 颜色

## 颜色构成

颜色是指UI界面设计中使用的色彩体系，其中包括：Brand品牌色、Neutural中立色、Functional功能色以及衍生出的UI调色板四个部分。

## 品牌色

代表品牌对外形象及VI识别。主色的数量根据品牌特性制定，可以1个也可以多个。用于主Button、主搜、价格、ICON等需要突出品牌特征的地方。次级品牌色层级低于品牌，多用与子品牌、子服务、行业等衍生业务，数量≥0。

### 1. 主品牌色

品牌核心颜色，代表品牌对外形象及VI识别。

![](/files/-L9yQJGlq_8m5DiyVTiE)

1688APP UI调色板

![](/files/-L9yQJGqGtQnVbRPVPqf)

### 2. 品牌副色

![](/files/-L9yQJGx5L5qQehpDI-o)

## 中立色

灰或饱和度低的颜色（如蓝灰）用与界面设计中背景、边框、分割线、ICON、中立插图等。

![](/files/-L9yQJH5eJY-j-xL1ztW)

## 功能色

用于UI设计中需要引起注意、信息提示的设计。如：流程中的进度、提醒、成功等。

![](/files/-L9yQJHCvvb5J3ILzyd8)

## 颜色使用说明

### 品牌色/Brand-Color

品牌色主要体现在logo，icon、主button，信息的高亮区域或ta等文字链接，配图类设计等处。

![](/files/-L9yQJHOsyDHCNmmy0iE)

### 中立色/Neutral-Color

1、界面色

界面色是界面组成无线界面的基本色彩，这些颜色规定了线、面、投影、背景等设计要素。

![](/files/-L9yQJH_n4tq8KdF8NXv)

## UI配色原则

通过有效地使用对比可以使你的内容更加清晰从而让阅读变得轻松,同时也应考虑到有颜色识别障碍人群的需求。在考虑对比颜色的选择时建议两种颜色对应标签数值的差要大于等于5。

![](/files/-L9yQJHkDH4rv_Zgv-JU)

文字颜色使用要保证辨识度，深色背景使用浅色文字，浅色背景使用深色文字。

![](/files/-L9yQJHs0bh23CbDk39m)

## 色彩使用比例

不要过度使用颜色。颜色总是可以抓住人们的视线，但过度使用却会往往会人们忽视主体内容，因此，仅在需要进行突出提示的地方，如重要的按钮以及需要突出的状态时，使用颜色。一般建议，色彩的配色比例原则为75%，20%，5%，即主色或强调色占20%左右，具体运用的时候可参考。PS：其他可为辅助色等。

![](/files/-L9yQJIC4uf1yv8n0lfG)

## 色彩与交互

设计元素本身由于交互行为会引发一系列细微的视觉变化，而元素本身的颜色变化有时也能很好的实现这一目的。在颜色上就相应的叠加10%黑色表示PRESS状态。

![](/files/-L9yQJIO8uhidSrVXXuP)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://rap-space.gitbook.io/1688-design/color-yan-se.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
