MS Excel - excel colors

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:

  1. Select cells → Home → Font → Fill Color or Font Color.

  2. Choose from theme colors, standard colors, or More Colors.


2. Using Custom RGB or HEX Colors

Excel lets you define your own colors.

Steps:

  1. Select cell(s) → Home → Fill ColorMore Colors.

  2. Go to the Custom tab.

  3. Enter RGB values or convert HEX to RGB.

Example:

  • HEX #1ABC9C → RGB(26, 188, 156) → Pastel Teal.


3. Conditional Formatting with Colors

Conditional formatting lets you automatically change colors based on rules.

Steps:

  1. Select your data range.

  2. Go to Home → Conditional Formatting → New Rule.

  3. 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:

  • Use lighter RGB colors for a faded effect.

  • Reduce transparency only for shapes and charts:
    Right-click shape → Format ShapeFill → Transparency Slider.


6. Color Coding Tips

  • For tables: Use light pastels for better readability.

  • For dashboards: Use consistent theme colors.

  • For negative vs positive values:

    • Positive = Green (#92D050)

    • Negative = Red (#FF0000)

  • 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