Skip to content

Instantly share code, notes, and snippets.

@iamnewton
Last active April 12, 2024 10:58
Show Gist options
  • Save iamnewton/8754917 to your computer and use it in GitHub Desktop.
Save iamnewton/8754917 to your computer and use it in GitHub Desktop.
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple
\e[0;36m Cyan
\e[0;37m White

Bold

Value Color
\e[1;30m Black
\e[1;31m Red
\e[1;32m Green
\e[1;33m Yellow
\e[1;34m Blue
\e[1;35m Purple
\e[1;36m Cyan
\e[1;37m White

Underline

Value Color
\e[4;30m Black
\e[4;31m Red
\e[4;32m Green
\e[4;33m Yellow
\e[4;34m Blue
\e[4;35m Purple
\e[4;36m Cyan
\e[4;37m White

Background

Value Color
\e[40m Black
\e[41m Red
\e[42m Green
\e[43m Yellow
\e[44m Blue
\e[45m Purple
\e[46m Cyan
\e[47m White

High Intensty

Value Color
\e[0;90m Black
\e[0;91m Red
\e[0;92m Green
\e[0;93m Yellow
\e[0;94m Blue
\e[0;95m Purple
\e[0;96m Cyan
\e[0;97m White

Bold High Intensty

Value Color
\e[1;90m Black
\e[1;91m Red
\e[1;92m Green
\e[1;93m Yellow
\e[1;94m Blue
\e[1;95m Purple
\e[1;96m Cyan
\e[1;97m White

High Intensty backgrounds

Value Color
\e[0;100m Black/Gray
\e[0;101m Red
\e[0;102m Green
\e[0;103m Yellow
\e[0;104m Blue
\e[0;105m Purple
\e[0;106m Cyan
\e[0;107m White

Reset

Value Color
\e[0m Reset
@ch3repatz
Copy link

Thanks a lot!

@kasvith
Copy link

kasvith commented Apr 7, 2017

Can you add gray ?

@cbrt4
Copy link

cbrt4 commented Aug 13, 2017

Great thing!

@chaos201388
Copy link

Awesome!

@jesusjimsa
Copy link

Thank you :D

@gmelgar1
Copy link

gmelgar1 commented Mar 8, 2018

Hi that´s Great, but what should I do to keep in memory that color?

@StephenRHarris
Copy link

very nice. Thanks. ☺

@shchoi82
Copy link

very good

@lemonkey
Copy link

Helpful, thanks.

@RabaDabaDoba
Copy link

Check out my fork! Made a header file for C with the colors!

@angela-d
Copy link

Thanks for sharing!

@dn0r
Copy link

dn0r commented Jul 31, 2018

Very helpful

@dariodaich
Copy link

👍

@rbrook
Copy link

rbrook commented Nov 16, 2018

Very useful. Thanks!

@nparashar150
Copy link

That is so much good while coding. xD

@ThisWalkingDead
Copy link

NB

@SolindekDev
Copy link

Nice but please add gray...

@templar-ajay
Copy link

It's awesome, took me a while to understand as I'm a newbie in programming.

@Panda-Ma
Copy link

Panda-Ma commented Aug 5, 2022

good job

@tchisama
Copy link

thank you

@MayowaObisesan
Copy link

👍

@AugustinMauroy
Copy link

Thanks!

@RabaDabaDoba
Copy link

@HIFun-cws
Copy link

Gray is actually High Intensity Black

@iamnewton
Copy link
Author

@HIFun-cws stated, there is no gray, but some terminals will display things as gray; here's the white paper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment