# get_colored_text

> **Function** in `langgraph`

📖 [View in docs](https://reference.langchain.com/python/langgraph/pregel/debug/get_colored_text)

Get colored text.

## Signature

```python
get_colored_text(
    text: str,
    color: str,
) -> str
```

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/6719d34023ced81382223407c665fd0980279eea/libs/langgraph/langgraph/pregel/debug.py#L272)