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": "butter-vs-peach",
"type": "nearest",
"name": "Butter vs Peach",
"verdict": "Butter and Peach are very close colors. Butter is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.07:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Butter and Peach are different yellow and orange colors with HEX values #FFF1A8 and #FFE5B4. According to Colors Encyclopedia, their RGB distance is 17, their contrast ratio is 1.07:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 17,
"contrastRatio": 1.07,
"colors": [
{
"slug": "butter",
"name": "Butter",
"hex": "#FFF1A8",
"rgb": [
255,
241,
168
],
"hsl": [
50,
100,
83
],
"cmyk": [
0,
5,
34,
0
],
"family": "yellow",
"temperature": "warm",
"tone": [
"pastel"
],
"luminance": 0.87,
"contrast": {
"black": 18.4,
"white": 1.14
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 18.4
},
"description": "Butter is #FFF1A8, a warm yellow color with pastel character. Compared with Peach, it is lighter and similar in saturation. Use it for highlight colors, editorial accents, and warm backgrounds, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/butter/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/butter.json"
},
{
"slug": "peach",
"name": "Peach",
"hex": "#FFE5B4",
"rgb": [
255,
229,
180
],
"hsl": [
39,
100,
85
],
"cmyk": [
0,
10,
29,
0
],
"family": "orange",
"temperature": "warm",
"tone": [
"pastel"
],
"luminance": 0.8059,
"contrast": {
"black": 17.12,
"white": 1.23
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 17.12
},
"description": "Peach is #FFE5B4, a warm orange color with pastel character. Compared with Butter, it is darker and similar in saturation. Use it for warm accents, food branding, and interior palettes, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/peach/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/peach.json"
}
],
"differences": {
"rgbDistance": 17,
"contrastRatio": 1.07,
"hslDelta": {
"hue": 11,
"saturation": 0,
"lightness": 2
},
"luminanceDelta": 0.0641,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"pastel"
],
"lighterColor": "Butter",
"moreSaturatedColor": "Butter"
},
"accessibility": {
"pairContrastRatio": 1.07,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Butter",
"background": "#FFF1A8",
"foreground": "#000000",
"label": "black text",
"ratio": 18.4
},
{
"color": "Peach",
"background": "#FFE5B4",
"foreground": "#000000",
"label": "black text",
"ratio": 17.12
}
]
},
"useCases": {
"chooseFirstWhen": "Butter is better when the design needs pastel yellow character, warm temperature, and the specific HEX value #FFF1A8.",
"chooseSecondWhen": "Peach is better when the design needs pastel orange character, warm temperature, and the specific HEX value #FFE5B4.",
"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/butter-vs-peach.json",
"https://www.colorsencyclopedia.com/api/colors/butter.json",
"https://www.colorsencyclopedia.com/api/colors/peach.json"
],
"url": "https://www.colorsencyclopedia.com/compare/butter-vs-peach/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/butter-vs-peach.json"
}