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": "steel-gray-vs-wet-concrete",
"type": "nearest",
"name": "Steel Gray vs Wet Concrete",
"verdict": "Steel Gray and Wet Concrete are very close colors. Steel Gray is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.08:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Steel Gray and Wet Concrete are different gray colors with HEX values #71797E and #6F7378. According to Colors Encyclopedia, their RGB distance is 8.7, their contrast ratio is 1.08:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 8.7,
"contrastRatio": 1.08,
"colors": [
{
"slug": "steel-gray",
"name": "Steel Gray",
"hex": "#71797E",
"rgb": [
113,
121,
126
],
"hsl": [
203,
5,
47
],
"cmyk": [
10,
4,
0,
51
],
"family": "gray",
"temperature": "neutral",
"tone": [
"muted"
],
"luminance": 0.1869,
"contrast": {
"black": 4.74,
"white": 4.43
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 4.74
},
"description": "Steel Gray is #71797E, a neutral gray color with muted character. Compared with Wet Concrete, it is lighter 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/steel-gray/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/steel-gray.json"
},
{
"slug": "wet-concrete",
"name": "Wet Concrete",
"hex": "#6F7378",
"rgb": [
111,
115,
120
],
"hsl": [
213,
4,
45
],
"cmyk": [
7,
4,
0,
53
],
"family": "gray",
"temperature": "neutral",
"tone": [
"muted"
],
"luminance": 0.17,
"contrast": {
"black": 4.4,
"white": 4.77
},
"wcag": {
"AA": [
"#FFFFFF"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 4.77
},
"description": "Wet Concrete is #6F7378, a neutral gray color with muted character. Compared with Steel Gray, it is darker and less saturated. Use it for industrial design, safety systems, and hardware palettes, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/wet-concrete/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/wet-concrete.json"
}
],
"differences": {
"rgbDistance": 8.7,
"contrastRatio": 1.08,
"hslDelta": {
"hue": 10,
"saturation": 1,
"lightness": 2
},
"luminanceDelta": 0.0169,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"muted"
],
"lighterColor": "Steel Gray",
"moreSaturatedColor": "Steel Gray"
},
"accessibility": {
"pairContrastRatio": 1.08,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Steel Gray",
"background": "#71797E",
"foreground": "#000000",
"label": "black text",
"ratio": 4.74
},
{
"color": "Wet Concrete",
"background": "#6F7378",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 4.77
}
]
},
"useCases": {
"chooseFirstWhen": "Steel Gray is better when the design needs muted gray character, neutral temperature, and the specific HEX value #71797E.",
"chooseSecondWhen": "Wet Concrete is better when the design needs muted gray character, neutral temperature, and the specific HEX value #6F7378.",
"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/steel-gray-vs-wet-concrete.json",
"https://www.colorsencyclopedia.com/api/colors/steel-gray.json",
"https://www.colorsencyclopedia.com/api/colors/wet-concrete.json"
],
"url": "https://www.colorsencyclopedia.com/compare/steel-gray-vs-wet-concrete/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/steel-gray-vs-wet-concrete.json"
}