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": "cement-vs-greige",
"type": "nearest",
"name": "Cement vs Greige",
"verdict": "Cement and Greige are very close colors. Greige is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.09:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Cement and Greige are different yellow and orange colors with HEX values #A5A391 and #B0A999. According to Colors Encyclopedia, their RGB distance is 14.9, their contrast ratio is 1.09:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 14.9,
"contrastRatio": 1.09,
"colors": [
{
"slug": "cement",
"name": "Cement",
"hex": "#A5A391",
"rgb": [
165,
163,
145
],
"hsl": [
54,
10,
61
],
"cmyk": [
0,
1,
12,
35
],
"family": "yellow",
"temperature": "warm",
"tone": [
"muted",
"earth-tone"
],
"luminance": 0.3624,
"contrast": {
"black": 8.25,
"white": 2.55
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 8.25
},
"description": "Cement is #A5A391, a warm yellow color with muted and earth tone character. Compared with Greige, it is darker and less saturated. Use it for backgrounds, typography, and product surfaces, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/cement/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/cement.json"
},
{
"slug": "greige",
"name": "Greige",
"hex": "#B0A999",
"rgb": [
176,
169,
153
],
"hsl": [
42,
13,
65
],
"cmyk": [
0,
4,
13,
31
],
"family": "orange",
"temperature": "warm",
"tone": [
"muted",
"earth-tone"
],
"luminance": 0.3991,
"contrast": {
"black": 8.98,
"white": 2.34
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 8.98
},
"description": "Greige is #B0A999, a warm orange color with muted and earth tone character. Compared with Cement, it is lighter and more saturated. Use it for backgrounds, typography, and product surfaces, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/greige/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/greige.json"
}
],
"differences": {
"rgbDistance": 14.9,
"contrastRatio": 1.09,
"hslDelta": {
"hue": 12,
"saturation": 3,
"lightness": 4
},
"luminanceDelta": 0.0367,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"muted",
"earth-tone"
],
"lighterColor": "Greige",
"moreSaturatedColor": "Greige"
},
"accessibility": {
"pairContrastRatio": 1.09,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Cement",
"background": "#A5A391",
"foreground": "#000000",
"label": "black text",
"ratio": 8.25
},
{
"color": "Greige",
"background": "#B0A999",
"foreground": "#000000",
"label": "black text",
"ratio": 8.98
}
]
},
"useCases": {
"chooseFirstWhen": "Cement is better when the design needs muted and earth tone yellow character, warm temperature, and the specific HEX value #A5A391.",
"chooseSecondWhen": "Greige is better when the design needs muted and earth tone orange character, warm temperature, and the specific HEX value #B0A999.",
"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/cement-vs-greige.json",
"https://www.colorsencyclopedia.com/api/colors/cement.json",
"https://www.colorsencyclopedia.com/api/colors/greige.json"
],
"url": "https://www.colorsencyclopedia.com/compare/cement-vs-greige/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/cement-vs-greige.json"
}