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": "celeste-vs-pale-turquoise",
"type": "nearest",
"name": "Celeste vs Pale Turquoise",
"verdict": "Celeste and Pale Turquoise are very close colors. Celeste is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.14:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Celeste and Pale Turquoise are different cyan colors with HEX values #B2FFFF and #AFEEEE. According to Colors Encyclopedia, their RGB distance is 24.2, their contrast ratio is 1.14:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 24.2,
"contrastRatio": 1.14,
"colors": [
{
"slug": "celeste",
"name": "Celeste",
"hex": "#B2FFFF",
"rgb": [
178,
255,
255
],
"hsl": [
180,
100,
85
],
"cmyk": [
30,
0,
0,
0
],
"family": "cyan",
"temperature": "cool",
"tone": [
"pastel"
],
"luminance": 0.882,
"contrast": {
"black": 18.64,
"white": 1.13
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 18.64
},
"description": "Celeste is #B2FFFF, a cool cyan color with pastel character. Compared with Pale Turquoise, it is lighter and more saturated. Use it for historical references, pigment palettes, and cultural color systems, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/celeste/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/celeste.json"
},
{
"slug": "pale-turquoise",
"name": "Pale Turquoise",
"hex": "#AFEEEE",
"rgb": [
175,
238,
238
],
"hsl": [
180,
65,
81
],
"cmyk": [
26,
0,
0,
7
],
"family": "cyan",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.7644,
"contrast": {
"black": 16.29,
"white": 1.29
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 16.29
},
"description": "Pale Turquoise is #AFEEEE, a cool cyan color with balanced character. Compared with Celeste, 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/pale-turquoise/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/pale-turquoise.json"
}
],
"differences": {
"rgbDistance": 24.2,
"contrastRatio": 1.14,
"hslDelta": {
"hue": 0,
"saturation": 35,
"lightness": 4
},
"luminanceDelta": 0.1176,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [],
"lighterColor": "Celeste",
"moreSaturatedColor": "Celeste"
},
"accessibility": {
"pairContrastRatio": 1.14,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Celeste",
"background": "#B2FFFF",
"foreground": "#000000",
"label": "black text",
"ratio": 18.64
},
{
"color": "Pale Turquoise",
"background": "#AFEEEE",
"foreground": "#000000",
"label": "black text",
"ratio": 16.29
}
]
},
"useCases": {
"chooseFirstWhen": "Celeste is better when the design needs pastel cyan character, cool temperature, and the specific HEX value #B2FFFF.",
"chooseSecondWhen": "Pale Turquoise is better when the design needs balanced cyan character, cool temperature, and the specific HEX value #AFEEEE.",
"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/celeste-vs-pale-turquoise.json",
"https://www.colorsencyclopedia.com/api/colors/celeste.json",
"https://www.colorsencyclopedia.com/api/colors/pale-turquoise.json"
],
"url": "https://www.colorsencyclopedia.com/compare/celeste-vs-pale-turquoise/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/celeste-vs-pale-turquoise.json"
}