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": "lilac-vs-pastel-lilac",
"type": "nearest",
"name": "Lilac vs Pastel Lilac",
"verdict": "Lilac and Pastel Lilac are very close colors. Pastel Lilac is the lighter option. Lilac reads warmer. Their mutual contrast is 1.09:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Lilac and Pastel Lilac are different pink and purple colors with HEX values #C8A2C8 and #BDB0D0. According to Colors Encyclopedia, their RGB distance is 19.5, their contrast ratio is 1.09:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 19.5,
"contrastRatio": 1.09,
"colors": [
{
"slug": "lilac",
"name": "Lilac",
"hex": "#C8A2C8",
"rgb": [
200,
162,
200
],
"hsl": [
300,
26,
71
],
"cmyk": [
0,
19,
0,
22
],
"family": "pink",
"temperature": "warm",
"tone": [
"muted"
],
"luminance": 0.4229,
"contrast": {
"black": 9.46,
"white": 2.22
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 9.46
},
"description": "Lilac is #C8A2C8, a warm pink color with muted character. Compared with Pastel Lilac, it is darker and more saturated. Use it for beauty branding, creative systems, and premium accents, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/lilac/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/lilac.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 Lilac, it is lighter 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/pastel-lilac/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/pastel-lilac.json"
}
],
"differences": {
"rgbDistance": 19.5,
"contrastRatio": 1.09,
"hslDelta": {
"hue": 36,
"saturation": 1,
"lightness": 4
},
"luminanceDelta": 0.0413,
"sameFamily": false,
"sameTemperature": false,
"sharedTones": [
"muted"
],
"lighterColor": "Pastel Lilac",
"moreSaturatedColor": "Lilac"
},
"accessibility": {
"pairContrastRatio": 1.09,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Lilac",
"background": "#C8A2C8",
"foreground": "#000000",
"label": "black text",
"ratio": 9.46
},
{
"color": "Pastel Lilac",
"background": "#BDB0D0",
"foreground": "#000000",
"label": "black text",
"ratio": 10.28
}
]
},
"useCases": {
"chooseFirstWhen": "Lilac is better when the design needs muted pink character, warm temperature, and the specific HEX value #C8A2C8.",
"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/lilac-vs-pastel-lilac.json",
"https://www.colorsencyclopedia.com/api/colors/lilac.json",
"https://www.colorsencyclopedia.com/api/colors/pastel-lilac.json"
],
"url": "https://www.colorsencyclopedia.com/compare/lilac-vs-pastel-lilac/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/lilac-vs-pastel-lilac.json"
}