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": "ice-blue-vs-milk-blue",
"type": "nearest",
"name": "Ice Blue vs Milk Blue",
"verdict": "Ice Blue and Milk Blue are very close colors. Ice Blue is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.08:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Ice Blue and Milk Blue are different blue colors with HEX values #D6F5FF and #D6EAF8. According to Colors Encyclopedia, their RGB distance is 13, their contrast ratio is 1.08:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 13,
"contrastRatio": 1.08,
"colors": [
{
"slug": "ice-blue",
"name": "Ice Blue",
"hex": "#D6F5FF",
"rgb": [
214,
245,
255
],
"hsl": [
195,
100,
92
],
"cmyk": [
16,
4,
0,
0
],
"family": "blue",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"luminance": 0.8682,
"contrast": {
"black": 18.36,
"white": 1.14
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 18.36
},
"description": "Ice Blue is #D6F5FF, a cool blue color with light and pastel character. Compared with Milk Blue, it is lighter and more saturated. Use it for interfaces, brand systems, and technical design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/ice-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/ice-blue.json"
},
{
"slug": "milk-blue",
"name": "Milk Blue",
"hex": "#D6EAF8",
"rgb": [
214,
234,
248
],
"hsl": [
205,
71,
91
],
"cmyk": [
14,
6,
0,
3
],
"family": "blue",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"luminance": 0.7992,
"contrast": {
"black": 16.98,
"white": 1.24
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 16.98
},
"description": "Milk Blue is #D6EAF8, a cool blue color with light and pastel character. Compared with Ice Blue, 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/milk-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/milk-blue.json"
}
],
"differences": {
"rgbDistance": 13,
"contrastRatio": 1.08,
"hslDelta": {
"hue": 10,
"saturation": 29,
"lightness": 1
},
"luminanceDelta": 0.069,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"light",
"pastel"
],
"lighterColor": "Ice Blue",
"moreSaturatedColor": "Ice Blue"
},
"accessibility": {
"pairContrastRatio": 1.08,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Ice Blue",
"background": "#D6F5FF",
"foreground": "#000000",
"label": "black text",
"ratio": 18.36
},
{
"color": "Milk Blue",
"background": "#D6EAF8",
"foreground": "#000000",
"label": "black text",
"ratio": 16.98
}
]
},
"useCases": {
"chooseFirstWhen": "Ice Blue is better when the design needs light and pastel blue character, cool temperature, and the specific HEX value #D6F5FF.",
"chooseSecondWhen": "Milk Blue is better when the design needs light and pastel blue character, cool temperature, and the specific HEX value #D6EAF8.",
"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/ice-blue-vs-milk-blue.json",
"https://www.colorsencyclopedia.com/api/colors/ice-blue.json",
"https://www.colorsencyclopedia.com/api/colors/milk-blue.json"
],
"url": "https://www.colorsencyclopedia.com/compare/ice-blue-vs-milk-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/ice-blue-vs-milk-blue.json"
}