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": "pastel-lavender-vs-thistle",
"type": "nearest",
"name": "Pastel Lavender vs Thistle",
"verdict": "Pastel Lavender and Thistle 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": "Pastel Lavender and Thistle 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": "pastel-lavender",
"name": "Pastel Lavender",
"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": "Pastel Lavender is #D8BFD8, a warm pink color with muted character. Compared with Thistle, it is similar in luminance and similar in saturation. 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/pastel-lavender/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/pastel-lavender.json"
},
{
"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 Pastel Lavender, 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"
}
],
"differences": {
"rgbDistance": 0,
"contrastRatio": 1,
"hslDelta": {
"hue": 0,
"saturation": 0,
"lightness": 0
},
"luminanceDelta": 0,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"muted"
],
"lighterColor": "Pastel Lavender",
"moreSaturatedColor": "Pastel Lavender"
},
"accessibility": {
"pairContrastRatio": 1,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Pastel Lavender",
"background": "#D8BFD8",
"foreground": "#000000",
"label": "black text",
"ratio": 12.36
},
{
"color": "Thistle",
"background": "#D8BFD8",
"foreground": "#000000",
"label": "black text",
"ratio": 12.36
}
]
},
"useCases": {
"chooseFirstWhen": "Pastel Lavender is better when the design needs muted pink character, warm temperature, and the specific HEX value #D8BFD8.",
"chooseSecondWhen": "Thistle 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/pastel-lavender-vs-thistle.json",
"https://www.colorsencyclopedia.com/api/colors/pastel-lavender.json",
"https://www.colorsencyclopedia.com/api/colors/thistle.json"
],
"url": "https://www.colorsencyclopedia.com/compare/pastel-lavender-vs-thistle/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/pastel-lavender-vs-thistle.json"
}