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.
#58CC02#1CB0F6#FFFFFFPalette
#58CC02RGB 88, 204, 2#1CB0F6RGB 28, 176, 246#FFFFFFRGB 255, 255, 255CSS Tokens
:root {
--brand-duolingo-1: #58CC02;
--brand-duolingo-2: #1CB0F6;
--brand-duolingo-3: #FFFFFF;
}
Accessibility Snapshot
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.

Machine-readable data
Machine-Readable Brand Color Data (JSON)
Structured brand palette data for design systems, references, automations, and AI ingestion.
hexCanonical HEX valuergbRed, green, blue channelshslHue, saturation, lightnesscmykApproximate print conversionwcagAA and AAA contrast optionsharmoniesMathematical harmony setsvariantsGenerated tone variantsnearestColorsKnowledge graph neighborsStructured 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"
]
}