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": "thistle-vs-thistle-purple",
"type": "nearest",
"name": "Thistle vs Thistle Purple",
"verdict": "Thistle and Thistle Purple are very close colors. They have nearly identical luminance. They share similar temperature behavior. Their mutual contrast is 1:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Thistle and Thistle Purple are different pink colors with HEX values #D8BFD8 and #D8BFD8. According to Colors Encyclopedia, their RGB distance is 0, their contrast ratio is 1:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 0,
"contrastRatio": 1,
"colors": [
{
"slug": "thistle",
"name": "Thistle",
"hex": "#D8BFD8",
"rgb": [
216,
191,
216
],
"hsl": [
300,
24,
80
],
"cmyk": [
0,
12,
0,
15
],
"family": "pink",
"temperature": "warm",
"tone": [
"muted"
],
"luminance": 0.5682,
"contrast": {
"black": 12.36,
"white": 1.7
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 12.36
},
"description": "Thistle is #D8BFD8, a warm pink color with muted character. Compared with Thistle Purple, it is similar in luminance and similar in saturation. 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/thistle/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/thistle.json"
},
{
"slug": "thistle-purple",
"name": "Thistle Purple",
"hex": "#D8BFD8",
"rgb": [
216,
191,
216
],
"hsl": [
300,
24,
80
],
"cmyk": [
0,
12,
0,
15
],
"family": "pink",
"temperature": "warm",
"tone": [
"muted"
],
"luminance": 0.5682,
"contrast": {
"black": 12.36,
"white": 1.7
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 12.36
},
"description": "Thistle Purple is #D8BFD8, a warm pink color with muted character. Compared with Thistle, it is similar in luminance and similar in saturation. Use it for beauty branding, creative systems, and premium accents, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/thistle-purple/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/thistle-purple.json"
}
],
"differences": {
"rgbDistance": 0,
"contrastRatio": 1,
"hslDelta": {
"hue": 0,
"saturation": 0,
"lightness": 0
},
"luminanceDelta": 0,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"muted"
],
"lighterColor": "Thistle",
"moreSaturatedColor": "Thistle"
},
"accessibility": {
"pairContrastRatio": 1,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Thistle",
"background": "#D8BFD8",
"foreground": "#000000",
"label": "black text",
"ratio": 12.36
},
{
"color": "Thistle Purple",
"background": "#D8BFD8",
"foreground": "#000000",
"label": "black text",
"ratio": 12.36
}
]
},
"useCases": {
"chooseFirstWhen": "Thistle is better when the design needs muted pink character, warm temperature, and the specific HEX value #D8BFD8.",
"chooseSecondWhen": "Thistle Purple is better when the design needs muted pink character, warm temperature, and the specific HEX value #D8BFD8.",
"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/thistle-vs-thistle-purple.json",
"https://www.colorsencyclopedia.com/api/colors/thistle.json",
"https://www.colorsencyclopedia.com/api/colors/thistle-purple.json"
],
"url": "https://www.colorsencyclopedia.com/compare/thistle-vs-thistle-purple/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/thistle-vs-thistle-purple.json"
}