Brand colors

Lufthansa Brand Colors

Lufthansa palette: #05164D, #FFCC00, #FFFFFF. Compare HEX/RGB, WCAG contrast and CSS tokens; open independent JSON data.

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

Commonly referenced palette Lufthansa
#05164D#FFCC00#FFFFFF
Listed without an implied color hierarchy

Palette

Palette color 1#05164DRGB 5, 22, 77
Caution Yellow#FFCC00RGB 255, 204, 0
White#FFFFFFRGB 255, 255, 255

CSS Tokens

:root {
  --brand-lufthansa-1: #05164D;
  --brand-lufthansa-2: #FFCC00;
  --brand-lufthansa-3: #FFFFFF;
}

Accessibility Snapshot

#05164DBlack 1.23:1 / White 17.1:1
#FFCC00Black 13.89:1 / White 1.51:1
#FFFFFFBlack 21:1 / White 1:1

Brand palette context · Editorially reviewed

About Lufthansa Brand Colors

Lufthansa's blue and yellow are an unusually documented exercise in continuity. The crane was drawn by Otto Firle in 1918 and later placed within a systematic identity associated with the Ulm School of Design. For the crane's centenary in 2018, Lufthansa redrew it for digital use, made a newly developed darker blue the leading color, and moved yellow into a more selective orientation-and-accent role.

This hierarchy is more useful than treating blue and yellow as equal fills: dark blue supplies continuity and large-scale presence, white creates space, and yellow helps people locate touchpoints such as counters and boarding materials. The listed HEX values are independent screen references, not aircraft-livery or physical-production formulas; liveries, uniforms, signage, and the crane require authorized specifications.

This independent reference does not distribute Lufthansa artwork, certify aircraft or print color, represent an airline partner, imply endorsement, or grant trademark permission.

Downloadable brand colors infographic

Lufthansa Brand Colors Infographic

Save an independent infographic of the commonly referenced Lufthansa HEX palette and its accessibility guidance. No logo or proprietary artwork is included.

1200 × 800
Lufthansa brand colors infographic showing its commonly referenced HEX palette and accessibility guidance for every listed color without assigning a color hierarchy.
Lufthansa brand colors infographic. Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Lufthansa.

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.0114
Black text1.23:1AA Fail
White text17.1: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": "lufthansa",
  "name": "Lufthansa",
  "category": "travel",
  "brandCategory": [
    "Travel & Hospitality",
    "travel"
  ],
  "url": "https://www.colorsencyclopedia.com/brand-colors/lufthansa/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/travel/",
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Lufthansa."
}
Palette
[
  {
    "name": "Palette color 1",
    "hex": "#05164D",
    "rgb": [
      5,
      22,
      77
    ],
    "hsl": [
      226,
      88,
      16
    ],
    "cmyk": [
      94,
      71,
      0,
      70
    ],
    "luminance": 0.0114,
    "contrast": {
      "black": 1.23,
      "white": 17.1
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": [
        "#FFFFFF",
        "#F5F5F5"
      ]
    }
  },
  {
    "name": "Caution Yellow",
    "hex": "#FFCC00",
    "rgb": [
      255,
      204,
      0
    ],
    "hsl": [
      48,
      100,
      50
    ],
    "cmyk": [
      0,
      20,
      100,
      0
    ],
    "luminance": 0.6445,
    "contrast": {
      "black": 13.89,
      "white": 1.51
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A"
      ]
    }
  },
  {
    "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": [
    "booking UI",
    "hospitality branding",
    "airline design",
    "brand reference",
    "design systems",
    "CSS tokens",
    "accessibility checks"
  ],
  "semanticGroups": [
    "travel & hospitality brand colors",
    "blue brand palette",
    "yellow brand palette",
    "gray brand palette",
    "cool brand palette",
    "warm brand palette",
    "neutral brand palette",
    "dark brand color",
    "jewel tone brand color",
    "vibrant brand color",
    "light brand color",
    "Lufthansa color reference"
  ],
  "contrastSafeWith": [
    "#FFFFFF",
    "#F5F5F5",
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/lufthansa.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}
CSS tokens
{
  "css": "--brand-lufthansa-1: #05164D;\n--brand-lufthansa-2: #FFCC00;\n--brand-lufthansa-3: #FFFFFF;"
}
Accessibility
[
  {
    "hex": "#05164D",
    "contrast": {
      "black": 1.23,
      "white": 17.1
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": [
        "#FFFFFF",
        "#F5F5F5"
      ]
    }
  },
  {
    "hex": "#FFCC00",
    "contrast": {
      "black": 13.89,
      "white": 1.51
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A"
      ]
    }
  },
  {
    "hex": "#FFFFFF",
    "contrast": {
      "black": 21,
      "white": 1
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    }
  }
]
Full JSON dataset
{
  "slug": "lufthansa",
  "name": "Lufthansa",
  "category": "travel",
  "brandCategory": [
    "Travel & Hospitality",
    "travel"
  ],
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Lufthansa.",
  "datasetVersion": "1.0.0",
  "url": "https://www.colorsencyclopedia.com/brand-colors/lufthansa/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/travel/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/brand-colors/lufthansa.json",
  "colors": [
    {
      "name": "Palette color 1",
      "hex": "#05164D",
      "rgb": [
        5,
        22,
        77
      ],
      "hsl": [
        226,
        88,
        16
      ],
      "cmyk": [
        94,
        71,
        0,
        70
      ],
      "luminance": 0.0114,
      "contrast": {
        "black": 1.23,
        "white": 17.1
      },
      "wcag": {
        "AA": [
          "#FFFFFF",
          "#F5F5F5"
        ],
        "AAA": [
          "#FFFFFF",
          "#F5F5F5"
        ]
      }
    },
    {
      "name": "Caution Yellow",
      "hex": "#FFCC00",
      "rgb": [
        255,
        204,
        0
      ],
      "hsl": [
        48,
        100,
        50
      ],
      "cmyk": [
        0,
        20,
        100,
        0
      ],
      "luminance": 0.6445,
      "contrast": {
        "black": 13.89,
        "white": 1.51
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A"
        ]
      }
    },
    {
      "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": [
    "booking UI",
    "hospitality branding",
    "airline design",
    "brand reference",
    "design systems",
    "CSS tokens",
    "accessibility checks"
  ],
  "semanticGroups": [
    "travel & hospitality brand colors",
    "blue brand palette",
    "yellow brand palette",
    "gray brand palette",
    "cool brand palette",
    "warm brand palette",
    "neutral brand palette",
    "dark brand color",
    "jewel tone brand color",
    "vibrant brand color",
    "light brand color",
    "Lufthansa color reference"
  ],
  "contrastSafeWith": [
    "#FFFFFF",
    "#F5F5F5",
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/lufthansa.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}