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": "pistachio-vs-sage-green",
"type": "nearest",
"name": "Pistachio vs Sage Green",
"verdict": "Pistachio and Sage Green are visually related colors. Pistachio is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.18:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Pistachio and Sage Green are different green colors with HEX values #93C572 and #9CAF88. According to Colors Encyclopedia, their RGB distance is 32.4, their contrast ratio is 1.18:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 32.4,
"contrastRatio": 1.18,
"colors": [
{
"slug": "pistachio",
"name": "Pistachio",
"hex": "#93C572",
"rgb": [
147,
197,
114
],
"hsl": [
96,
42,
61
],
"cmyk": [
25,
0,
42,
23
],
"family": "green",
"temperature": "cool",
"tone": [
"earth-tone"
],
"luminance": 0.4735,
"contrast": {
"black": 10.47,
"white": 2.01
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 10.47
},
"description": "Pistachio is #93C572, a cool green color with earth tone character. Compared with Sage 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/pistachio/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/pistachio.json"
},
{
"slug": "sage-green",
"name": "Sage Green",
"hex": "#9CAF88",
"rgb": [
156,
175,
136
],
"hsl": [
89,
20,
61
],
"cmyk": [
11,
0,
22,
31
],
"family": "green",
"temperature": "cool",
"tone": [
"muted",
"earth-tone"
],
"luminance": 0.3951,
"contrast": {
"black": 8.9,
"white": 2.36
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 8.9
},
"description": "Sage Green is #9CAF88, a cool green color with muted and earth tone character. Compared with Pistachio, it is darker and less saturated. Use it for interior design, wellness branding, and natural palettes, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/sage-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/sage-green.json"
}
],
"differences": {
"rgbDistance": 32.4,
"contrastRatio": 1.18,
"hslDelta": {
"hue": 7,
"saturation": 22,
"lightness": 0
},
"luminanceDelta": 0.0784,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"earth-tone"
],
"lighterColor": "Pistachio",
"moreSaturatedColor": "Pistachio"
},
"accessibility": {
"pairContrastRatio": 1.18,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Pistachio",
"background": "#93C572",
"foreground": "#000000",
"label": "black text",
"ratio": 10.47
},
{
"color": "Sage Green",
"background": "#9CAF88",
"foreground": "#000000",
"label": "black text",
"ratio": 8.9
}
]
},
"useCases": {
"chooseFirstWhen": "Pistachio is better when the design needs earth tone green character, cool temperature, and the specific HEX value #93C572.",
"chooseSecondWhen": "Sage Green is better when the design needs muted and earth tone green character, cool temperature, and the specific HEX value #9CAF88.",
"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/pistachio-vs-sage-green.json",
"https://www.colorsencyclopedia.com/api/colors/pistachio.json",
"https://www.colorsencyclopedia.com/api/colors/sage-green.json"
],
"url": "https://www.colorsencyclopedia.com/compare/pistachio-vs-sage-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/pistachio-vs-sage-green.json"
}