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": "rose-gold-vs-mocha",
"type": "nearest",
"name": "Rose Gold vs Mocha",
"verdict": "Rose Gold and Mocha are visually related colors. Rose Gold is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.05:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Rose Gold and Mocha are different red and orange colors with HEX values #B76E79 and #967969. According to Colors Encyclopedia, their RGB distance is 38.3, their contrast ratio is 1.05:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 38.3,
"contrastRatio": 1.05,
"colors": [
{
"slug": "rose-gold",
"name": "Rose Gold",
"hex": "#B76E79",
"rgb": [
183,
110,
121
],
"hsl": [
351,
34,
57
],
"cmyk": [
0,
40,
34,
28
],
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.226,
"contrast": {
"black": 5.52,
"white": 3.8
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.52
},
"description": "Rose Gold is #B76E79, a warm red color with balanced character. Compared with Mocha, it is lighter and more saturated. Use it for metallic palettes, product finishes, and premium packaging, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/rose-gold/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/rose-gold.json"
},
{
"slug": "mocha",
"name": "Mocha",
"hex": "#967969",
"rgb": [
150,
121,
105
],
"hsl": [
21,
18,
50
],
"cmyk": [
0,
19,
30,
41
],
"family": "orange",
"temperature": "warm",
"tone": [
"muted",
"earth-tone"
],
"luminance": 0.2118,
"contrast": {
"black": 5.24,
"white": 4.01
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.24
},
"description": "Mocha is #967969, a warm orange color with muted and earth tone character. Compared with Rose Gold, it is darker and less saturated. Use it for backgrounds, typography, and product surfaces, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/mocha/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/mocha.json"
}
],
"differences": {
"rgbDistance": 38.3,
"contrastRatio": 1.05,
"hslDelta": {
"hue": 330,
"saturation": 16,
"lightness": 7
},
"luminanceDelta": 0.0142,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [],
"lighterColor": "Rose Gold",
"moreSaturatedColor": "Rose Gold"
},
"accessibility": {
"pairContrastRatio": 1.05,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Rose Gold",
"background": "#B76E79",
"foreground": "#000000",
"label": "black text",
"ratio": 5.52
},
{
"color": "Mocha",
"background": "#967969",
"foreground": "#000000",
"label": "black text",
"ratio": 5.24
}
]
},
"useCases": {
"chooseFirstWhen": "Rose Gold is better when the design needs balanced red character, warm temperature, and the specific HEX value #B76E79.",
"chooseSecondWhen": "Mocha is better when the design needs muted and earth tone orange character, warm temperature, and the specific HEX value #967969.",
"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/rose-gold-vs-mocha.json",
"https://www.colorsencyclopedia.com/api/colors/rose-gold.json",
"https://www.colorsencyclopedia.com/api/colors/mocha.json"
],
"url": "https://www.colorsencyclopedia.com/compare/rose-gold-vs-mocha/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/rose-gold-vs-mocha.json"
}