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-green-vs-limestone",
"type": "nearest",
"name": "Pastel Green vs Limestone",
"verdict": "Pastel Green and Limestone are visually related colors. Pastel Green is the lighter option. Limestone reads warmer. Their mutual contrast is 1.06:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Pastel Green and Limestone are different green and orange colors with HEX values #C1E1C1 and #D8D2C4. According to Colors Encyclopedia, their RGB distance is 27.6, their contrast ratio is 1.06:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 27.6,
"contrastRatio": 1.06,
"colors": [
{
"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 Limestone, 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-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/pastel-green.json"
},
{
"slug": "limestone",
"name": "Limestone",
"hex": "#D8D2C4",
"rgb": [
216,
210,
196
],
"hsl": [
42,
20,
81
],
"cmyk": [
0,
3,
9,
15
],
"family": "orange",
"temperature": "warm",
"tone": [
"muted"
],
"luminance": 0.6468,
"contrast": {
"black": 13.94,
"white": 1.51
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 13.94
},
"description": "Limestone is #D8D2C4, a warm orange color with muted character. Compared with Pastel Green, it is darker and less saturated. Use it for earth-tone palettes, interior design, and material-inspired branding, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/limestone/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/limestone.json"
}
],
"differences": {
"rgbDistance": 27.6,
"contrastRatio": 1.06,
"hslDelta": {
"hue": 78,
"saturation": 15,
"lightness": 1
},
"luminanceDelta": 0.0436,
"sameFamily": false,
"sameTemperature": false,
"sharedTones": [],
"lighterColor": "Pastel Green",
"moreSaturatedColor": "Pastel Green"
},
"accessibility": {
"pairContrastRatio": 1.06,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Pastel Green",
"background": "#C1E1C1",
"foreground": "#000000",
"label": "black text",
"ratio": 14.81
},
{
"color": "Limestone",
"background": "#D8D2C4",
"foreground": "#000000",
"label": "black text",
"ratio": 13.94
}
]
},
"useCases": {
"chooseFirstWhen": "Pastel Green is better when the design needs balanced green character, cool temperature, and the specific HEX value #C1E1C1.",
"chooseSecondWhen": "Limestone is better when the design needs muted orange character, warm temperature, and the specific HEX value #D8D2C4.",
"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-green-vs-limestone.json",
"https://www.colorsencyclopedia.com/api/colors/pastel-green.json",
"https://www.colorsencyclopedia.com/api/colors/limestone.json"
],
"url": "https://www.colorsencyclopedia.com/compare/pastel-green-vs-limestone/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/pastel-green-vs-limestone.json"
}