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": "sea-shell-vs-old-lace",
"type": "nearest",
"name": "Sea Shell vs Old Lace",
"verdict": "Sea Shell and Old Lace are very close colors. Sea Shell is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.01:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Sea Shell and Old Lace are different orange colors with HEX values #FFF5EE and #FDF5E6. According to Colors Encyclopedia, their RGB distance is 8.2, their contrast ratio is 1.01:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 8.2,
"contrastRatio": 1.01,
"colors": [
{
"slug": "sea-shell",
"name": "Sea Shell",
"hex": "#FFF5EE",
"rgb": [
255,
245,
238
],
"hsl": [
25,
100,
97
],
"cmyk": [
0,
4,
7,
0
],
"family": "orange",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"luminance": 0.9274,
"contrast": {
"black": 19.55,
"white": 1.07
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 19.55
},
"description": "Sea Shell is #FFF5EE, a warm orange color with light and pastel character. Compared with Old Lace, 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/sea-shell/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/sea-shell.json"
},
{
"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 Sea Shell, it is darker and less 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"
}
],
"differences": {
"rgbDistance": 8.2,
"contrastRatio": 1.01,
"hslDelta": {
"hue": 14,
"saturation": 15,
"lightness": 2
},
"luminanceDelta": 0.0084,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"light",
"pastel"
],
"lighterColor": "Sea Shell",
"moreSaturatedColor": "Sea Shell"
},
"accessibility": {
"pairContrastRatio": 1.01,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Sea Shell",
"background": "#FFF5EE",
"foreground": "#000000",
"label": "black text",
"ratio": 19.55
},
{
"color": "Old Lace",
"background": "#FDF5E6",
"foreground": "#000000",
"label": "black text",
"ratio": 19.38
}
]
},
"useCases": {
"chooseFirstWhen": "Sea Shell is better when the design needs light and pastel orange character, warm temperature, and the specific HEX value #FFF5EE.",
"chooseSecondWhen": "Old Lace is better when the design needs light and pastel orange character, warm temperature, and the specific HEX value #FDF5E6.",
"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/sea-shell-vs-old-lace.json",
"https://www.colorsencyclopedia.com/api/colors/sea-shell.json",
"https://www.colorsencyclopedia.com/api/colors/old-lace.json"
],
"url": "https://www.colorsencyclopedia.com/compare/sea-shell-vs-old-lace/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/sea-shell-vs-old-lace.json"
}