1. Built-in Excel Theme Colors
Excel has a set of default theme colors:
| Theme Color |
RGB |
Hex |
| Dark Blue |
31, 73, 125 |
#1F497D |
| Blue |
79, 129, 189 |
#4F81BD |
| Light Blue |
155, 194, 230 |
#9BC2E6 |
| Dark Green |
0, 97, 0 |
#006100 |
| Green |
146, 208, 80 |
#92D050 |
| Light Green |
198, 239, 206 |
#C6EFCE |
| Dark Red |
192, 0, 0 |
#C00000 |
| Red |
255, 0, 0 |
#FF0000 |
| Light Red |
255, 199, 206 |
#FFC7CE |
| Orange |
255, 192, 0 |
#FFC000 |
| Yellow |
255, 255, 0 |
#FFFF00 |
| Gray |
191, 191, 191 |
#BFBFBF |
How to apply theme colors:
-
Select cells → Home → Font → Fill Color or Font Color.
-
Choose from theme colors, standard colors, or More Colors.
2. Using Custom RGB or HEX Colors
Excel lets you define your own colors.
Steps:
-
Select cell(s) → Home → Fill Color → More Colors.
-
Go to the Custom tab.
-
Enter RGB values or convert HEX to RGB.
Example:
3. Conditional Formatting with Colors
Conditional formatting lets you automatically change colors based on rules.
Steps:
-
Select your data range.
-
Go to Home → Conditional Formatting → New Rule.
-
Choose:
-
Highlight Cells Rules → predefined (greater than, less than, etc.).
-
Color Scales → gradient heatmaps.
-
Icon Sets → arrows, symbols.
-
Custom Formula → full control.
Examples:
-
Highlight negative numbers in red:
Formula: =A1<0
-
Highlight weekends in light blue:
Formula: =WEEKDAY(A1,2)>5
-
Color cells with today’s date in yellow:
Formula: =A1=TODAY()
4. Color Scales for Heatmaps
Excel has 3-color and 2-color gradients:
| Type |
Example |
| 2-color scale |
Min = Green → Max = Red |
| 3-color scale |
Min = Blue → Mid = Yellow → Max = Red |
Steps:
Home → Conditional Formatting → Color Scales → Choose style.
5. Transparent Colors in Excel
Excel doesn’t support full transparency for cell backgrounds, but you can:
6. Color Coding Tips
-
For tables: Use light pastels for better readability.
-
For dashboards: Use consistent theme colors.
-
For negative vs positive values:
-
For highlighting key data: Use bold + dark contrasting colors.
7. Quick Excel Color Shortcuts
| Task |
Shortcut |
| Open Fill Color Menu |
Alt+H+H |
| Open Font Color Menu |
Alt+H+F+C |
| Apply No Fill |
Alt+H+H+N |
| Pick Custom Colors |
Alt+H+H+M |