CSS Utilities
--color-maya-blue: #73C2FB;
.bg-maya-blue { background-color: #73C2FB; }
.text-maya-blue { color: #73C2FB; }Machine-readable data
Machine-Readable Color Data (JSON)
Perfect for CSS, design systems, automation, and AI ingestion.
hexCanonical HEX valuergbRed, green, blue channelshslHue, saturation, lightnesscmykApproximate print conversionwcagAA and AAA contrast optionsharmoniesMathematical harmony setsvariantsGenerated tone variantsnearestColorsKnowledge graph neighborsStructured sections
Color systems
{
"hex": "#73C2FB",
"rgb": [
115,
194,
251
],
"hsl": [
205,
94,
72
],
"cmyk": [
54,
23,
0,
2
],
"luminance": 0.4919,
"contrast": {
"black": 10.84,
"white": 1.94
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
}Harmonies
{
"complementary": "#FBAC74",
"analogous": [
"#74FBF0",
"#7480FB"
],
"triadic": [
"#FB74C3",
"#C3FB74"
],
"tetradic": [
"#F074FB",
"#FBAC74",
"#80FB74"
],
"splitComplementary": [
"#FB7480",
"#FBF074"
],
"monochromatic": [
"#CEE9FD",
"#73C2FB",
"#1B9CF8"
]
}Variants
{
"light": "#CEE9FD",
"dark": "#1B9CF8",
"saturated": "#70C3FF",
"desaturated": "#84C0EB",
"pastel": "#F1F8FD",
"neon": "#99D5FF"
}Pairings
{
"best": [
"#000000",
"#FBAC74",
"#74FBF0",
"#7480FB"
],
"avoid": [
"#84C0EB",
"#CEE9FD"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#CEE9FD",
"#84C0EB"
]
}Knowledge graph
{
"nearestColors": [
"light-sky-blue",
"aquamarine-blue",
"baby-blue",
"sky-blue",
"glacier-blue"
],
"generatedPalettes": [
"maya-blue"
],
"generatedComparisons": [
"aquamarine-blue-vs-maya-blue",
"maya-blue-vs-light-sky-blue"
],
"relatedFamilies": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/vibrant"
],
"relatedTools": [
"/harmonies/maya-blue",
"/wcag/maya-blue",
"/css/colors/maya-blue",
"/hex/73c2fb"
],
"semanticRelations": {
"broader": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/vibrant"
],
"narrower": [
"/palettes/maya-blue"
],
"related": [
"/colors/light-sky-blue",
"/colors/aquamarine-blue",
"/colors/baby-blue",
"/colors/sky-blue",
"/colors/glacier-blue",
"/compare/aquamarine-blue-vs-maya-blue",
"/compare/maya-blue-vs-light-sky-blue",
"/harmonies/maya-blue",
"/wcag/maya-blue",
"/css/colors/maya-blue",
"/hex/73c2fb"
]
}
}Full JSON dataset
{
"slug": "maya-blue",
"name": "Maya Blue",
"hex": "#73C2FB",
"uses": [
"historical references",
"pigment palettes",
"cultural color systems"
],
"psychology": {
"associations": [
"heritage",
"craft",
"specificity"
],
"contexts": [
"museum design",
"education",
"editorial research",
"cultural references"
],
"avoidIn": [
"generic unlabeled palette systems"
]
},
"aliases": [],
"sourceType": "curated",
"confidence": "medium",
"reviewStatus": "manual",
"sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
"origin": {
"type": "common",
"notes": "Curated common color reference used in design, material, cultural, and editorial color systems."
},
"family": "blue",
"temperature": "cool",
"tone": [
"vibrant"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"blue",
"cool",
"vibrant",
"historical-references",
"pigment-palettes",
"cultural-color-systems",
"heritage",
"craft",
"specificity"
],
"popularity": 84,
"rgb": [
115,
194,
251
],
"hsl": [
205,
94,
72
],
"cmyk": [
54,
23,
0,
2
],
"luminance": 0.4919,
"contrast": {
"black": 10.84,
"white": 1.94
},
"harmonies": {
"complementary": "#FBAC74",
"analogous": [
"#74FBF0",
"#7480FB"
],
"triadic": [
"#FB74C3",
"#C3FB74"
],
"tetradic": [
"#F074FB",
"#FBAC74",
"#80FB74"
],
"splitComplementary": [
"#FB7480",
"#FBF074"
],
"monochromatic": [
"#CEE9FD",
"#73C2FB",
"#1B9CF8"
]
},
"variants": {
"light": "#CEE9FD",
"dark": "#1B9CF8",
"saturated": "#70C3FF",
"desaturated": "#84C0EB",
"pastel": "#F1F8FD",
"neon": "#99D5FF"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"css": {
"variable": "--color-maya-blue: #73C2FB;",
"utility": ".bg-maya-blue { background-color: #73C2FB; }",
"textUtility": ".text-maya-blue { color: #73C2FB; }"
},
"nearestColors": [
"light-sky-blue",
"aquamarine-blue",
"baby-blue",
"sky-blue",
"glacier-blue"
],
"generatedPalettes": [
"maya-blue"
],
"generatedComparisons": [
"aquamarine-blue-vs-maya-blue",
"maya-blue-vs-light-sky-blue"
],
"relatedFamilies": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/vibrant"
],
"relatedTools": [
"/harmonies/maya-blue",
"/wcag/maya-blue",
"/css/colors/maya-blue",
"/hex/73c2fb"
],
"semanticRelations": {
"broader": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/vibrant"
],
"narrower": [
"/palettes/maya-blue"
],
"related": [
"/colors/light-sky-blue",
"/colors/aquamarine-blue",
"/colors/baby-blue",
"/colors/sky-blue",
"/colors/glacier-blue",
"/compare/aquamarine-blue-vs-maya-blue",
"/compare/maya-blue-vs-light-sky-blue",
"/harmonies/maya-blue",
"/wcag/maya-blue",
"/css/colors/maya-blue",
"/hex/73c2fb"
]
},
"pairings": {
"best": [
"#000000",
"#FBAC74",
"#74FBF0",
"#7480FB"
],
"avoid": [
"#84C0EB",
"#CEE9FD"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#CEE9FD",
"#84C0EB"
]
}
}
Color meaning and use
About Maya Blue Color
Maya Blue sits in the blue family with cool temperature and vibrant visual character. Maya Blue is a commonly used color name in design references, palettes, and editorial color systems.
Its common associations include heritage, craft, and specificity, which makes it relevant for museum design and education. In design work, Maya Blue is most useful for historical references, pigment palettes, and cultural color systems, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Maya Blue against black and white text.