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": "raw-sienna-vs-terracotta",
"type": "nearest",
"name": "Raw Sienna vs Terracotta",
"verdict": "Raw Sienna and Terracotta are visually related colors. Raw Sienna is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.12:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Raw Sienna and Terracotta are different orange colors with HEX values #D68A59 and #E2725B. According to Colors Encyclopedia, their RGB distance is 26.9, their contrast ratio is 1.12:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 26.9,
"contrastRatio": 1.12,
"colors": [
{
"slug": "raw-sienna",
"name": "Raw Sienna",
"hex": "#D68A59",
"rgb": [
214,
138,
89
],
"hsl": [
24,
60,
59
],
"cmyk": [
0,
36,
58,
16
],
"family": "orange",
"temperature": "warm",
"tone": [
"earth-tone"
],
"luminance": 0.3319,
"contrast": {
"black": 7.64,
"white": 2.75
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 7.64
},
"description": "Raw Sienna is #D68A59, a warm orange color with earth tone character. Compared with Terracotta, it is lighter and less saturated. Use it for earth-tone palettes, interior design, and material-inspired branding, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/raw-sienna/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/raw-sienna.json"
},
{
"slug": "terracotta",
"name": "Terracotta",
"hex": "#E2725B",
"rgb": [
226,
114,
91
],
"hsl": [
10,
70,
62
],
"cmyk": [
0,
50,
60,
11
],
"family": "orange",
"temperature": "warm",
"tone": [
"earth-tone",
"muted"
],
"luminance": 0.2896,
"contrast": {
"black": 6.79,
"white": 3.09
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 6.79
},
"description": "Terracotta is #E2725B, a warm orange color with earth tone and muted character. Compared with Raw Sienna, it is darker and more saturated. Use it for interior design, ceramic palettes, and editorial accents, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/terracotta/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/terracotta.json"
}
],
"differences": {
"rgbDistance": 26.9,
"contrastRatio": 1.12,
"hslDelta": {
"hue": 14,
"saturation": 10,
"lightness": 3
},
"luminanceDelta": 0.0423,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"earth-tone"
],
"lighterColor": "Raw Sienna",
"moreSaturatedColor": "Terracotta"
},
"accessibility": {
"pairContrastRatio": 1.12,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Raw Sienna",
"background": "#D68A59",
"foreground": "#000000",
"label": "black text",
"ratio": 7.64
},
{
"color": "Terracotta",
"background": "#E2725B",
"foreground": "#000000",
"label": "black text",
"ratio": 6.79
}
]
},
"useCases": {
"chooseFirstWhen": "Raw Sienna is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #D68A59.",
"chooseSecondWhen": "Terracotta is better when the design needs earth tone and muted orange character, warm temperature, and the specific HEX value #E2725B.",
"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/raw-sienna-vs-terracotta.json",
"https://www.colorsencyclopedia.com/api/colors/raw-sienna.json",
"https://www.colorsencyclopedia.com/api/colors/terracotta.json"
],
"url": "https://www.colorsencyclopedia.com/compare/raw-sienna-vs-terracotta/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/raw-sienna-vs-terracotta.json"
}