> For the complete documentation index, see [llms.txt](https://guide.techfleet.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.techfleet.org/resources/brand-guide/brand-visuals/color-palette.md).

# Color Palette

## Color Palette

| Color Name       | HEX     | RGB                | Usage                                                                          |
| ---------------- | ------- | ------------------ | ------------------------------------------------------------------------------ |
| Deep Space Navy  | #01061E | rgb(1, 6, 30)      | Primary background color for dark mode sections and hero areas.                |
| Tech Fleet Blue  | #0056A7 | rgb(0, 86, 167)    | Primary brand color. Used for primary buttons, links, and active states.       |
| Action Blue      | #1863DC | rgb(24, 99, 220)   | Secondary blue used for hover states or secondary accents.                     |
| Growth Green     | #56A045 | rgb(86, 160, 69)   | Success states, confirmation messages, and secondary brand accents.            |
| Alert Orange     | #EB4F26 | rgb(235, 79, 38)   | Error states, warnings, and destructive actions.                               |
| Pure White       | #FFFFFF | rgb(255, 255, 255) | Primary background color for light mode sections and text on dark backgrounds. |
| Off-White        | #F4F4F4 | rgb(244, 244, 244) | Secondary background color for cards or alternating page sections.             |
| Dark Gray (Text) | #212121 | rgb(33, 33, 33)    | Primary body text color on light backgrounds. Ensures WCAG 4.5:1 contrast.     |
| Medium Gray      | #757575 | rgb(117, 117, 117) | Secondary text, placeholder text, and disabled states.                         |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.techfleet.org/resources/brand-guide/brand-visuals/color-palette.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
