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": "seafoam-vs-pastel-teal",
"type": "nearest",
"name": "Seafoam vs Pastel Teal",
"verdict": "Seafoam and Pastel Teal are visually related colors. Seafoam is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.11:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Seafoam and Pastel Teal are different green and cyan colors with HEX values #93E9BE and #9FD8D2. According to Colors Encyclopedia, their RGB distance is 28.9, their contrast ratio is 1.11:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 28.9,
"contrastRatio": 1.11,
"colors": [
{
"slug": "seafoam",
"name": "Seafoam",
"hex": "#93E9BE",
"rgb": [
147,
233,
190
],
"hsl": [
150,
66,
75
],
"cmyk": [
37,
0,
18,
9
],
"family": "green",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.682,
"contrast": {
"black": 14.64,
"white": 1.43
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 14.64
},
"description": "Seafoam is #93E9BE, a cool green color with balanced character. Compared with Pastel Teal, it is lighter and more saturated. Use it for natural palettes, wellness branding, and sustainability design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/seafoam/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/seafoam.json"
},
{
"slug": "pastel-teal",
"name": "Pastel Teal",
"hex": "#9FD8D2",
"rgb": [
159,
216,
210
],
"hsl": [
174,
42,
74
],
"cmyk": [
26,
0,
3,
15
],
"family": "cyan",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.6114,
"contrast": {
"black": 13.23,
"white": 1.59
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 13.23
},
"description": "Pastel Teal is #9FD8D2, a cool cyan color with balanced character. Compared with Seafoam, it is darker and less saturated. Use it for soft ui backgrounds, pastel palettes, and gentle product design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/pastel-teal/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/pastel-teal.json"
}
],
"differences": {
"rgbDistance": 28.9,
"contrastRatio": 1.11,
"hslDelta": {
"hue": 24,
"saturation": 24,
"lightness": 1
},
"luminanceDelta": 0.0706,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"balanced"
],
"lighterColor": "Seafoam",
"moreSaturatedColor": "Seafoam"
},
"accessibility": {
"pairContrastRatio": 1.11,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Seafoam",
"background": "#93E9BE",
"foreground": "#000000",
"label": "black text",
"ratio": 14.64
},
{
"color": "Pastel Teal",
"background": "#9FD8D2",
"foreground": "#000000",
"label": "black text",
"ratio": 13.23
}
]
},
"useCases": {
"chooseFirstWhen": "Seafoam is better when the design needs balanced green character, cool temperature, and the specific HEX value #93E9BE.",
"chooseSecondWhen": "Pastel Teal is better when the design needs balanced cyan character, cool temperature, and the specific HEX value #9FD8D2.",
"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/seafoam-vs-pastel-teal.json",
"https://www.colorsencyclopedia.com/api/colors/seafoam.json",
"https://www.colorsencyclopedia.com/api/colors/pastel-teal.json"
],
"url": "https://www.colorsencyclopedia.com/compare/seafoam-vs-pastel-teal/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/seafoam-vs-pastel-teal.json"
}