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": "blush-vs-bougainvillea",
"type": "nearest",
"name": "Blush vs Bougainvillea",
"verdict": "Blush and Bougainvillea are visually related colors. Blush is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.02:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Blush and Bougainvillea are different pink colors with HEX values #DE5D83 and #D958A0. According to Colors Encyclopedia, their RGB distance is 29.8, their contrast ratio is 1.02:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 29.8,
"contrastRatio": 1.02,
"colors": [
{
"slug": "blush",
"name": "Blush",
"hex": "#DE5D83",
"rgb": [
222,
93,
131
],
"hsl": [
342,
66,
62
],
"cmyk": [
0,
58,
41,
13
],
"family": "pink",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.25,
"contrast": {
"black": 6,
"white": 3.5
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 6
},
"description": "Blush is #DE5D83, a warm pink color with balanced character. Compared with Bougainvillea, it is lighter and more saturated. Use it for branding accents, editorial palettes, and product design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/blush/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/blush.json"
},
{
"slug": "bougainvillea",
"name": "Bougainvillea",
"hex": "#D958A0",
"rgb": [
217,
88,
160
],
"hsl": [
327,
63,
60
],
"cmyk": [
0,
59,
26,
15
],
"family": "pink",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.2427,
"contrast": {
"black": 5.85,
"white": 3.59
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.85
},
"description": "Bougainvillea is #D958A0, a warm pink color with balanced character. Compared with Blush, it is darker and less saturated. Use it for botanical palettes, natural product design, and seasonal editorial palettes, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/bougainvillea/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/bougainvillea.json"
}
],
"differences": {
"rgbDistance": 29.8,
"contrastRatio": 1.02,
"hslDelta": {
"hue": 15,
"saturation": 3,
"lightness": 2
},
"luminanceDelta": 0.0073,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"balanced"
],
"lighterColor": "Blush",
"moreSaturatedColor": "Blush"
},
"accessibility": {
"pairContrastRatio": 1.02,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Blush",
"background": "#DE5D83",
"foreground": "#000000",
"label": "black text",
"ratio": 6
},
{
"color": "Bougainvillea",
"background": "#D958A0",
"foreground": "#000000",
"label": "black text",
"ratio": 5.85
}
]
},
"useCases": {
"chooseFirstWhen": "Blush is better when the design needs balanced pink character, warm temperature, and the specific HEX value #DE5D83.",
"chooseSecondWhen": "Bougainvillea is better when the design needs balanced pink character, warm temperature, and the specific HEX value #D958A0.",
"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/blush-vs-bougainvillea.json",
"https://www.colorsencyclopedia.com/api/colors/blush.json",
"https://www.colorsencyclopedia.com/api/colors/bougainvillea.json"
],
"url": "https://www.colorsencyclopedia.com/compare/blush-vs-bougainvillea/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/blush-vs-bougainvillea.json"
}