Color Palette

Available colors for nodes, edges, and groups.

Named Colors

TDL supports these named colors:

Name
Hex
Preview
Common Use

red

#EF4444

πŸ”΄

Errors, critical, warnings

orange

#F97316

🟠

Staging, caution

yellow

#EAB308

🟑

Warnings, attention

green

#22C55E

🟒

Success, production, healthy

blue

#3B82F6

πŸ”΅

Primary, info, default

purple

#A855F7

🟣

Async, special

pink

#EC4899

πŸ’—

Accent

gray

#6B7280

⚫

Disabled, deprecated

Custom Hex Colors

Use any hex color:

[nodes]
  brand:Brand Service|color:#FF5733
  custom:Custom|color:#1E40AF
  accent:Accent|color:#7C3AED

Usage

Node Colors

Edge Colors

Group Colors

Color by Meaning

Environment

Environment
Suggested Color

Production

green

Staging

orange

Development

blue

Deprecated

gray

Status

Status
Suggested Color

Healthy

green

Warning

yellow

Error

red

Unknown

gray

Communication Type

Type
Suggested Color

HTTP/REST

blue

gRPC

green

Async/Events

purple

WebSocket

orange

Cloud Provider

Provider
Brand Color

AWS

#FF9900

Azure

#0078D4

GCP

#4285F4

Example

Rendered diagram

Last updated