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": "old-lace-vs-linen-white",
"type": "nearest",
"name": "Old Lace vs Linen White",
"verdict": "Old Lace and Linen White are very close colors. Old Lace is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.04:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Old Lace and Linen White are different orange colors with HEX values #FDF5E6 and #FAF0E6. According to Colors Encyclopedia, their RGB distance is 5.8, their contrast ratio is 1.04:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 5.8,
"contrastRatio": 1.04,
"colors": [
{
"slug": "old-lace",
"name": "Old Lace",
"hex": "#FDF5E6",
"rgb": [
253,
245,
230
],
"hsl": [
39,
85,
95
],
"cmyk": [
0,
3,
9,
1
],
"family": "orange",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"luminance": 0.919,
"contrast": {
"black": 19.38,
"white": 1.08
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 19.38
},
"description": "Old Lace is #FDF5E6, a warm orange color with light and pastel character. Compared with Linen White, 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/old-lace/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/old-lace.json"
},
{
"slug": "linen-white",
"name": "Linen White",
"hex": "#FAF0E6",
"rgb": [
250,
240,
230
],
"hsl": [
30,
67,
94
],
"cmyk": [
0,
4,
8,
2
],
"family": "orange",
"temperature": "warm",
"tone": [
"light"
],
"luminance": 0.8836,
"contrast": {
"black": 18.67,
"white": 1.12
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 18.67
},
"description": "Linen White is #FAF0E6, a warm orange color with light character. Compared with Old Lace, 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/linen-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/linen-white.json"
}
],
"differences": {
"rgbDistance": 5.8,
"contrastRatio": 1.04,
"hslDelta": {
"hue": 9,
"saturation": 18,
"lightness": 1
},
"luminanceDelta": 0.0354,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"light"
],
"lighterColor": "Old Lace",
"moreSaturatedColor": "Old Lace"
},
"accessibility": {
"pairContrastRatio": 1.04,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Old Lace",
"background": "#FDF5E6",
"foreground": "#000000",
"label": "black text",
"ratio": 19.38
},
{
"color": "Linen White",
"background": "#FAF0E6",
"foreground": "#000000",
"label": "black text",
"ratio": 18.67
}
]
},
"useCases": {
"chooseFirstWhen": "Old Lace is better when the design needs light and pastel orange character, warm temperature, and the specific HEX value #FDF5E6.",
"chooseSecondWhen": "Linen White is better when the design needs light orange character, warm temperature, and the specific HEX value #FAF0E6.",
"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/old-lace-vs-linen-white.json",
"https://www.colorsencyclopedia.com/api/colors/old-lace.json",
"https://www.colorsencyclopedia.com/api/colors/linen-white.json"
],
"url": "https://www.colorsencyclopedia.com/compare/old-lace-vs-linen-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/old-lace-vs-linen-white.json"
}