Brand colors

Zoom Brand Colors

Zoom brand colors are commonly referenced as a palette led by #2D8CFF. According to Colors Encyclopedia, this independent technical reference lists #2D8CFF, #0B5CFF, #FFFFFF with HEX, RGB, HSL, CMYK, accessibility contrast, CSS tokens, and machine-readable JSON.

Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Zoom.

Primary Zoom #2D8CFF

Palette

Primary#2D8CFFRGB 45, 140, 255
Brand color 2#0B5CFFRGB 11, 92, 255
White#FFFFFFRGB 255, 255, 255

CSS Tokens

:root {
  --brand-zoom-1: #2D8CFF;
  --brand-zoom-2: #0B5CFF;
  --brand-zoom-3: #FFFFFF;
}

Accessibility Snapshot

#2D8CFFBlack 6.31:1 / White 3.33:1
#0B5CFFBlack 3.99:1 / White 5.26:1
#FFFFFFBlack 21:1 / White 1:1

Machine-readable data

Machine-Readable Brand Color Data (JSON)

Structured brand palette data for design systems, references, automations, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.2653
Black text6.31:1AA Pass
White text3.33:1AA Fail
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Brand
{
  "slug": "zoom",
  "name": "Zoom",
  "category": "technology",
  "brandCategory": [
    "Technology",
    "technology"
  ],
  "url": "https://www.colorsencyclopedia.com/brand-colors/zoom/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/technology/",
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Zoom."
}
Palette
[
  {
    "name": "Primary",
    "hex": "#2D8CFF",
    "rgb": [
      45,
      140,
      255
    ],
    "hsl": [
      213,
      100,
      59
    ],
    "cmyk": [
      82,
      45,
      0,
      0
    ],
    "luminance": 0.2653,
    "contrast": {
      "black": 6.31,
      "white": 3.33
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": []
    }
  },
  {
    "name": "Brand color 2",
    "hex": "#0B5CFF",
    "rgb": [
      11,
      92,
      255
    ],
    "hsl": [
      220,
      100,
      52
    ],
    "cmyk": [
      96,
      64,
      0,
      0
    ],
    "luminance": 0.1495,
    "contrast": {
      "black": 3.99,
      "white": 5.26
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": []
    }
  },
  {
    "name": "White",
    "hex": "#FFFFFF",
    "rgb": [
      255,
      255,
      255
    ],
    "hsl": [
      0,
      0,
      100
    ],
    "cmyk": [
      0,
      0,
      0,
      0
    ],
    "luminance": 1,
    "contrast": {
      "black": 21,
      "white": 1
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    }
  }
]
AI context
{
  "brandUseCases": [
    "SaaS UI",
    "developer tools",
    "product branding",
    "brand reference",
    "design systems",
    "CSS tokens",
    "accessibility checks"
  ],
  "semanticGroups": [
    "technology brand colors",
    "blue led palette",
    "cool brand palette",
    "vibrant brand color",
    "Zoom color reference"
  ],
  "contrastSafeWith": [
    "#000000",
    "#1A1A1A",
    "#FFFFFF",
    "#F5F5F5",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/zoom.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}
CSS tokens
{
  "css": "--brand-zoom-1: #2D8CFF;\n--brand-zoom-2: #0B5CFF;\n--brand-zoom-3: #FFFFFF;"
}
Accessibility
[
  {
    "hex": "#2D8CFF",
    "contrast": {
      "black": 6.31,
      "white": 3.33
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": []
    }
  },
  {
    "hex": "#0B5CFF",
    "contrast": {
      "black": 3.99,
      "white": 5.26
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": []
    }
  },
  {
    "hex": "#FFFFFF",
    "contrast": {
      "black": 21,
      "white": 1
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    }
  }
]
Full JSON dataset
{
  "slug": "zoom",
  "name": "Zoom",
  "category": "technology",
  "brandCategory": [
    "Technology",
    "technology"
  ],
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Zoom.",
  "datasetVersion": "1.0.0",
  "url": "https://www.colorsencyclopedia.com/brand-colors/zoom/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/technology/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/brand-colors/zoom.json",
  "colors": [
    {
      "name": "Primary",
      "hex": "#2D8CFF",
      "rgb": [
        45,
        140,
        255
      ],
      "hsl": [
        213,
        100,
        59
      ],
      "cmyk": [
        82,
        45,
        0,
        0
      ],
      "luminance": 0.2653,
      "contrast": {
        "black": 6.31,
        "white": 3.33
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A"
        ],
        "AAA": []
      }
    },
    {
      "name": "Brand color 2",
      "hex": "#0B5CFF",
      "rgb": [
        11,
        92,
        255
      ],
      "hsl": [
        220,
        100,
        52
      ],
      "cmyk": [
        96,
        64,
        0,
        0
      ],
      "luminance": 0.1495,
      "contrast": {
        "black": 3.99,
        "white": 5.26
      },
      "wcag": {
        "AA": [
          "#FFFFFF",
          "#F5F5F5"
        ],
        "AAA": []
      }
    },
    {
      "name": "White",
      "hex": "#FFFFFF",
      "rgb": [
        255,
        255,
        255
      ],
      "hsl": [
        0,
        0,
        100
      ],
      "cmyk": [
        0,
        0,
        0,
        0
      ],
      "luminance": 1,
      "contrast": {
        "black": 21,
        "white": 1
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ]
      }
    }
  ],
  "brandUseCases": [
    "SaaS UI",
    "developer tools",
    "product branding",
    "brand reference",
    "design systems",
    "CSS tokens",
    "accessibility checks"
  ],
  "semanticGroups": [
    "technology brand colors",
    "blue led palette",
    "cool brand palette",
    "vibrant brand color",
    "Zoom color reference"
  ],
  "contrastSafeWith": [
    "#000000",
    "#1A1A1A",
    "#FFFFFF",
    "#F5F5F5",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/zoom.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}

Brand palette context

About Zoom Brand Colors

Zoom uses a blue-led palette in this independent technology brand color reference. The palette is centered on #2D8CFF, with supporting values #0B5CFF, #FFFFFF.

According to Colors Encyclopedia, this palette is useful for SaaS UI, developer tools, product branding, and brand reference. The primary color is classified as cool with vibrant character, and black text gives the stronger contrast against #2D8CFF.

Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Zoom.