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": "limestone-vs-oat",
"type": "nearest",
"name": "Limestone vs Oat",
"verdict": "Limestone and Oat are very close colors. Limestone is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.07:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Limestone and Oat are different orange colors with HEX values #D8D2C4 and #D8CAB8. According to Colors Encyclopedia, their RGB distance is 14.4, their contrast ratio is 1.07:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 14.4,
"contrastRatio": 1.07,
"colors": [
{
"slug": "limestone",
"name": "Limestone",
"hex": "#D8D2C4",
"rgb": [
216,
210,
196
],
"hsl": [
42,
20,
81
],
"cmyk": [
0,
3,
9,
15
],
"family": "orange",
"temperature": "warm",
"tone": [
"muted"
],
"luminance": 0.6468,
"contrast": {
"black": 13.94,
"white": 1.51
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 13.94
},
"description": "Limestone is #D8D2C4, a warm orange color with muted character. Compared with Oat, 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/limestone/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/limestone.json"
},
{
"slug": "oat",
"name": "Oat",
"hex": "#D8CAB8",
"rgb": [
216,
202,
184
],
"hsl": [
34,
29,
78
],
"cmyk": [
0,
6,
15,
15
],
"family": "orange",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.603,
"contrast": {
"black": 13.06,
"white": 1.61
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 13.06
},
"description": "Oat is #D8CAB8, a warm orange color with balanced character. Compared with Limestone, it is darker 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/oat/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/oat.json"
}
],
"differences": {
"rgbDistance": 14.4,
"contrastRatio": 1.07,
"hslDelta": {
"hue": 8,
"saturation": 9,
"lightness": 3
},
"luminanceDelta": 0.0438,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [],
"lighterColor": "Limestone",
"moreSaturatedColor": "Oat"
},
"accessibility": {
"pairContrastRatio": 1.07,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Limestone",
"background": "#D8D2C4",
"foreground": "#000000",
"label": "black text",
"ratio": 13.94
},
{
"color": "Oat",
"background": "#D8CAB8",
"foreground": "#000000",
"label": "black text",
"ratio": 13.06
}
]
},
"useCases": {
"chooseFirstWhen": "Limestone is better when the design needs muted orange character, warm temperature, and the specific HEX value #D8D2C4.",
"chooseSecondWhen": "Oat is better when the design needs balanced orange character, warm temperature, and the specific HEX value #D8CAB8.",
"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/limestone-vs-oat.json",
"https://www.colorsencyclopedia.com/api/colors/limestone.json",
"https://www.colorsencyclopedia.com/api/colors/oat.json"
],
"url": "https://www.colorsencyclopedia.com/compare/limestone-vs-oat/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/limestone-vs-oat.json"
}