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": "denim-vs-signal-blue",
"type": "nearest",
"name": "Denim vs Signal Blue",
"verdict": "Denim and Signal Blue are very close colors. Denim is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.13:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Denim and Signal Blue are different blue colors with HEX values #1560BD and #0057B8. According to Colors Encyclopedia, their RGB distance is 23.4, their contrast ratio is 1.13:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 23.4,
"contrastRatio": 1.13,
"colors": [
{
"slug": "denim",
"name": "Denim",
"hex": "#1560BD",
"rgb": [
21,
96,
189
],
"hsl": [
213,
80,
41
],
"cmyk": [
89,
49,
0,
26
],
"family": "blue",
"temperature": "cool",
"tone": [
"vibrant",
"jewel-tone"
],
"luminance": 0.122,
"contrast": {
"black": 3.44,
"white": 6.1
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 6.1
},
"description": "Denim is #1560BD, a cool blue color with vibrant and jewel tone character. Compared with Signal Blue, it is lighter and less saturated. Use it for interfaces, brand systems, and technical design, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/denim/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/denim.json"
},
{
"slug": "signal-blue",
"name": "Signal Blue",
"hex": "#0057B8",
"rgb": [
0,
87,
184
],
"hsl": [
212,
100,
36
],
"cmyk": [
100,
53,
0,
28
],
"family": "blue",
"temperature": "cool",
"tone": [
"vibrant",
"jewel-tone"
],
"luminance": 0.1028,
"contrast": {
"black": 3.06,
"white": 6.87
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 6.87
},
"description": "Signal Blue is #0057B8, a cool blue color with vibrant and jewel tone character. Compared with Denim, it is darker and more saturated. Use it for industrial design, safety systems, and hardware palettes, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/signal-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/signal-blue.json"
}
],
"differences": {
"rgbDistance": 23.4,
"contrastRatio": 1.13,
"hslDelta": {
"hue": 1,
"saturation": 20,
"lightness": 5
},
"luminanceDelta": 0.0192,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant",
"jewel-tone"
],
"lighterColor": "Denim",
"moreSaturatedColor": "Signal Blue"
},
"accessibility": {
"pairContrastRatio": 1.13,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Denim",
"background": "#1560BD",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 6.1
},
{
"color": "Signal Blue",
"background": "#0057B8",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 6.87
}
]
},
"useCases": {
"chooseFirstWhen": "Denim is better when the design needs vibrant and jewel tone blue character, cool temperature, and the specific HEX value #1560BD.",
"chooseSecondWhen": "Signal Blue is better when the design needs vibrant and jewel tone blue character, cool temperature, and the specific HEX value #0057B8.",
"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/denim-vs-signal-blue.json",
"https://www.colorsencyclopedia.com/api/colors/denim.json",
"https://www.colorsencyclopedia.com/api/colors/signal-blue.json"
],
"url": "https://www.colorsencyclopedia.com/compare/denim-vs-signal-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/denim-vs-signal-blue.json"
}