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": "pewter-vs-soapstone",
"type": "nearest",
"name": "Pewter vs Soapstone",
"verdict": "Pewter and Soapstone are very close colors. Soapstone is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.06:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Pewter and Soapstone are different gray colors with HEX values #899499 and #8D9A91. According to Colors Encyclopedia, their RGB distance is 10.8, their contrast ratio is 1.06:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 10.8,
"contrastRatio": 1.06,
"colors": [
{
"slug": "pewter",
"name": "Pewter",
"hex": "#899499",
"rgb": [
137,
148,
153
],
"hsl": [
199,
7,
57
],
"cmyk": [
10,
3,
0,
40
],
"family": "gray",
"temperature": "neutral",
"tone": [
"muted"
],
"luminance": 0.288,
"contrast": {
"black": 6.76,
"white": 3.11
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 6.76
},
"description": "Pewter is #899499, a neutral gray color with muted character. Compared with Soapstone, it is darker and more saturated. Use it for metallic palettes, product finishes, and premium packaging, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/pewter/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/pewter.json"
},
{
"slug": "soapstone",
"name": "Soapstone",
"hex": "#8D9A91",
"rgb": [
141,
154,
145
],
"hsl": [
138,
6,
58
],
"cmyk": [
8,
0,
6,
40
],
"family": "gray",
"temperature": "neutral",
"tone": [
"muted"
],
"luminance": 0.3082,
"contrast": {
"black": 7.16,
"white": 2.93
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 7.16
},
"description": "Soapstone is #8D9A91, a neutral gray color with muted character. Compared with Pewter, it is lighter 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/soapstone/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/soapstone.json"
}
],
"differences": {
"rgbDistance": 10.8,
"contrastRatio": 1.06,
"hslDelta": {
"hue": 61,
"saturation": 1,
"lightness": 1
},
"luminanceDelta": 0.0202,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"muted"
],
"lighterColor": "Soapstone",
"moreSaturatedColor": "Pewter"
},
"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": "Pewter",
"background": "#899499",
"foreground": "#000000",
"label": "black text",
"ratio": 6.76
},
{
"color": "Soapstone",
"background": "#8D9A91",
"foreground": "#000000",
"label": "black text",
"ratio": 7.16
}
]
},
"useCases": {
"chooseFirstWhen": "Pewter is better when the design needs muted gray character, neutral temperature, and the specific HEX value #899499.",
"chooseSecondWhen": "Soapstone is better when the design needs muted gray character, neutral temperature, and the specific HEX value #8D9A91.",
"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/pewter-vs-soapstone.json",
"https://www.colorsencyclopedia.com/api/colors/pewter.json",
"https://www.colorsencyclopedia.com/api/colors/soapstone.json"
],
"url": "https://www.colorsencyclopedia.com/compare/pewter-vs-soapstone/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/pewter-vs-soapstone.json"
}