Brand colors

Duolingo Brand Colors

Duolingo palette: #58CC02, #1CB0F6, #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 Duolingo.

Commonly referenced palette Duolingo
#58CC02#1CB0F6#FFFFFF
Listed without an implied color hierarchy

Palette

Palette color 1#58CC02RGB 88, 204, 2
Palette color 2#1CB0F6RGB 28, 176, 246
White#FFFFFFRGB 255, 255, 255

CSS Tokens

:root {
  --brand-duolingo-1: #58CC02;
  --brand-duolingo-2: #1CB0F6;
  --brand-duolingo-3: #FFFFFF;
}

Accessibility Snapshot

#58CC02Black 10.05:1 / White 2.09:1
#1CB0F6Black 8.59:1 / White 2.44:1
#FFFFFFBlack 21:1 / White 1:1

Brand palette context · Editorially reviewed

About Duolingo Brand Colors

Duolingo’s own identity guide names #58CC02 Feather Green as the core color associated with the brand and #1CB0F6 Macaw as one of its bright secondary colors. The system grows from Duo, the green owl mascot, but it is broader than one character: Eel gray supports typography, Snow white supplies the primary background, and a larger cast and palette keep lessons expressive.

The three colors listed here capture Feather Green, Macaw, and Snow, yet they are only a subset of the documented system. Duolingo assigns different colors to typography, backgrounds, characters, and states, and warns that Duo’s green can vibrate against some backgrounds. Interface use therefore needs semantic roles and contrast tests, not a blanket substitution of green for every action.

This independent reference does not reproduce Duo, Duolingo logos, character artwork, or downloadable assets; it does not imply endorsement or replace the current official identity rules.

Downloadable brand colors infographic

Duolingo Brand Colors Infographic

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

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

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.4526
Black text10.05:1AA Pass
White text2.09: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": "duolingo",
  "name": "Duolingo",
  "category": "education",
  "brandCategory": [
    "Education",
    "education"
  ],
  "url": "https://www.colorsencyclopedia.com/brand-colors/duolingo/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/education/",
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Duolingo."
}
Palette
[
  {
    "name": "Palette color 1",
    "hex": "#58CC02",
    "rgb": [
      88,
      204,
      2
    ],
    "hsl": [
      94,
      98,
      40
    ],
    "cmyk": [
      57,
      0,
      99,
      20
    ],
    "luminance": 0.4526,
    "contrast": {
      "black": 10.05,
      "white": 2.09
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A"
      ]
    }
  },
  {
    "name": "Palette color 2",
    "hex": "#1CB0F6",
    "rgb": [
      28,
      176,
      246
    ],
    "hsl": [
      199,
      92,
      54
    ],
    "cmyk": [
      89,
      28,
      0,
      4
    ],
    "luminance": 0.3795,
    "contrast": {
      "black": 8.59,
      "white": 2.44
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "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": [
    "university identity",
    "campus web systems",
    "institutional design",
    "brand reference",
    "design systems",
    "CSS tokens",
    "accessibility checks"
  ],
  "semanticGroups": [
    "education brand colors",
    "green brand palette",
    "blue brand palette",
    "gray brand palette",
    "cool brand palette",
    "neutral brand palette",
    "vibrant brand color",
    "jewel tone brand color",
    "light brand color",
    "Duolingo color reference"
  ],
  "contrastSafeWith": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/duolingo.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}
CSS tokens
{
  "css": "--brand-duolingo-1: #58CC02;\n--brand-duolingo-2: #1CB0F6;\n--brand-duolingo-3: #FFFFFF;"
}
Accessibility
[
  {
    "hex": "#58CC02",
    "contrast": {
      "black": 10.05,
      "white": 2.09
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A"
      ]
    }
  },
  {
    "hex": "#1CB0F6",
    "contrast": {
      "black": 8.59,
      "white": 2.44
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A"
      ]
    }
  },
  {
    "hex": "#FFFFFF",
    "contrast": {
      "black": 21,
      "white": 1
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    }
  }
]
Full JSON dataset
{
  "slug": "duolingo",
  "name": "Duolingo",
  "category": "education",
  "brandCategory": [
    "Education",
    "education"
  ],
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Duolingo.",
  "datasetVersion": "1.0.0",
  "url": "https://www.colorsencyclopedia.com/brand-colors/duolingo/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/education/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/brand-colors/duolingo.json",
  "colors": [
    {
      "name": "Palette color 1",
      "hex": "#58CC02",
      "rgb": [
        88,
        204,
        2
      ],
      "hsl": [
        94,
        98,
        40
      ],
      "cmyk": [
        57,
        0,
        99,
        20
      ],
      "luminance": 0.4526,
      "contrast": {
        "black": 10.05,
        "white": 2.09
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A"
        ]
      }
    },
    {
      "name": "Palette color 2",
      "hex": "#1CB0F6",
      "rgb": [
        28,
        176,
        246
      ],
      "hsl": [
        199,
        92,
        54
      ],
      "cmyk": [
        89,
        28,
        0,
        4
      ],
      "luminance": 0.3795,
      "contrast": {
        "black": 8.59,
        "white": 2.44
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A"
        ],
        "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": [
    "university identity",
    "campus web systems",
    "institutional design",
    "brand reference",
    "design systems",
    "CSS tokens",
    "accessibility checks"
  ],
  "semanticGroups": [
    "education brand colors",
    "green brand palette",
    "blue brand palette",
    "gray brand palette",
    "cool brand palette",
    "neutral brand palette",
    "vibrant brand color",
    "jewel tone brand color",
    "light brand color",
    "Duolingo color reference"
  ],
  "contrastSafeWith": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/duolingo.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}