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": "mica-vs-oat",
"type": "nearest",
"name": "Mica vs Oat",
"verdict": "Mica and Oat are very close colors. Oat is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.03:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Mica and Oat are different orange colors with HEX values #D8C7B0 and #D8CAB8. According to Colors Encyclopedia, their RGB distance is 8.5, their contrast ratio is 1.03:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 8.5,
"contrastRatio": 1.03,
"colors": [
{
"slug": "mica",
"name": "Mica",
"hex": "#D8C7B0",
"rgb": [
216,
199,
176
],
"hsl": [
35,
34,
77
],
"cmyk": [
0,
8,
19,
15
],
"family": "orange",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.5858,
"contrast": {
"black": 12.72,
"white": 1.65
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 12.72
},
"description": "Mica is #D8C7B0, a warm orange color with balanced character. Compared with Oat, it is darker and more 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/mica/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/mica.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 Mica, it is lighter 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/oat/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/oat.json"
}
],
"differences": {
"rgbDistance": 8.5,
"contrastRatio": 1.03,
"hslDelta": {
"hue": 1,
"saturation": 5,
"lightness": 1
},
"luminanceDelta": 0.0172,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"balanced"
],
"lighterColor": "Oat",
"moreSaturatedColor": "Mica"
},
"accessibility": {
"pairContrastRatio": 1.03,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Mica",
"background": "#D8C7B0",
"foreground": "#000000",
"label": "black text",
"ratio": 12.72
},
{
"color": "Oat",
"background": "#D8CAB8",
"foreground": "#000000",
"label": "black text",
"ratio": 13.06
}
]
},
"useCases": {
"chooseFirstWhen": "Mica is better when the design needs balanced orange character, warm temperature, and the specific HEX value #D8C7B0.",
"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/mica-vs-oat.json",
"https://www.colorsencyclopedia.com/api/colors/mica.json",
"https://www.colorsencyclopedia.com/api/colors/oat.json"
],
"url": "https://www.colorsencyclopedia.com/compare/mica-vs-oat/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/mica-vs-oat.json"
}