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": "eggplant-vs-asphalt-gray",
"type": "nearest",
"name": "Eggplant vs Asphalt Gray",
"verdict": "Eggplant and Asphalt Gray are visually related colors. Asphalt Gray is the lighter option. Eggplant reads warmer. Their mutual contrast is 1.02:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Eggplant and Asphalt Gray are different pink and gray colors with HEX values #614051 and #4B4B4B. According to Colors Encyclopedia, their RGB distance is 25.3, their contrast ratio is 1.02:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 25.3,
"contrastRatio": 1.02,
"colors": [
{
"slug": "eggplant",
"name": "Eggplant",
"hex": "#614051",
"rgb": [
97,
64,
81
],
"hsl": [
329,
20,
32
],
"cmyk": [
0,
34,
16,
62
],
"family": "pink",
"temperature": "warm",
"tone": [
"muted"
],
"luminance": 0.068,
"contrast": {
"black": 2.36,
"white": 8.9
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 8.9
},
"description": "Eggplant is #614051, a warm pink color with muted character. Compared with Asphalt Gray, it is darker and more saturated. Use it for beauty branding, creative systems, and premium accents, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/eggplant/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/eggplant.json"
},
{
"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 Eggplant, it is lighter 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"
}
],
"differences": {
"rgbDistance": 25.3,
"contrastRatio": 1.02,
"hslDelta": {
"hue": 329,
"saturation": 20,
"lightness": 3
},
"luminanceDelta": 0.0024,
"sameFamily": false,
"sameTemperature": false,
"sharedTones": [
"muted"
],
"lighterColor": "Asphalt Gray",
"moreSaturatedColor": "Eggplant"
},
"accessibility": {
"pairContrastRatio": 1.02,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Eggplant",
"background": "#614051",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 8.9
},
{
"color": "Asphalt Gray",
"background": "#4B4B4B",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 8.72
}
]
},
"useCases": {
"chooseFirstWhen": "Eggplant is better when the design needs muted pink character, warm temperature, and the specific HEX value #614051.",
"chooseSecondWhen": "Asphalt Gray is better when the design needs muted gray character, neutral temperature, and the specific HEX value #4B4B4B.",
"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/eggplant-vs-asphalt-gray.json",
"https://www.colorsencyclopedia.com/api/colors/eggplant.json",
"https://www.colorsencyclopedia.com/api/colors/asphalt-gray.json"
],
"url": "https://www.colorsencyclopedia.com/compare/eggplant-vs-asphalt-gray/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/eggplant-vs-asphalt-gray.json"
}