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": "pale-turquoise-vs-powder-blue",
"type": "nearest",
"name": "Pale Turquoise vs Powder Blue",
"verdict": "Pale Turquoise and Powder Blue are very close colors. Pale Turquoise 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": "Pale Turquoise and Powder Blue are different cyan colors with HEX values #AFEEEE and #B0E0E6. According to Colors Encyclopedia, their RGB distance is 16.2, their contrast ratio is 1.11:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 16.2,
"contrastRatio": 1.11,
"colors": [
{
"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 Powder Blue, 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/pale-turquoise/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/pale-turquoise.json"
},
{
"slug": "powder-blue",
"name": "Powder Blue",
"hex": "#B0E0E6",
"rgb": [
176,
224,
230
],
"hsl": [
187,
52,
80
],
"cmyk": [
23,
3,
0,
10
],
"family": "cyan",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.6825,
"contrast": {
"black": 14.65,
"white": 1.43
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 14.65
},
"description": "Powder Blue is #B0E0E6, a cool cyan color with balanced character. Compared with Pale Turquoise, 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/powder-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/powder-blue.json"
}
],
"differences": {
"rgbDistance": 16.2,
"contrastRatio": 1.11,
"hslDelta": {
"hue": 7,
"saturation": 13,
"lightness": 1
},
"luminanceDelta": 0.0819,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"balanced"
],
"lighterColor": "Pale Turquoise",
"moreSaturatedColor": "Pale Turquoise"
},
"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": "Pale Turquoise",
"background": "#AFEEEE",
"foreground": "#000000",
"label": "black text",
"ratio": 16.29
},
{
"color": "Powder Blue",
"background": "#B0E0E6",
"foreground": "#000000",
"label": "black text",
"ratio": 14.65
}
]
},
"useCases": {
"chooseFirstWhen": "Pale Turquoise is better when the design needs balanced cyan character, cool temperature, and the specific HEX value #AFEEEE.",
"chooseSecondWhen": "Powder Blue is better when the design needs balanced cyan character, cool temperature, and the specific HEX value #B0E0E6.",
"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/pale-turquoise-vs-powder-blue.json",
"https://www.colorsencyclopedia.com/api/colors/pale-turquoise.json",
"https://www.colorsencyclopedia.com/api/colors/powder-blue.json"
],
"url": "https://www.colorsencyclopedia.com/compare/pale-turquoise-vs-powder-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/pale-turquoise-vs-powder-blue.json"
}