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": "asphalt-gray-vs-basalt",
"type": "nearest",
"name": "Asphalt Gray vs Basalt",
"verdict": "Asphalt Gray and Basalt are very close colors. Basalt is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.01:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Asphalt Gray and Basalt are different gray colors with HEX values #4B4B4B and #4B4C4C. According to Colors Encyclopedia, their RGB distance is 1.4, their contrast ratio is 1.01:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 1.4,
"contrastRatio": 1.01,
"colors": [
{
"slug": "asphalt-gray",
"name": "Asphalt Gray",
"hex": "#4B4B4B",
"rgb": [
75,
75,
75
],
"hsl": [
0,
0,
29
],
"cmyk": [
0,
0,
0,
71
],
"family": "gray",
"temperature": "neutral",
"tone": [
"muted"
],
"luminance": 0.0704,
"contrast": {
"black": 2.41,
"white": 8.72
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 8.72
},
"description": "Asphalt Gray is #4B4B4B, a neutral gray color with muted character. Compared with Basalt, 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/asphalt-gray/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/asphalt-gray.json"
},
{
"slug": "basalt",
"name": "Basalt",
"hex": "#4B4C4C",
"rgb": [
75,
76,
76
],
"hsl": [
180,
1,
30
],
"cmyk": [
1,
0,
0,
70
],
"family": "gray",
"temperature": "neutral",
"tone": [
"muted"
],
"luminance": 0.0719,
"contrast": {
"black": 2.44,
"white": 8.61
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 8.61
},
"description": "Basalt is #4B4C4C, a neutral gray color with muted character. Compared with Asphalt Gray, it is lighter and more saturated. Use it for earth-tone palettes, interior design, and material-inspired branding, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/basalt/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/basalt.json"
}
],
"differences": {
"rgbDistance": 1.4,
"contrastRatio": 1.01,
"hslDelta": {
"hue": 180,
"saturation": 1,
"lightness": 1
},
"luminanceDelta": 0.0015,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"muted"
],
"lighterColor": "Basalt",
"moreSaturatedColor": "Basalt"
},
"accessibility": {
"pairContrastRatio": 1.01,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Asphalt Gray",
"background": "#4B4B4B",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 8.72
},
{
"color": "Basalt",
"background": "#4B4C4C",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 8.61
}
]
},
"useCases": {
"chooseFirstWhen": "Asphalt Gray is better when the design needs muted gray character, neutral temperature, and the specific HEX value #4B4B4B.",
"chooseSecondWhen": "Basalt is better when the design needs muted gray character, neutral temperature, and the specific HEX value #4B4C4C.",
"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/asphalt-gray-vs-basalt.json",
"https://www.colorsencyclopedia.com/api/colors/asphalt-gray.json",
"https://www.colorsencyclopedia.com/api/colors/basalt.json"
],
"url": "https://www.colorsencyclopedia.com/compare/asphalt-gray-vs-basalt/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/asphalt-gray-vs-basalt.json"
}