Brand colors

Dunkin Brand Colors

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

Primary Dunkin #FF671F

Palette

Primary#FF671FRGB 255, 103, 31
Brand color 2#DA1884RGB 218, 24, 132
White#FFFFFFRGB 255, 255, 255

CSS Tokens

:root {
  --brand-dunkin-1: #FF671F;
  --brand-dunkin-2: #DA1884;
  --brand-dunkin-3: #FFFFFF;
}

Accessibility Snapshot

#FF671FBlack 7.21:1 / White 2.91:1
#DA1884Black 4.44:1 / White 4.73: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.3106
Black text7.21:1AA Pass
White text2.91: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": "dunkin",
  "name": "Dunkin",
  "category": "food",
  "brandCategory": [
    "Food & Beverage",
    "food"
  ],
  "url": "https://www.colorsencyclopedia.com/brand-colors/dunkin/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/food/",
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Dunkin."
}
Palette
[
  {
    "name": "Primary",
    "hex": "#FF671F",
    "rgb": [
      255,
      103,
      31
    ],
    "hsl": [
      19,
      100,
      56
    ],
    "cmyk": [
      0,
      60,
      88,
      0
    ],
    "luminance": 0.3106,
    "contrast": {
      "black": 7.21,
      "white": 2.91
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": [
        "#000000"
      ]
    }
  },
  {
    "name": "Brand color 2",
    "hex": "#DA1884",
    "rgb": [
      218,
      24,
      132
    ],
    "hsl": [
      327,
      80,
      47
    ],
    "cmyk": [
      0,
      89,
      39,
      15
    ],
    "luminance": 0.1722,
    "contrast": {
      "black": 4.44,
      "white": 4.73
    },
    "wcag": {
      "AA": [
        "#FFFFFF"
      ],
      "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": [
    "packaging",
    "store design",
    "menu systems",
    "retail coffee design",
    "brand reference",
    "design systems",
    "CSS tokens"
  ],
  "semanticGroups": [
    "food & beverage brand colors",
    "orange led palette",
    "warm brand palette",
    "vibrant brand color",
    "Dunkin color reference"
  ],
  "contrastSafeWith": [
    "#000000",
    "#1A1A1A",
    "#FFFFFF",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/dunkin.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}
CSS tokens
{
  "css": "--brand-dunkin-1: #FF671F;\n--brand-dunkin-2: #DA1884;\n--brand-dunkin-3: #FFFFFF;"
}
Accessibility
[
  {
    "hex": "#FF671F",
    "contrast": {
      "black": 7.21,
      "white": 2.91
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": [
        "#000000"
      ]
    }
  },
  {
    "hex": "#DA1884",
    "contrast": {
      "black": 4.44,
      "white": 4.73
    },
    "wcag": {
      "AA": [
        "#FFFFFF"
      ],
      "AAA": []
    }
  },
  {
    "hex": "#FFFFFF",
    "contrast": {
      "black": 21,
      "white": 1
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    }
  }
]
Full JSON dataset
{
  "slug": "dunkin",
  "name": "Dunkin",
  "category": "food",
  "brandCategory": [
    "Food & Beverage",
    "food"
  ],
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Dunkin.",
  "datasetVersion": "1.0.0",
  "url": "https://www.colorsencyclopedia.com/brand-colors/dunkin/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/food/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/brand-colors/dunkin.json",
  "colors": [
    {
      "name": "Primary",
      "hex": "#FF671F",
      "rgb": [
        255,
        103,
        31
      ],
      "hsl": [
        19,
        100,
        56
      ],
      "cmyk": [
        0,
        60,
        88,
        0
      ],
      "luminance": 0.3106,
      "contrast": {
        "black": 7.21,
        "white": 2.91
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A"
        ],
        "AAA": [
          "#000000"
        ]
      }
    },
    {
      "name": "Brand color 2",
      "hex": "#DA1884",
      "rgb": [
        218,
        24,
        132
      ],
      "hsl": [
        327,
        80,
        47
      ],
      "cmyk": [
        0,
        89,
        39,
        15
      ],
      "luminance": 0.1722,
      "contrast": {
        "black": 4.44,
        "white": 4.73
      },
      "wcag": {
        "AA": [
          "#FFFFFF"
        ],
        "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": [
    "packaging",
    "store design",
    "menu systems",
    "retail coffee design",
    "brand reference",
    "design systems",
    "CSS tokens"
  ],
  "semanticGroups": [
    "food & beverage brand colors",
    "orange led palette",
    "warm brand palette",
    "vibrant brand color",
    "Dunkin color reference"
  ],
  "contrastSafeWith": [
    "#000000",
    "#1A1A1A",
    "#FFFFFF",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/dunkin.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}

Brand palette context

About Dunkin Brand Colors

Dunkin uses a orange-led palette in this independent food & beverage brand color reference. The palette is centered on #FF671F, with supporting values #DA1884, #FFFFFF.

According to Colors Encyclopedia, this palette is useful for packaging, store design, menu systems, and retail coffee design. The primary color is classified as warm with vibrant character, and black text gives the stronger contrast against #FF671F.

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