HomeColor Naming

Color Naming

Name colors from HEX/RGB/HSL with confidence, format conversion, distribution and palette generation for design and frontend development

Pick a Color

Color Name

CrayonBlue
蜡笔蓝
Confidence:92%
Other Possible Names
RoyalBlue (皇家蓝)DodgerBlue (宝蓝)Lake (湖泊)SlideshowBlue (幻灯片蓝)CornflowerBlue (矢车菊)

Color Formats

HEX
#3B82F6
RGB
rgb(59, 130, 246)
RGBA
rgba(59, 130, 246, 1)
HSL
hsl(217, 91%, 60%)
HSLA
hsla(217, 91%, 60%, 1)
HSB/HSV
217°, 76%, 96%
CMYK
76%, 47%, 0%, 4%

Color Distribution

Red23%
Green51%
Blue96%
Lightness (L)60%
Saturation (S)91%

Palette

Color Naming Guide

What is color naming?

Color naming is the process of turning numeric color values (HEX, RGB, HSL) into human-friendly names.

This tool helps designers and developers name colors faster for UI tokens, component libraries and design handoff.

Tip:This tool matches the nearest name using a weighted algorithm across color spaces. Different spaces and weights may lead to different results.

Color spaces

  • RGB - red/green/blue additive model
  • HSL - hue, saturation, lightness; closer to human perception
  • HSB/HSV - hue, saturation, brightness/value; similar to HSL
  • CMYK - cyan, magenta, yellow, black; used for printing
  • Lab - perceptual lightness and chroma components

Supported inputs

  • HEX - e.g. #FF0000, #F00
  • RGB/RGBA - e.g. rgb(255, 0, 0), rgba(255, 0, 0, 0.5)
  • HSL/HSLA - e.g. hsl(0, 100%, 50%), hsla(0, 100%, 50%, 0.5)
  • Named colors - e.g. red, coral, skyblue

How to use

  1. Pick a color via the picker, presets, or by typing a value.
  2. Get the nearest name and a confidence score.
  3. Copy the formats you need (HEX, RGB, HSL, CMYK, etc.).
  4. Generate palettes: complementary, analogous, triadic, split complementary.
  5. Copy the color name for documentation and handoff.

Palette types

TypeDescriptionUse cases
ComplementaryTwo hues opposite on the color wheel (180°)Strong contrast, highlight focus
AnalogousNeighboring hues (about 30° steps)Harmonious, soft schemes
TriadicThree hues evenly spaced (120°)Vibrant, balanced palettes
Split complementaryColors adjacent to the complementContrast without being too intense

Common name reference

ColorChineseEnglishHEX
红色Red#FF0000
橙色Orange#FFA500
黄色Yellow#FFFF00
绿色Green#00FF00
蓝色Blue#0000FF
紫色Purple#800080
品红Magenta#FF00FF

FAQ

Why isn't there an exact match for some colors?

This tool matches against a preset name list. When there is no exact entry, it returns the closest name and a confidence score. Try small adjustments to get a better match.

How is the confidence score calculated?

It is based on RGB distance with additional weighted differences in hue, saturation and lightness. Higher confidence means the color is closer to a preset entry.

What's the difference between HSB and HSV?

HSB (Brightness) and HSV (Value) are commonly used as different names for the same model and are effectively equivalent in practice.

Why do different tools show different names for the same color?

Different tools use different color dictionaries and matching algorithms (RGB-only vs perceptual models like Lab), so results can vary.

Data is processed locally in your browser by default and will not be uploaded to any server. Upload will be clearly indicated if required.

© 2026 See-Tool. All rights reserved. | Contact Us