Brand colors

Meta Brand Colors

Meta brand colors are commonly referenced as a palette led by #0668E1. According to Colors Encyclopedia, this independent technical reference lists #0668E1, #0081FB, #1C2B33, #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 Meta.

Primary Meta #0668E1

Palette

Primary#0668E1RGB 6, 104, 225
Brand color 2#0081FBRGB 0, 129, 251
Brand color 3#1C2B33RGB 28, 43, 51
White#FFFFFFRGB 255, 255, 255

CSS Tokens

:root {
  --brand-meta-1: #0668E1;
  --brand-meta-2: #0081FB;
  --brand-meta-3: #1C2B33;
  --brand-meta-4: #FFFFFF;
}

Accessibility Snapshot

#0668E1Black 4.08:1 / White 5.15:1
#0081FBBlack 5.53:1 / White 3.79:1
#1C2B33Black 1.44:1 / White 14.56: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.1538
Black text4.08:1AA Fail
White text5.15:1AA Pass
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": "meta",
  "name": "Meta",
  "category": "social-media",
  "brandCategory": [
    "Social Media",
    "social-media"
  ],
  "url": "https://www.colorsencyclopedia.com/brand-colors/meta/",
  "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 Meta."
}
Palette
[
  {
    "name": "Primary",
    "hex": "#0668E1",
    "rgb": [
      6,
      104,
      225
    ],
    "hsl": [
      213,
      95,
      45
    ],
    "cmyk": [
      97,
      54,
      0,
      12
    ],
    "luminance": 0.1538,
    "contrast": {
      "black": 4.08,
      "white": 5.15
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": []
    }
  },
  {
    "name": "Brand color 2",
    "hex": "#0081FB",
    "rgb": [
      0,
      129,
      251
    ],
    "hsl": [
      209,
      100,
      49
    ],
    "cmyk": [
      100,
      49,
      0,
      2
    ],
    "luminance": 0.2267,
    "contrast": {
      "black": 5.53,
      "white": 3.79
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": []
    }
  },
  {
    "name": "Brand color 3",
    "hex": "#1C2B33",
    "rgb": [
      28,
      43,
      51
    ],
    "hsl": [
      201,
      29,
      15
    ],
    "cmyk": [
      45,
      16,
      0,
      80
    ],
    "luminance": 0.0221,
    "contrast": {
      "black": 1.44,
      "white": 14.56
    },
    "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",
    "blue led palette",
    "cool brand palette",
    "vibrant brand color",
    "jewel tone brand color",
    "Meta color reference"
  ],
  "contrastSafeWith": [
    "#FFFFFF",
    "#F5F5F5",
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/meta.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}
CSS tokens
{
  "css": "--brand-meta-1: #0668E1;\n--brand-meta-2: #0081FB;\n--brand-meta-3: #1C2B33;\n--brand-meta-4: #FFFFFF;"
}
Accessibility
[
  {
    "hex": "#0668E1",
    "contrast": {
      "black": 4.08,
      "white": 5.15
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": []
    }
  },
  {
    "hex": "#0081FB",
    "contrast": {
      "black": 5.53,
      "white": 3.79
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": []
    }
  },
  {
    "hex": "#1C2B33",
    "contrast": {
      "black": 1.44,
      "white": 14.56
    },
    "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": "meta",
  "name": "Meta",
  "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 Meta.",
  "datasetVersion": "1.0.0",
  "url": "https://www.colorsencyclopedia.com/brand-colors/meta/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/social-media/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/brand-colors/meta.json",
  "colors": [
    {
      "name": "Primary",
      "hex": "#0668E1",
      "rgb": [
        6,
        104,
        225
      ],
      "hsl": [
        213,
        95,
        45
      ],
      "cmyk": [
        97,
        54,
        0,
        12
      ],
      "luminance": 0.1538,
      "contrast": {
        "black": 4.08,
        "white": 5.15
      },
      "wcag": {
        "AA": [
          "#FFFFFF",
          "#F5F5F5"
        ],
        "AAA": []
      }
    },
    {
      "name": "Brand color 2",
      "hex": "#0081FB",
      "rgb": [
        0,
        129,
        251
      ],
      "hsl": [
        209,
        100,
        49
      ],
      "cmyk": [
        100,
        49,
        0,
        2
      ],
      "luminance": 0.2267,
      "contrast": {
        "black": 5.53,
        "white": 3.79
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A"
        ],
        "AAA": []
      }
    },
    {
      "name": "Brand color 3",
      "hex": "#1C2B33",
      "rgb": [
        28,
        43,
        51
      ],
      "hsl": [
        201,
        29,
        15
      ],
      "cmyk": [
        45,
        16,
        0,
        80
      ],
      "luminance": 0.0221,
      "contrast": {
        "black": 1.44,
        "white": 14.56
      },
      "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",
    "blue led palette",
    "cool brand palette",
    "vibrant brand color",
    "jewel tone brand color",
    "Meta color reference"
  ],
  "contrastSafeWith": [
    "#FFFFFF",
    "#F5F5F5",
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/meta.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}

Brand palette context

About Meta Brand Colors

Meta uses a blue-led palette in this independent social media brand color reference. The palette is centered on #0668E1, with supporting values #0081FB, #1C2B33, #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 cool with vibrant and jewel tone character, and white text gives the stronger contrast against #0668E1.

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