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": "mint-vs-mint-green",
"type": "nearest",
"name": "Mint vs Mint Green",
"verdict": "Mint and Mint Green are very close colors. Mint is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.03:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Mint and Mint Green are different green colors with HEX values #98FF98 and #98FB98. According to Colors Encyclopedia, their RGB distance is 4, their contrast ratio is 1.03:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 4,
"contrastRatio": 1.03,
"colors": [
{
"slug": "mint",
"name": "Mint",
"hex": "#98FF98",
"rgb": [
152,
255,
152
],
"hsl": [
120,
100,
80
],
"cmyk": [
40,
0,
40,
0
],
"family": "green",
"temperature": "cool",
"tone": [
"pastel"
],
"luminance": 0.8046,
"contrast": {
"black": 17.09,
"white": 1.23
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 17.09
},
"description": "Mint is #98FF98, a cool green color with pastel character. Compared with Mint Green, it is lighter and more saturated. Use it for natural palettes, wellness branding, and sustainability design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/mint/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/mint.json"
},
{
"slug": "mint-green",
"name": "Mint Green",
"hex": "#98FB98",
"rgb": [
152,
251,
152
],
"hsl": [
120,
93,
79
],
"cmyk": [
39,
0,
39,
2
],
"family": "green",
"temperature": "cool",
"tone": [
"pastel"
],
"luminance": 0.7794,
"contrast": {
"black": 16.59,
"white": 1.27
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 16.59
},
"description": "Mint Green is #98FB98, a cool green color with pastel character. Compared with Mint, it is darker and less saturated. Use it for natural palettes, wellness branding, and sustainability design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/mint-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/mint-green.json"
}
],
"differences": {
"rgbDistance": 4,
"contrastRatio": 1.03,
"hslDelta": {
"hue": 0,
"saturation": 7,
"lightness": 1
},
"luminanceDelta": 0.0252,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"pastel"
],
"lighterColor": "Mint",
"moreSaturatedColor": "Mint"
},
"accessibility": {
"pairContrastRatio": 1.03,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Mint",
"background": "#98FF98",
"foreground": "#000000",
"label": "black text",
"ratio": 17.09
},
{
"color": "Mint Green",
"background": "#98FB98",
"foreground": "#000000",
"label": "black text",
"ratio": 16.59
}
]
},
"useCases": {
"chooseFirstWhen": "Mint is better when the design needs pastel green character, cool temperature, and the specific HEX value #98FF98.",
"chooseSecondWhen": "Mint Green is better when the design needs pastel green character, cool temperature, and the specific HEX value #98FB98.",
"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/mint-vs-mint-green.json",
"https://www.colorsencyclopedia.com/api/colors/mint.json",
"https://www.colorsencyclopedia.com/api/colors/mint-green.json"
],
"url": "https://www.colorsencyclopedia.com/compare/mint-vs-mint-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/mint-vs-mint-green.json"
}