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": "heather-vs-pastel-lilac",
"type": "nearest",
"name": "Heather vs Pastel Lilac",
"verdict": "Heather and Pastel Lilac are very close colors. Pastel Lilac is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.15:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Heather and Pastel Lilac are different purple colors with HEX values #B7A1C7 and #BDB0D0. According to Colors Encyclopedia, their RGB distance is 18.5, their contrast ratio is 1.15:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 18.5,
"contrastRatio": 1.15,
"colors": [
{
"slug": "heather",
"name": "Heather",
"hex": "#B7A1C7",
"rgb": [
183,
161,
199
],
"hsl": [
275,
25,
71
],
"cmyk": [
8,
19,
0,
22
],
"family": "purple",
"temperature": "cool",
"tone": [
"muted"
],
"luminance": 0.3968,
"contrast": {
"black": 8.94,
"white": 2.35
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 8.94
},
"description": "Heather is #B7A1C7, a cool purple color with muted character. Compared with Pastel Lilac, it is darker 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/heather/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/heather.json"
},
{
"slug": "pastel-lilac",
"name": "Pastel Lilac",
"hex": "#BDB0D0",
"rgb": [
189,
176,
208
],
"hsl": [
264,
25,
75
],
"cmyk": [
9,
15,
0,
18
],
"family": "purple",
"temperature": "cool",
"tone": [
"muted"
],
"luminance": 0.4642,
"contrast": {
"black": 10.28,
"white": 2.04
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 10.28
},
"description": "Pastel Lilac is #BDB0D0, a cool purple color with muted character. Compared with Heather, it is lighter 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-lilac/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/pastel-lilac.json"
}
],
"differences": {
"rgbDistance": 18.5,
"contrastRatio": 1.15,
"hslDelta": {
"hue": 11,
"saturation": 0,
"lightness": 4
},
"luminanceDelta": 0.0674,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"muted"
],
"lighterColor": "Pastel Lilac",
"moreSaturatedColor": "Heather"
},
"accessibility": {
"pairContrastRatio": 1.15,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Heather",
"background": "#B7A1C7",
"foreground": "#000000",
"label": "black text",
"ratio": 8.94
},
{
"color": "Pastel Lilac",
"background": "#BDB0D0",
"foreground": "#000000",
"label": "black text",
"ratio": 10.28
}
]
},
"useCases": {
"chooseFirstWhen": "Heather is better when the design needs muted purple character, cool temperature, and the specific HEX value #B7A1C7.",
"chooseSecondWhen": "Pastel Lilac is better when the design needs muted purple character, cool temperature, and the specific HEX value #BDB0D0.",
"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/heather-vs-pastel-lilac.json",
"https://www.colorsencyclopedia.com/api/colors/heather.json",
"https://www.colorsencyclopedia.com/api/colors/pastel-lilac.json"
],
"url": "https://www.colorsencyclopedia.com/compare/heather-vs-pastel-lilac/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/heather-vs-pastel-lilac.json"
}