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": "champagne-vs-parchment",
"type": "nearest",
"name": "Champagne vs Parchment",
"verdict": "Champagne and Parchment are very close colors. Parchment is the lighter option. They share similar temperature behavior. Their mutual contrast is 1:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Champagne and Parchment are different orange and yellow colors with HEX values #F7E7CE and #F1E9D2. According to Colors Encyclopedia, their RGB distance is 7.5, their contrast ratio is 1:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 7.5,
"contrastRatio": 1,
"colors": [
{
"slug": "champagne",
"name": "Champagne",
"hex": "#F7E7CE",
"rgb": [
247,
231,
206
],
"hsl": [
37,
72,
89
],
"cmyk": [
0,
6,
17,
3
],
"family": "orange",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"luminance": 0.8138,
"contrast": {
"black": 17.28,
"white": 1.22
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 17.28
},
"description": "Champagne is #F7E7CE, a warm orange color with light and pastel character. Compared with Parchment, it is darker and more saturated. Use it for highlight colors, editorial accents, and warm backgrounds, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/champagne/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/champagne.json"
},
{
"slug": "parchment",
"name": "Parchment",
"hex": "#F1E9D2",
"rgb": [
241,
233,
210
],
"hsl": [
45,
53,
88
],
"cmyk": [
0,
3,
13,
5
],
"family": "yellow",
"temperature": "warm",
"tone": [
"light"
],
"luminance": 0.8163,
"contrast": {
"black": 17.33,
"white": 1.21
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 17.33
},
"description": "Parchment is #F1E9D2, a warm yellow color with light character. Compared with Champagne, it is lighter and less saturated. Use it for neutral systems, backgrounds, and editorial typography, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/parchment/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/parchment.json"
}
],
"differences": {
"rgbDistance": 7.5,
"contrastRatio": 1,
"hslDelta": {
"hue": 8,
"saturation": 19,
"lightness": 1
},
"luminanceDelta": 0.0025,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"light"
],
"lighterColor": "Parchment",
"moreSaturatedColor": "Champagne"
},
"accessibility": {
"pairContrastRatio": 1,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Champagne",
"background": "#F7E7CE",
"foreground": "#000000",
"label": "black text",
"ratio": 17.28
},
{
"color": "Parchment",
"background": "#F1E9D2",
"foreground": "#000000",
"label": "black text",
"ratio": 17.33
}
]
},
"useCases": {
"chooseFirstWhen": "Champagne is better when the design needs light and pastel orange character, warm temperature, and the specific HEX value #F7E7CE.",
"chooseSecondWhen": "Parchment is better when the design needs light yellow character, warm temperature, and the specific HEX value #F1E9D2.",
"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/champagne-vs-parchment.json",
"https://www.colorsencyclopedia.com/api/colors/champagne.json",
"https://www.colorsencyclopedia.com/api/colors/parchment.json"
],
"url": "https://www.colorsencyclopedia.com/compare/champagne-vs-parchment/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/champagne-vs-parchment.json"
}