颜色名称查找
查找任一 Hex 值最接近的 CSS 命名颜色,或依颜色名称取得 Hex 码。
Nearest CSS name
red
#ff0000
Exact match
How to use
- Click the color picker or type a hex code like
#6366f1. - Alternatively, type a CSS color name like
tomatoorcornflowerblue. - The nearest named CSS color appears along with its exact hex value.
Related color tools
- HEX to RGB Converter — get the numeric RGB values
- HEX to HSL Converter — get hue, saturation, lightness
- CSS Variable Extractor — extract all color vars from CSS
常见问题
- Is this color name lookup free?
- Yes, completely free with no signup and no usage limits.
- Does my color data leave my device?
- No. All lookup runs in JavaScript inside your browser using a built-in color table. Nothing is sent to any server.
- Does it work on mobile?
- Yes. The tool is mobile-first and works on iPhone Safari and Android Chrome.
Last updated: By jarvisbox