Primary Colors (RGB) List

Grab the RGB primary colors in clean formats for design systems, UI work, or quick palette references.

RGB primary colors(3 colors)

List reflects the additive RGB primary colors used for screens and digital displays.

How to use this list

Copy the list in 3 steps

Takes ~5 seconds
  1. 1
    Pick a format

    Choose text, JSON, or HTML output.

  2. 2
    Copy or download

    Copy to clipboard or download a file.

  3. 3
    Paste into your workflow

    Use in docs, apps, or lesson plans.

Use the JSON format when you need an array for scripts or UI demos.

Who should use this list?

  • Designers defining digital color systems
  • Developers building UI palette tools
  • Educators explaining additive color

Examples

Text output with one color per line.

"Red" -> Red

JSON output for apps or scripts.

"Red" -> ["Blue", "Green", "Red"]

HTML output for dropdown menus.

"Red" -> <option value="Red">Red</option>

A clean list of RGB primary colors

Use this list as a quick reference for the additive primary colors used in digital displays.

Need a quick RGB primary colors list for a UI guide, palette sheet, or design system note? This page provides the additive primaries in copy-ready formats so you can move fast without digging through reference material. Use the text list for documentation, JSON for apps or scripts, or HTML <option> tags for dropdown menus. It is handy for labeling charts, building simple color pickers, and documenting palette standards across teams. The list stays intentionally short to make teaching and reuse easy, and you can pair it with RGB secondary colors or hex values when expanding a palette. Use it to keep labels consistent in UI specs, onboarding docs, and QA fixtures when teams share data across tools. Ideal for quick checklists, basic demos, and simple UI legends. Great for onboarding cheat sheets and quick classroom references. Because the output is deterministic and local, you can rely on it for documentation, QA, and prototypes.

Copy-ready formats

Switch between text, JSON, and HTML formats with one click.

  • Text list
  • JSON array
  • HTML <option> tags
Screen-first naming

Keep RGB labels consistent across UI docs and codebases.

  • Clear labels
  • One item per line
  • Fast reference
Fast workflows

Ideal for palette docs, UI checklists, and development notes.

  • No setup
  • Deterministic output
  • Clipboard ready

Color list best practices

Keep color names and models clear to avoid confusion.

  • Specify the color model (RGB vs RYB) in documentation.
  • Pair names with hex values when building UI palettes.
  • Use consistent capitalization across labels and data.