colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "azure-vs-mint-cream",
"type": "nearest",
"name": "Azure vs Mint Cream",
"verdict": "Azure and Mint Cream are very close colors. Mint Cream is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.01:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Azure and Mint Cream are different cyan and green colors with HEX values #F0FFFF and #F5FFFA. According to Colors Encyclopedia, their RGB distance is 7.1, their contrast ratio is 1.01:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 7.1,
"contrastRatio": 1.01,
"colors": [
{
"slug": "azure",
"name": "Azure",
"hex": "#F0FFFF",
"rgb": [
240,
255,
255
],
"hsl": [
180,
100,
97
],
"cmyk": [
6,
0,
0,
0
],
"family": "cyan",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"luminance": 0.9727,
"contrast": {
"black": 20.45,
"white": 1.03
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 20.45
},
"description": "Azure is #F0FFFF, a cool cyan color with light and pastel character. Compared with Mint Cream, it is darker and similar in saturation. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/azure/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/azure.json"
},
{
"slug": "mint-cream",
"name": "Mint Cream",
"hex": "#F5FFFA",
"rgb": [
245,
255,
250
],
"hsl": [
150,
100,
98
],
"cmyk": [
4,
0,
2,
0
],
"family": "green",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"luminance": 0.9783,
"contrast": {
"black": 20.57,
"white": 1.02
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 20.57
},
"description": "Mint Cream is #F5FFFA, a cool green color with light and pastel character. Compared with Azure, it is lighter and similar in saturation. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/mint-cream/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/mint-cream.json"
}
],
"differences": {
"rgbDistance": 7.1,
"contrastRatio": 1.01,
"hslDelta": {
"hue": 30,
"saturation": 0,
"lightness": 1
},
"luminanceDelta": 0.0056,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"light",
"pastel"
],
"lighterColor": "Mint Cream",
"moreSaturatedColor": "Azure"
},
"accessibility": {
"pairContrastRatio": 1.01,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Azure",
"background": "#F0FFFF",
"foreground": "#000000",
"label": "black text",
"ratio": 20.45
},
{
"color": "Mint Cream",
"background": "#F5FFFA",
"foreground": "#000000",
"label": "black text",
"ratio": 20.57
}
]
},
"useCases": {
"chooseFirstWhen": "Azure is better when the design needs light and pastel cyan character, cool temperature, and the specific HEX value #F0FFFF.",
"chooseSecondWhen": "Mint Cream is better when the design needs light and pastel green character, cool temperature, and the specific HEX value #F5FFFA.",
"useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
},
"relatedApi": [
"https://www.colorsencyclopedia.com/api/compare/azure-vs-mint-cream.json",
"https://www.colorsencyclopedia.com/api/colors/azure.json",
"https://www.colorsencyclopedia.com/api/colors/mint-cream.json"
],
"url": "https://www.colorsencyclopedia.com/compare/azure-vs-mint-cream/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/azure-vs-mint-cream.json"
}