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": "linen-vs-linen-white",
"type": "nearest",
"name": "Linen vs Linen White",
"verdict": "Linen and Linen White are very close colors. They have nearly identical luminance. They share similar temperature behavior. Their mutual contrast is 1:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Linen and Linen White are different orange colors with HEX values #FAF0E6 and #FAF0E6. According to Colors Encyclopedia, their RGB distance is 0, their contrast ratio is 1:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 0,
"contrastRatio": 1,
"colors": [
{
"slug": "linen",
"name": "Linen",
"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 is #FAF0E6, a warm orange color with light character. Compared with Linen White, it is similar in luminance and similar in saturation. 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/linen/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/linen.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 Linen, it is similar in luminance and similar in saturation. 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": 0,
"contrastRatio": 1,
"hslDelta": {
"hue": 0,
"saturation": 0,
"lightness": 0
},
"luminanceDelta": 0,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"light"
],
"lighterColor": "Linen",
"moreSaturatedColor": "Linen"
},
"accessibility": {
"pairContrastRatio": 1,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Linen",
"background": "#FAF0E6",
"foreground": "#000000",
"label": "black text",
"ratio": 18.67
},
{
"color": "Linen White",
"background": "#FAF0E6",
"foreground": "#000000",
"label": "black text",
"ratio": 18.67
}
]
},
"useCases": {
"chooseFirstWhen": "Linen is better when the design needs light orange character, warm temperature, and the specific HEX value #FAF0E6.",
"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/linen-vs-linen-white.json",
"https://www.colorsencyclopedia.com/api/colors/linen.json",
"https://www.colorsencyclopedia.com/api/colors/linen-white.json"
],
"url": "https://www.colorsencyclopedia.com/compare/linen-vs-linen-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/linen-vs-linen-white.json"
}