github.com/lucasb-eyer/go-colorful
v1.4.1
#1447 most downloaded on Go modules
lucasb-eyer/go-colorful
What this package is like to depend on
Last release 22 days ago
02 Aug 2026
Release timing varies
gaps range from 3 weeks to 1.7 years
Most releases are documented
notes for 7 of 8 stable releases
Nothing withdrawn
no release was ever pulled
14 years old
81 releases · first in 2013
4 releases in the last 12 months
see the full history below
Release timeline
81 releases · Feb 2013 to Aug 2026Releases
latest 60 of 81-
v1.4.102 Aug 2026Release notes
Open source →Fixed
- Corrected
D50ToD65to use the CSS Color 4 matrix inverse ofD65ToD50(#85).
- Corrected
-
v1.4.028 Mar 2026Release notes
Open source →This release adds support for CSS Color Level 4 wide-gamut RGB color spaces, along with D50 XYZ helpers and a small
HexColorusability improvement.Added
Release notes
Open source →Added
- Constructors, decomposers, and blend functions for the CSS Color Level 4 wide-gamut RGB color spaces
DisplayP3,A98Rgb,ProPhotoRgb, andRec2020(#81) XyzD50,Color.XyzD50,D50ToD65, andD65ToD50for working with D50-based color spaces (#81)HexColornow implementsfmt.Stringer
- Constructors, decomposers, and blend functions for the CSS Color Level 4 wide-gamut RGB color spaces
-
v1.3.1-0.20260101163624-5017032dc13601 Jan 2026 pre-releaseNothing published for this version
-
v1.3.008 Sep 2025Release notes
Open source →If you'd like to support go-colorful's development you can support me or Lucas (the original developer) through GitHub Sponsors, check out the Sponsor button up top. I also have a Ko-Fi for one-time donations.
The rest of this message is copied from the CHANGELOG.md file in this repo.
Added
BlendLinearRgb(#50)DistanceRiemersma(#52)- Introduce a function for sorting colors (#57)
- YAML marshal/unmarshal support (#63)
- Add support for OkLab and OkLch (#66)
- Functions that use randomness now support specifying a custom source (#73)
- Functions BlendOkLab and BlendOkLch (#70)
Changed
Hex()parsing is much faster (#78). However, it doesn't tolerate hex codes with alpha anymore (previously ignoring the alpha was unintentional).
Fixed
- Fix bug when doing HSV/HCL blending between a gray color and non-gray color (#60)
- Docs for HSV/HSL were updated to note that hue 360 is not allowed (#71)
Deprecated
DistanceLinearRGBis deprecated for the nameDistanceLinearRgbwhich is more in-line with the rest of the library
Release notes
Open source →Added
BlendLinearRgb(#50)DistanceRiemersma(#52)- Introduce a function for sorting colors (#57)
- YAML marshal/unmarshal support (#63)
- Add support for OkLab and OkLch (#66)
- Functions that use randomness now support specifying a custom source (#73)
- Functions BlendOkLab and BlendOkLch (#70)
-
v1.2.1-0.20250109140611-9e385f7b653a09 Jan 2025 pre-releaseNothing published for this version
-
v1.2.1-0.20241218224038-a472fc29eb4b18 Dec 2024 pre-releaseNothing published for this version
-
v1.2.1-0.20241218223023-14c881f5facc18 Dec 2024 pre-releaseNothing published for this version
-
v1.2.1-0.20240820150456-e144b2c09f7020 Aug 2024 pre-releaseNothing published for this version
-
v1.2.1-0.20240820150334-d11da685ea0820 Aug 2024 pre-releaseNothing published for this version
-
v1.2.1-0.20240305084139-fae0ace654d205 Mar 2024 pre-releaseNothing published for this version
-
v1.2.1-0.20231220170044-6e6f2cdd7e2920 Dec 2023 pre-releaseNothing published for this version
-
v1.2.1-0.20220408204654-511ff69849cd08 Apr 2022 pre-releaseNothing published for this version
-
v1.2.1-0.20220408204544-3c901db4f13708 Apr 2022 pre-releaseNothing published for this version
-
v1.2.1-0.20211206144659-614c0f321d5906 Dec 2021 pre-releaseNothing published for this version
-
v1.2.1-0.20211102004705-ac9337f62eb202 Nov 2021 pre-releaseNothing published for this version
-
v1.2.1-0.20210929215602-e88b814077d829 Sep 2021 pre-releaseNothing published for this version
-
v1.2.1-0.20210824150403-a461bc924c8f24 Aug 2021 pre-releaseNothing published for this version
-
v1.2.1-0.20210128143204-4d8f45c41ac928 Jan 2021 pre-releaseNothing published for this version
-
v1.2.028 Jan 2021Release notes
Open source →Please note the v1.1.0 and v1.2.0 tags have the same code, this new update. The next release of this library will be v1.2.1 or v1.3.0, not anything else.
Hello! I'm the new maintainer of go-colorful. This is the first release its had in a while, adding some new color spaces and fixing some small bugs. Rest assured it's in good hands, and I hope to support all your wonderful work with it for long time.
If you'd like to support go-colorful's development you can support me or Lucas (the original developer) through GitHub Sponsors, check out the Sponsor button up top. I also have a Ko-Fi for one-time donations.
The rest of this message is copied from the CHANGELOG.md file in this repo.
Added
- HSLuv and HPLuv color spaces (#41, #51)
- CIE LCh(uv) color space, called
LuvLChin code (#51) - JSON and envconfig serialization support for
HexColor(#42) DistanceLinearRGB(#53)
Fixed
Release notes
Open source →This is the same as the v1.1.0 tag.
Added
- HSLuv and HPLuv color spaces (#41, #51)
- CIE LCh(uv) color space, called
LuvLChin code (#51) - JSON and envconfig serialization support for
HexColor(#42) DistanceLinearRGB(#53)
Fixed
- RGB to/from XYZ conversion is more accurate (#51)
- A bug in
XYZToLuvWhiteRefthat only applied to very small values was fixed (#51) BlendHCLoutput is clamped so that it's not invalid (#46)- Properly documented
DistanceCIE76(#40) - Some small godoc fixes
-
v1.1.1-0.20240820150456-e144b2c09f7020 Aug 2024 pre-releaseNothing published for this version
-
v1.1.1-0.20240305084139-fae0ace654d205 Mar 2024 pre-releaseNothing published for this version
-
v1.1.1-0.20231220170044-6e6f2cdd7e2920 Dec 2023 pre-releaseNothing published for this version
-
v1.1.1-0.20220408204654-511ff69849cd08 Apr 2022 pre-releaseNothing published for this version
-
v1.1.1-0.20220408204607-461bc069a24508 Apr 2022 pre-releaseNothing published for this version
-
v1.1.1-0.20220408204544-3c901db4f13708 Apr 2022 pre-releaseNothing published for this version
-
v1.1.1-0.20220408204430-bb392e3dc87c08 Apr 2022 pre-releaseNothing published for this version
-
v1.1.1-0.20211206144659-614c0f321d5906 Dec 2021 pre-releaseNothing published for this version
-
v1.1.1-0.20211102004705-ac9337f62eb202 Nov 2021 pre-releaseNothing published for this version
-
v1.1.1-0.20210929215602-e88b814077d829 Sep 2021 pre-releaseNothing published for this version
-
v1.1.1-0.20210824150403-a461bc924c8f24 Aug 2021 pre-releaseNothing published for this version
-
v1.1.1-0.20210128143204-4d8f45c41ac928 Jan 2021 pre-releaseNothing published for this version
-
v1.1.1-0.20210128142337-f07d3a36813328 Jan 2021 pre-releaseNothing published for this version
-
v1.1.1-0.20210128140126-d7b7bca4cf9f28 Jan 2021 pre-releaseNothing published for this version
-
v1.1.1-0.20210128140006-c0d9120476db28 Jan 2021 pre-releaseNothing published for this version
-
v1.1.028 Jan 2021Nothing published for this version
-
v1.0.4-0.20210128025541-034637b110ed28 Jan 2021 pre-releaseNothing published for this version
-
v1.0.4-0.20210127151537-9be4acea860f27 Jan 2021 pre-releaseNothing published for this version
-
v1.0.4-0.20210127144446-24d8f416827827 Jan 2021 pre-releaseNothing published for this version
-
v1.0.4-0.20210127000603-319a9f81fabe27 Jan 2021 pre-releaseNothing published for this version
-
v1.0.302 Nov 2019 -
v1.0.3-0.20191025202422-c27817f1038325 Oct 2019 pre-releaseNothing published for this version
-
v1.0.206 Apr 2019 -
v1.0.2-0.20190406094020-41bd1f4f199006 Apr 2019 pre-releaseNothing published for this version
-
v1.0.124 Mar 2019 -
v0.0.0-20190406220821-30298f24079806 Apr 2019 pre-releaseNothing published for this version
-
v0.0.0-20190323151624-4de7d682992e23 Mar 2019 pre-releaseNothing published for this version
-
v0.0.0-20190302091419-2341e02c5a0002 Mar 2019 pre-releaseNothing published for this version
-
v0.0.0-20181219012406-0aff29842df319 Dec 2018 pre-releaseNothing published for this version
-
v0.0.0-20181028223441-12d3b2882a0828 Oct 2018 pre-releaseNothing published for this version
-
v0.0.0-20181027045130-1b5e348076b027 Oct 2018 pre-releaseNothing published for this version
-
v0.0.0-20180709185858-c7842319cf3a09 Jul 2018 pre-releaseNothing published for this version
-
v0.0.0-20180531031333-d9cec903b20c31 May 2018 pre-releaseNothing published for this version
-
v0.0.0-20180530192913-b6f9719a844a30 May 2018 pre-releaseNothing published for this version
-
v0.0.0-20180526135729-345fbb3dbcdb26 May 2018 pre-releaseNothing published for this version
-
v0.0.0-20180526135245-d4cf663bea3f26 May 2018 pre-releaseNothing published for this version
-
v0.0.0-20180525040627-8abd3beca3a725 May 2018 pre-releaseNothing published for this version
-
v0.0.0-20180523164641-a9253d63c57b23 May 2018 pre-releaseNothing published for this version
-
v0.0.0-20180523164010-4bd2e4822bdf23 May 2018 pre-releaseNothing published for this version
-
v0.0.0-20180517055846-fa0f842f262617 May 2018 pre-releaseNothing published for this version
-
v0.0.0-20180517055638-c41bf455642817 May 2018 pre-releaseNothing published for this version