Brand colors

YouTube Brand Colors

YouTube brand colors are commonly referenced as a palette led by #FF0000. According to Colors Encyclopedia, this independent technical reference lists #FF0000, #282828, #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 YouTube.

Primary YouTube #FF0000

Palette

Red#FF0000RGB 255, 0, 0
Brand color 2#282828RGB 40, 40, 40
White#FFFFFFRGB 255, 255, 255

CSS Tokens

:root {
  --brand-youtube-1: #FF0000;
  --brand-youtube-2: #282828;
  --brand-youtube-3: #FFFFFF;
}

Accessibility Snapshot

#FF0000Black 5.25:1 / White 4:1
#282828Black 1.42:1 / White 14.75: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.2126
Black text5.25:1AA Pass
White text4: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": "youtube",
  "name": "YouTube",
  "category": "social-media",
  "brandCategory": [
    "Social Media",
    "social-media"
  ],
  "url": "https://www.colorsencyclopedia.com/brand-colors/youtube/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/social-media/",
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by YouTube."
}
Palette
[
  {
    "name": "Red",
    "hex": "#FF0000",
    "rgb": [
      255,
      0,
      0
    ],
    "hsl": [
      0,
      100,
      50
    ],
    "cmyk": [
      0,
      100,
      100,
      0
    ],
    "luminance": 0.2126,
    "contrast": {
      "black": 5.25,
      "white": 4
    },
    "wcag": {
      "AA": [
        "#000000"
      ],
      "AAA": []
    }
  },
  {
    "name": "Brand color 2",
    "hex": "#282828",
    "rgb": [
      40,
      40,
      40
    ],
    "hsl": [
      0,
      0,
      16
    ],
    "cmyk": [
      0,
      0,
      0,
      84
    ],
    "luminance": 0.0212,
    "contrast": {
      "black": 1.42,
      "white": 14.75
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": [
        "#FFFFFF",
        "#F5F5F5"
      ]
    }
  },
  {
    "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": [
    "social UI",
    "creator tools",
    "share graphics",
    "brand reference",
    "design systems",
    "CSS tokens",
    "accessibility checks"
  ],
  "semanticGroups": [
    "social media brand colors",
    "red led palette",
    "warm brand palette",
    "vibrant brand color",
    "YouTube color reference"
  ],
  "contrastSafeWith": [
    "#000000",
    "#FFFFFF",
    "#F5F5F5",
    "#1A1A1A",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/youtube.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}
CSS tokens
{
  "css": "--brand-youtube-1: #FF0000;\n--brand-youtube-2: #282828;\n--brand-youtube-3: #FFFFFF;"
}
Accessibility
[
  {
    "hex": "#FF0000",
    "contrast": {
      "black": 5.25,
      "white": 4
    },
    "wcag": {
      "AA": [
        "#000000"
      ],
      "AAA": []
    }
  },
  {
    "hex": "#282828",
    "contrast": {
      "black": 1.42,
      "white": 14.75
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": [
        "#FFFFFF",
        "#F5F5F5"
      ]
    }
  },
  {
    "hex": "#FFFFFF",
    "contrast": {
      "black": 21,
      "white": 1
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    }
  }
]
Full JSON dataset
{
  "slug": "youtube",
  "name": "YouTube",
  "category": "social-media",
  "brandCategory": [
    "Social Media",
    "social-media"
  ],
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by YouTube.",
  "datasetVersion": "1.0.0",
  "url": "https://www.colorsencyclopedia.com/brand-colors/youtube/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/social-media/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/brand-colors/youtube.json",
  "colors": [
    {
      "name": "Red",
      "hex": "#FF0000",
      "rgb": [
        255,
        0,
        0
      ],
      "hsl": [
        0,
        100,
        50
      ],
      "cmyk": [
        0,
        100,
        100,
        0
      ],
      "luminance": 0.2126,
      "contrast": {
        "black": 5.25,
        "white": 4
      },
      "wcag": {
        "AA": [
          "#000000"
        ],
        "AAA": []
      }
    },
    {
      "name": "Brand color 2",
      "hex": "#282828",
      "rgb": [
        40,
        40,
        40
      ],
      "hsl": [
        0,
        0,
        16
      ],
      "cmyk": [
        0,
        0,
        0,
        84
      ],
      "luminance": 0.0212,
      "contrast": {
        "black": 1.42,
        "white": 14.75
      },
      "wcag": {
        "AA": [
          "#FFFFFF",
          "#F5F5F5"
        ],
        "AAA": [
          "#FFFFFF",
          "#F5F5F5"
        ]
      }
    },
    {
      "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": [
    "social UI",
    "creator tools",
    "share graphics",
    "brand reference",
    "design systems",
    "CSS tokens",
    "accessibility checks"
  ],
  "semanticGroups": [
    "social media brand colors",
    "red led palette",
    "warm brand palette",
    "vibrant brand color",
    "YouTube color reference"
  ],
  "contrastSafeWith": [
    "#000000",
    "#FFFFFF",
    "#F5F5F5",
    "#1A1A1A",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/youtube.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}

Brand palette context

About YouTube Brand Colors

YouTube uses a red-led palette in this independent social media brand color reference. The palette is centered on #FF0000, with supporting values #282828, #FFFFFF.

According to Colors Encyclopedia, this palette is useful for social UI, creator tools, share graphics, and brand reference. The primary color is classified as warm with vibrant character, and black text gives the stronger contrast against #FF0000.

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