Home Color Tools HTML Color Names
🌐
Color Tool

HTML Color Names

Browse all 140+ named HTML/CSS colour keywords and copy their HEX and RGB codes.

🔒 Private — runs entirely in your browser ⚡ Instant conversion 🚫 No login required 🎯 Accurate W3C formulas

📖How to Use the HTML Color Names

  1. 1
    Enter your colour

    Type or paste your colour value into the input field, or use the visual picker. Try the sample buttons for quick examples.

  2. 2
    See the converted values

    All output fields update instantly as you type. A colour preview swatch also updates in real time.

  3. 3
    Copy what you need

    Click any Copy button to copy that specific value straight to your clipboard — ready to paste into your CSS, design tool or code.

💡Colour Format Quick Reference

FormatExample
HEX#0a6aff
RGBrgb(10, 106, 255)
RGBArgba(10, 106, 255, 1)
HSLhsl(215, 100%, 52%)
CMYKcmyk(96%, 58%, 0%, 0%)
PantonePantone 286 C

Frequently Asked Questions

Is my data private?

Yes. All colour conversions happen entirely in your browser using JavaScript. No data is ever sent to a server.

Are the conversions accurate?

Yes. All maths follows the official sRGB colour space formulas defined by the W3C and ICC. Rounding is done to standard precision.

How many named HTML colours are there?

CSS defines 140 named colour keywords — from \"AliceBlue\" to \"YellowGreen\". All 140 are supported in every modern browser and in HTML email clients.

Are HTML colour names case-sensitive?

No. HTML colour names are case-insensitive — \"Red\", \"red\" and \"RED\" all refer to the same colour (#ff0000).