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": "antique-white-vs-canvas",
"type": "nearest",
"name": "Antique White vs Canvas",
"verdict": "Antique White and Canvas are very close colors. Antique White is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.02:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Antique White and Canvas are different orange and yellow colors with HEX values #FAEBD7 and #F4EBD0. According to Colors Encyclopedia, their RGB distance is 9.2, their contrast ratio is 1.02:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 9.2,
"contrastRatio": 1.02,
"colors": [
{
"slug": "antique-white",
"name": "Antique White",
"hex": "#FAEBD7",
"rgb": [
250,
235,
215
],
"hsl": [
34,
78,
91
],
"cmyk": [
0,
6,
14,
2
],
"family": "orange",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"luminance": 0.8465,
"contrast": {
"black": 17.93,
"white": 1.17
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 17.93
},
"description": "Antique White is #FAEBD7, a warm orange color with light and pastel character. Compared with Canvas, it is lighter and more saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/antique-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/antique-white.json"
},
{
"slug": "canvas",
"name": "Canvas",
"hex": "#F4EBD0",
"rgb": [
244,
235,
208
],
"hsl": [
45,
62,
89
],
"cmyk": [
0,
4,
15,
4
],
"family": "yellow",
"temperature": "warm",
"tone": [
"light"
],
"luminance": 0.832,
"contrast": {
"black": 17.64,
"white": 1.19
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 17.64
},
"description": "Canvas is #F4EBD0, a warm yellow color with light character. Compared with Antique White, it is darker and less saturated. Use it for neutral systems, backgrounds, and editorial typography, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/canvas/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/canvas.json"
}
],
"differences": {
"rgbDistance": 9.2,
"contrastRatio": 1.02,
"hslDelta": {
"hue": 11,
"saturation": 16,
"lightness": 2
},
"luminanceDelta": 0.0145,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"light"
],
"lighterColor": "Antique White",
"moreSaturatedColor": "Antique White"
},
"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": "Antique White",
"background": "#FAEBD7",
"foreground": "#000000",
"label": "black text",
"ratio": 17.93
},
{
"color": "Canvas",
"background": "#F4EBD0",
"foreground": "#000000",
"label": "black text",
"ratio": 17.64
}
]
},
"useCases": {
"chooseFirstWhen": "Antique White is better when the design needs light and pastel orange character, warm temperature, and the specific HEX value #FAEBD7.",
"chooseSecondWhen": "Canvas is better when the design needs light yellow character, warm temperature, and the specific HEX value #F4EBD0.",
"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/antique-white-vs-canvas.json",
"https://www.colorsencyclopedia.com/api/colors/antique-white.json",
"https://www.colorsencyclopedia.com/api/colors/canvas.json"
],
"url": "https://www.colorsencyclopedia.com/compare/antique-white-vs-canvas/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/antique-white-vs-canvas.json"
}