Tested tool guide
Tested browser tools
Checked August 16, 2026
What HTML Color Code Chart does, with a checked example
Looking up a CSS color keyword is the core job of this chart. Search for a named entry or browse the swatches, then read and copy the corresponding HEX, RGB, or HSL value for use in a stylesheet, design note, or comparison. The three numeric forms represent the same listed color through different coordinate systems. The main trap is scope: this is a catalog of predefined names, not a tool that assigns official names to arbitrary custom colors. A familiar phrase such as bright blue is not necessarily a valid keyword.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
Fuchsia - HEX: #FF00FF; RGB: rgb(255, 0, 255); HSL: hsl(300, 100%, 50%)
The hexadecimal pairs FF, 00, and FF equal decimal channel values 255, 0, and 255. Those channels produce a hue of 300 degrees at full saturation and 50 percent lightness.