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": "soft-yellow-vs-peach",
"type": "nearest",
"name": "Soft Yellow vs Peach",
"verdict": "Soft Yellow and Peach are very close colors. Soft Yellow is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.13:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Soft Yellow and Peach are different yellow and orange colors with HEX values #FFF8B8 and #FFE5B4. According to Colors Encyclopedia, their RGB distance is 19.4, their contrast ratio is 1.13:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 19.4,
"contrastRatio": 1.13,
"colors": [
{
"slug": "soft-yellow",
"name": "Soft Yellow",
"hex": "#FFF8B8",
"rgb": [
255,
248,
184
],
"hsl": [
54,
100,
86
],
"cmyk": [
0,
3,
28,
0
],
"family": "yellow",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"luminance": 0.9186,
"contrast": {
"black": 19.37,
"white": 1.08
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 19.37
},
"description": "Soft Yellow is #FFF8B8, a warm yellow color with light and pastel character. Compared with Peach, 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/soft-yellow/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/soft-yellow.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 Soft Yellow, 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": 19.4,
"contrastRatio": 1.13,
"hslDelta": {
"hue": 15,
"saturation": 0,
"lightness": 1
},
"luminanceDelta": 0.1127,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"pastel"
],
"lighterColor": "Soft Yellow",
"moreSaturatedColor": "Soft Yellow"
},
"accessibility": {
"pairContrastRatio": 1.13,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Soft Yellow",
"background": "#FFF8B8",
"foreground": "#000000",
"label": "black text",
"ratio": 19.37
},
{
"color": "Peach",
"background": "#FFE5B4",
"foreground": "#000000",
"label": "black text",
"ratio": 17.12
}
]
},
"useCases": {
"chooseFirstWhen": "Soft Yellow is better when the design needs light and pastel yellow character, warm temperature, and the specific HEX value #FFF8B8.",
"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/soft-yellow-vs-peach.json",
"https://www.colorsencyclopedia.com/api/colors/soft-yellow.json",
"https://www.colorsencyclopedia.com/api/colors/peach.json"
],
"url": "https://www.colorsencyclopedia.com/compare/soft-yellow-vs-peach/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/soft-yellow-vs-peach.json"
}