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": "pastel-mint-vs-pastel-green",
"type": "nearest",
"name": "Pastel Mint vs Pastel Green",
"verdict": "Pastel Mint and Pastel Green are visually related colors. Pastel Mint is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.23:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Pastel Mint and Pastel Green are different green colors with HEX values #CEFAD0 and #C1E1C1. According to Colors Encyclopedia, their RGB distance is 31.9, their contrast ratio is 1.23:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 31.9,
"contrastRatio": 1.23,
"colors": [
{
"slug": "pastel-mint",
"name": "Pastel Mint",
"hex": "#CEFAD0",
"rgb": [
206,
250,
208
],
"hsl": [
123,
81,
89
],
"cmyk": [
18,
0,
17,
2
],
"family": "green",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"luminance": 0.8605,
"contrast": {
"black": 18.21,
"white": 1.15
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 18.21
},
"description": "Pastel Mint is #CEFAD0, a cool green color with light and pastel character. Compared with Pastel Green, it is lighter and more saturated. Use it for soft ui backgrounds, pastel palettes, and gentle product design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/pastel-mint/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/pastel-mint.json"
},
{
"slug": "pastel-green",
"name": "Pastel Green",
"hex": "#C1E1C1",
"rgb": [
193,
225,
193
],
"hsl": [
120,
35,
82
],
"cmyk": [
14,
0,
14,
12
],
"family": "green",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.6904,
"contrast": {
"black": 14.81,
"white": 1.42
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 14.81
},
"description": "Pastel Green is #C1E1C1, a cool green color with balanced character. Compared with Pastel Mint, it is darker and less saturated. Use it for soft ui backgrounds, pastel palettes, and gentle product design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/pastel-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/pastel-green.json"
}
],
"differences": {
"rgbDistance": 31.9,
"contrastRatio": 1.23,
"hslDelta": {
"hue": 3,
"saturation": 46,
"lightness": 7
},
"luminanceDelta": 0.1701,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [],
"lighterColor": "Pastel Mint",
"moreSaturatedColor": "Pastel Mint"
},
"accessibility": {
"pairContrastRatio": 1.23,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Pastel Mint",
"background": "#CEFAD0",
"foreground": "#000000",
"label": "black text",
"ratio": 18.21
},
{
"color": "Pastel Green",
"background": "#C1E1C1",
"foreground": "#000000",
"label": "black text",
"ratio": 14.81
}
]
},
"useCases": {
"chooseFirstWhen": "Pastel Mint is better when the design needs light and pastel green character, cool temperature, and the specific HEX value #CEFAD0.",
"chooseSecondWhen": "Pastel Green is better when the design needs balanced green character, cool temperature, and the specific HEX value #C1E1C1.",
"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/pastel-mint-vs-pastel-green.json",
"https://www.colorsencyclopedia.com/api/colors/pastel-mint.json",
"https://www.colorsencyclopedia.com/api/colors/pastel-green.json"
],
"url": "https://www.colorsencyclopedia.com/compare/pastel-mint-vs-pastel-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/pastel-mint-vs-pastel-green.json"
}