Skip to main content

A library for working with the color formats defined by HTML and CSS.

Reason this release was yanked:

Package accidentally reports an inconsistent version number.

Project description

CI status image

webcolors is a module for working with and converting between the various HTML/CSS color formats.

Support is included for normalizing and converting between the following formats (RGB colorspace only; conversion to/from HSL can be handled by the colorsys module in the Python standard library):

  • Specification-defined color names

  • Six-digit hexadecimal

  • Three-digit hexadecimal

  • Integer rgb() triplet

  • Percentage rgb() triplet

For example:

>>> import webcolors
>>> webcolors.hex_to_name("#daa520")
'goldenrod'

Implementations are also provided for the HTML5 color parsing and serialization algorithms. For example, parsing the infamous “chucknorris” string into an rgb() triplet:

>>> import webcolors
>>> webcolors.html5_parse_legacy_color("chucknorris")
HTML5SimpleColor(red=192, green=0, blue=0)

Full documentation is available online.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

webcolors-24.11.0.tar.gz (45.0 kB view details)

Uploaded Source

Built Distribution

webcolors-24.11.0-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

File details

Details for the file webcolors-24.11.0.tar.gz.

File metadata

  • Download URL: webcolors-24.11.0.tar.gz
  • Upload date:
  • Size: 45.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.0

File hashes

Hashes for webcolors-24.11.0.tar.gz
Algorithm Hash digest
SHA256 ebcfbefa2b11c6ce09619a320824b3e7d7ddb91061608a9e53508926e73f87a6
MD5 d7c2a345e477c4e9dc6101c75a29a58b
BLAKE2b-256 ee809cd418f80aacfcb3cd04abfd9a28e063e64f3e5d7993c103a1de8967ff80

See more details on using hashes here.

File details

Details for the file webcolors-24.11.0-py3-none-any.whl.

File metadata

  • Download URL: webcolors-24.11.0-py3-none-any.whl
  • Upload date:
  • Size: 14.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.0

File hashes

Hashes for webcolors-24.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 66ebd21f1d626960961df2443618e408d96da35d23c99c3a15d6c6a4628de89c
MD5 c26dcb44c20fd01d4128a925c70245e3
BLAKE2b-256 ede5e91b94af8223e9061216ff881faedcf934e5c9118729719a56e127467798

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page