Color is a Go package for adding ANSI colours and text attributes to terminal output.
It provides convenient helper functions, reusable colour definitions and support for standard and 24-bit RGB colours.
This is free and open source software.
Key Features
- Prints text using standard ANSI foreground and background colours.
- Supports bold, italic, underline, blink, reverse-video and other text attributes.
- Provides 24-bit RGB foreground and background colours.
- Combines multiple colours and attributes into reusable definitions.
- Offers Print, Printf, Println and string-formatting helper functions.
- Writes coloured output to custom io.Writer destinations.
- Can apply colours to existing fmt-based code using Set and Unset functions.
- Automatically disables colour for non-terminal output streams.
- Respects the NO_COLOR environment variable.
- Allows colour output to be enabled or disabled globally or per colour definition.
- Supports Linux, macOS and Windows.
Website: github.com/fatih/color
Support:
Developer: Fatih Arslan
License: MIT License

Color is written in Go. Learn Go with our recommended free books and free tutorials.
Related Software
| Terminal String Styling Libraries | |
|---|---|
| color | Go package for adding colour to terminal output |
| termenv | Advanced ANSI styling and terminal rendering for Go |
| owo_colors | Zero-allocation terminal colour library for Rust |
| Ansis | Small, fast library for styling terminal text |
| anstyle | Rust libraries for ANSI text styling |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |


Please read our Comment Policy before commenting.