Harmony system
Terracotta Color Harmonies
Terracotta color harmonies are generated from #E2725B with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Terracotta into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.
Terracotta sits in the orange family with warm temperature and earth tone, muted tone attributes. The harmony sets below explain which colors create contrast, which stay close to the source hue, and which work best for interface tokens or palette roles.
How the harmony works
Terracotta Harmony Guide
Terracotta harmonies are computed from hue relationships rather than subjective palette names. Complementary colors create direct contrast, analogous colors stay close to the source hue, triadic and tetradic groups add broader palette range, split-complementary colors soften contrast, and monochromatic variants keep the same hue for UI surfaces and states.
Machine-readable data
Machine-Readable Terracotta Harmony Data (JSON)
Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Terracotta.
sourceColorCanonical source colorharmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic setssignaturePaletteCompact harmony preview palettesemanticGroupsAI-ready harmony labelsuseCasesDesign and retrieval contextsaccessibilityNotesContrast guidance for the source colorStructured sections
Source color
{
"slug": "terracotta",
"name": "Terracotta",
"hex": "#E2725B",
"url": "https://www.colorsencyclopedia.com/colors/terracotta/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/terracotta.json"
}Harmony groups
[
{
"key": "complementary",
"label": "Complementary",
"behavior": "maximum hue contrast",
"bestUse": "accent colors, strong calls to action, visual opposition",
"description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
"colors": [
{
"hex": "#5ACBE2",
"name": "#5ACBE2",
"slug": null,
"rgb": [
90,
203,
226
],
"hsl": [
190,
70,
62
],
"cmyk": [
60,
10,
0,
11
],
"luminance": 0.5038,
"contrast": {
"black": 11.08,
"white": 1.9
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5acbe2/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5acbe2.json"
}
],
"anchor": "terracotta-harmony-complementary"
},
{
"key": "analogous",
"label": "Analogous",
"behavior": "neighboring hue movement",
"bestUse": "calm palettes, gradients, natural transitions",
"description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
"colors": [
{
"hex": "#E25A87",
"name": "#E25A87",
"slug": null,
"rgb": [
226,
90,
135
],
"hsl": [
340,
70,
62
],
"cmyk": [
0,
60,
40,
11
],
"luminance": 0.2523,
"contrast": {
"black": 6.05,
"white": 3.47
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/e25a87/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/e25a87.json"
},
{
"hex": "#E2B55A",
"name": "#E2B55A",
"slug": null,
"rgb": [
226,
181,
90
],
"hsl": [
40,
70,
62
],
"cmyk": [
0,
20,
60,
11
],
"luminance": 0.4995,
"contrast": {
"black": 10.99,
"white": 1.91
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/e2b55a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/e2b55a.json"
}
],
"anchor": "terracotta-harmony-analogous"
},
{
"key": "triadic",
"label": "Triadic",
"behavior": "three evenly spaced hues",
"bestUse": "balanced contrast, playful systems, broad palette range",
"description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
"colors": [
{
"hex": "#5AE271",
"name": "#5AE271",
"slug": null,
"rgb": [
90,
226,
113
],
"hsl": [
130,
70,
62
],
"cmyk": [
60,
0,
50,
11
],
"luminance": 0.5776,
"contrast": {
"black": 12.55,
"white": 1.67
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5ae271/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5ae271.json"
},
{
"hex": "#715AE2",
"name": "#715AE2",
"slug": null,
"rgb": [
113,
90,
226
],
"hsl": [
250,
70,
62
],
"cmyk": [
50,
60,
0,
11
],
"luminance": 0.1631,
"contrast": {
"black": 4.26,
"white": 4.93
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/715ae2/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/715ae2.json"
}
],
"anchor": "terracotta-harmony-triadic"
},
{
"key": "tetradic",
"label": "Tetradic",
"behavior": "two complementary pairs",
"bestUse": "large design systems, dashboards, multi-state UI",
"description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
"colors": [
{
"hex": "#87E25A",
"name": "#87E25A",
"slug": null,
"rgb": [
135,
226,
90
],
"hsl": [
100,
70,
62
],
"cmyk": [
40,
0,
60,
11
],
"luminance": 0.6028,
"contrast": {
"black": 13.06,
"white": 1.61
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/87e25a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/87e25a.json"
},
{
"hex": "#5ACBE2",
"name": "#5ACBE2",
"slug": null,
"rgb": [
90,
203,
226
],
"hsl": [
190,
70,
62
],
"cmyk": [
60,
10,
0,
11
],
"luminance": 0.5038,
"contrast": {
"black": 11.08,
"white": 1.9
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5acbe2/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5acbe2.json"
},
{
"hex": "#B55AE2",
"name": "#B55AE2",
"slug": null,
"rgb": [
181,
90,
226
],
"hsl": [
280,
70,
62
],
"cmyk": [
20,
60,
0,
11
],
"luminance": 0.2263,
"contrast": {
"black": 5.53,
"white": 3.8
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/b55ae2/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/b55ae2.json"
}
],
"anchor": "terracotta-harmony-tetradic"
},
{
"key": "splitComplementary",
"label": "Split Complementary",
"behavior": "softened complementary contrast",
"bestUse": "brand palettes, accent pairs, less aggressive contrast",
"description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
"colors": [
{
"hex": "#5AE2B5",
"name": "#5AE2B5",
"slug": null,
"rgb": [
90,
226,
181
],
"hsl": [
160,
70,
62
],
"cmyk": [
60,
0,
20,
11
],
"luminance": 0.599,
"contrast": {
"black": 12.98,
"white": 1.62
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5ae2b5/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5ae2b5.json"
},
{
"hex": "#5A87E2",
"name": "#5A87E2",
"slug": null,
"rgb": [
90,
135,
226
],
"hsl": [
220,
70,
62
],
"cmyk": [
60,
40,
0,
11
],
"luminance": 0.2499,
"contrast": {
"black": 6,
"white": 3.5
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/5a87e2/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5a87e2.json"
}
],
"anchor": "terracotta-harmony-split-complementary"
},
{
"key": "monochromatic",
"label": "Monochromatic",
"behavior": "same hue, different values",
"bestUse": "surfaces, states, elevation, restrained UI themes",
"description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
"colors": [
{
"hex": "#F0B4A8",
"name": "#F0B4A8",
"slug": null,
"rgb": [
240,
180,
168
],
"hsl": [
10,
71,
80
],
"cmyk": [
0,
25,
30,
6
],
"luminance": 0.5399,
"contrast": {
"black": 11.8,
"white": 1.78
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f0b4a8/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f0b4a8.json"
},
{
"hex": "#E2725B",
"name": "Terracotta",
"slug": "terracotta",
"rgb": [
226,
114,
91
],
"hsl": [
10,
70,
62
],
"cmyk": [
0,
50,
60,
11
],
"luminance": 0.2896,
"contrast": {
"black": 6.79,
"white": 3.09
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/terracotta/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/terracotta.json"
},
{
"hex": "#BF3C22",
"name": "#BF3C22",
"slug": null,
"rgb": [
191,
60,
34
],
"hsl": [
10,
70,
44
],
"cmyk": [
0,
69,
82,
25
],
"luminance": 0.1442,
"contrast": {
"black": 3.88,
"white": 5.41
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/bf3c22/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/bf3c22.json"
}
],
"anchor": "terracotta-harmony-monochromatic"
}
]Signature palette
[
"#E2725B",
"#5ACBE2",
"#E25A87",
"#E2B55A",
"#F0B4A8",
"#BF3C22"
]Accessibility notes
[
"Black contrast on Terracotta: 6.79:1",
"White contrast on Terracotta: 3.09:1",
"AA text options: #000000, #1A1A1A"
]CSS tokens
":root {\n --color-terracotta: #E2725B;\n --terracotta-complementary-1: #5ACBE2;\n --terracotta-analogous-1: #E25A87;\n --terracotta-analogous-2: #E2B55A;\n --terracotta-triadic-1: #5AE271;\n --terracotta-triadic-2: #715AE2;\n --terracotta-tetradic-1: #87E25A;\n --terracotta-tetradic-2: #5ACBE2;\n --terracotta-tetradic-3: #B55AE2;\n --terracotta-split-complementary-1: #5AE2B5;\n --terracotta-split-complementary-2: #5A87E2;\n --terracotta-monochromatic-1: #F0B4A8;\n --terracotta-monochromatic-2: #E2725B;\n --terracotta-monochromatic-3: #BF3C22;\n}\n\n.palette-terracotta-harmony {\n color: #111827;\n background: linear-gradient(135deg, #E2725B, #5ACBE2, #E25A87, #E2B55A, #F0B4A8, #BF3C22);\n}"Full JSON dataset
{
"datasetVersion": "1.0.0",
"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": []
},
"sourceColor": {
"slug": "terracotta",
"name": "Terracotta",
"hex": "#E2725B",
"url": "https://www.colorsencyclopedia.com/colors/terracotta/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/terracotta.json"
},
"harmonyGroups": [
{
"key": "complementary",
"label": "Complementary",
"behavior": "maximum hue contrast",
"bestUse": "accent colors, strong calls to action, visual opposition",
"description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
"colors": [
{
"hex": "#5ACBE2",
"name": "#5ACBE2",
"slug": null,
"rgb": [
90,
203,
226
],
"hsl": [
190,
70,
62
],
"cmyk": [
60,
10,
0,
11
],
"luminance": 0.5038,
"contrast": {
"black": 11.08,
"white": 1.9
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5acbe2/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5acbe2.json"
}
],
"anchor": "terracotta-harmony-complementary"
},
{
"key": "analogous",
"label": "Analogous",
"behavior": "neighboring hue movement",
"bestUse": "calm palettes, gradients, natural transitions",
"description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
"colors": [
{
"hex": "#E25A87",
"name": "#E25A87",
"slug": null,
"rgb": [
226,
90,
135
],
"hsl": [
340,
70,
62
],
"cmyk": [
0,
60,
40,
11
],
"luminance": 0.2523,
"contrast": {
"black": 6.05,
"white": 3.47
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/e25a87/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/e25a87.json"
},
{
"hex": "#E2B55A",
"name": "#E2B55A",
"slug": null,
"rgb": [
226,
181,
90
],
"hsl": [
40,
70,
62
],
"cmyk": [
0,
20,
60,
11
],
"luminance": 0.4995,
"contrast": {
"black": 10.99,
"white": 1.91
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/e2b55a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/e2b55a.json"
}
],
"anchor": "terracotta-harmony-analogous"
},
{
"key": "triadic",
"label": "Triadic",
"behavior": "three evenly spaced hues",
"bestUse": "balanced contrast, playful systems, broad palette range",
"description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
"colors": [
{
"hex": "#5AE271",
"name": "#5AE271",
"slug": null,
"rgb": [
90,
226,
113
],
"hsl": [
130,
70,
62
],
"cmyk": [
60,
0,
50,
11
],
"luminance": 0.5776,
"contrast": {
"black": 12.55,
"white": 1.67
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5ae271/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5ae271.json"
},
{
"hex": "#715AE2",
"name": "#715AE2",
"slug": null,
"rgb": [
113,
90,
226
],
"hsl": [
250,
70,
62
],
"cmyk": [
50,
60,
0,
11
],
"luminance": 0.1631,
"contrast": {
"black": 4.26,
"white": 4.93
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/715ae2/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/715ae2.json"
}
],
"anchor": "terracotta-harmony-triadic"
},
{
"key": "tetradic",
"label": "Tetradic",
"behavior": "two complementary pairs",
"bestUse": "large design systems, dashboards, multi-state UI",
"description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
"colors": [
{
"hex": "#87E25A",
"name": "#87E25A",
"slug": null,
"rgb": [
135,
226,
90
],
"hsl": [
100,
70,
62
],
"cmyk": [
40,
0,
60,
11
],
"luminance": 0.6028,
"contrast": {
"black": 13.06,
"white": 1.61
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/87e25a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/87e25a.json"
},
{
"hex": "#5ACBE2",
"name": "#5ACBE2",
"slug": null,
"rgb": [
90,
203,
226
],
"hsl": [
190,
70,
62
],
"cmyk": [
60,
10,
0,
11
],
"luminance": 0.5038,
"contrast": {
"black": 11.08,
"white": 1.9
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5acbe2/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5acbe2.json"
},
{
"hex": "#B55AE2",
"name": "#B55AE2",
"slug": null,
"rgb": [
181,
90,
226
],
"hsl": [
280,
70,
62
],
"cmyk": [
20,
60,
0,
11
],
"luminance": 0.2263,
"contrast": {
"black": 5.53,
"white": 3.8
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/b55ae2/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/b55ae2.json"
}
],
"anchor": "terracotta-harmony-tetradic"
},
{
"key": "splitComplementary",
"label": "Split Complementary",
"behavior": "softened complementary contrast",
"bestUse": "brand palettes, accent pairs, less aggressive contrast",
"description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
"colors": [
{
"hex": "#5AE2B5",
"name": "#5AE2B5",
"slug": null,
"rgb": [
90,
226,
181
],
"hsl": [
160,
70,
62
],
"cmyk": [
60,
0,
20,
11
],
"luminance": 0.599,
"contrast": {
"black": 12.98,
"white": 1.62
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5ae2b5/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5ae2b5.json"
},
{
"hex": "#5A87E2",
"name": "#5A87E2",
"slug": null,
"rgb": [
90,
135,
226
],
"hsl": [
220,
70,
62
],
"cmyk": [
60,
40,
0,
11
],
"luminance": 0.2499,
"contrast": {
"black": 6,
"white": 3.5
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/5a87e2/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5a87e2.json"
}
],
"anchor": "terracotta-harmony-split-complementary"
},
{
"key": "monochromatic",
"label": "Monochromatic",
"behavior": "same hue, different values",
"bestUse": "surfaces, states, elevation, restrained UI themes",
"description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
"colors": [
{
"hex": "#F0B4A8",
"name": "#F0B4A8",
"slug": null,
"rgb": [
240,
180,
168
],
"hsl": [
10,
71,
80
],
"cmyk": [
0,
25,
30,
6
],
"luminance": 0.5399,
"contrast": {
"black": 11.8,
"white": 1.78
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f0b4a8/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f0b4a8.json"
},
{
"hex": "#E2725B",
"name": "Terracotta",
"slug": "terracotta",
"rgb": [
226,
114,
91
],
"hsl": [
10,
70,
62
],
"cmyk": [
0,
50,
60,
11
],
"luminance": 0.2896,
"contrast": {
"black": 6.79,
"white": 3.09
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/terracotta/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/terracotta.json"
},
{
"hex": "#BF3C22",
"name": "#BF3C22",
"slug": null,
"rgb": [
191,
60,
34
],
"hsl": [
10,
70,
44
],
"cmyk": [
0,
69,
82,
25
],
"luminance": 0.1442,
"contrast": {
"black": 3.88,
"white": 5.41
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/bf3c22/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/bf3c22.json"
}
],
"anchor": "terracotta-harmony-monochromatic"
}
],
"signaturePalette": [
"#E2725B",
"#5ACBE2",
"#E25A87",
"#E2B55A",
"#F0B4A8",
"#BF3C22"
],
"semanticGroups": [
"orange harmony",
"warm harmony",
"earth tone harmony",
"muted harmony",
"terracotta palette system"
],
"useCases": [
"palette generation",
"brand color exploration",
"UI accent planning",
"CSS design tokens",
"AI color retrieval"
],
"accessibilityNotes": [
"Black contrast on Terracotta: 6.79:1",
"White contrast on Terracotta: 3.09:1",
"AA text options: #000000, #1A1A1A"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/harmonies/terracotta.json",
"https://www.colorsencyclopedia.com/api/colors/terracotta.json",
"https://www.colorsencyclopedia.com/api/hex/e2725b.json"
],
"url": "https://www.colorsencyclopedia.com/harmonies/terracotta/",
"apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/terracotta.json",
"cssSnippet": ":root {\n --color-terracotta: #E2725B;\n --terracotta-complementary-1: #5ACBE2;\n --terracotta-analogous-1: #E25A87;\n --terracotta-analogous-2: #E2B55A;\n --terracotta-triadic-1: #5AE271;\n --terracotta-triadic-2: #715AE2;\n --terracotta-tetradic-1: #87E25A;\n --terracotta-tetradic-2: #5ACBE2;\n --terracotta-tetradic-3: #B55AE2;\n --terracotta-split-complementary-1: #5AE2B5;\n --terracotta-split-complementary-2: #5A87E2;\n --terracotta-monochromatic-1: #F0B4A8;\n --terracotta-monochromatic-2: #E2725B;\n --terracotta-monochromatic-3: #BF3C22;\n}\n\n.palette-terracotta-harmony {\n color: #111827;\n background: linear-gradient(135deg, #E2725B, #5ACBE2, #E25A87, #E2B55A, #F0B4A8, #BF3C22);\n}"
}
CSS Harmony Tokens
Use these tokens when Terracotta needs a complete palette system instead of a single color variable.
:root {
--color-terracotta: #E2725B;
--terracotta-complementary-1: #5ACBE2;
--terracotta-analogous-1: #E25A87;
--terracotta-analogous-2: #E2B55A;
--terracotta-triadic-1: #5AE271;
--terracotta-triadic-2: #715AE2;
--terracotta-tetradic-1: #87E25A;
--terracotta-tetradic-2: #5ACBE2;
--terracotta-tetradic-3: #B55AE2;
--terracotta-split-complementary-1: #5AE2B5;
--terracotta-split-complementary-2: #5A87E2;
--terracotta-monochromatic-1: #F0B4A8;
--terracotta-monochromatic-2: #E2725B;
--terracotta-monochromatic-3: #BF3C22;
}
.palette-terracotta-harmony {
color: #111827;
background: linear-gradient(135deg, #E2725B, #5ACBE2, #E25A87, #E2B55A, #F0B4A8, #BF3C22);
}
Terracotta Harmony Groups
Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.
Complementary Harmony1 colors · maximum hue contrast
Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.
#5ACBE2Analogous Harmony2 colors · neighboring hue movement
Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.
#E25A87#E2B55ATriadic Harmony2 colors · three evenly spaced hues
Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.
#5AE271#715AE2Tetradic Harmony3 colors · two complementary pairs
Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.
#87E25A#5ACBE2#B55AE2Split Complementary Harmony2 colors · softened complementary contrast
Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.
#5AE2B5#5A87E2Monochromatic Harmony3 colors · same hue, different values
Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.
#F0B4A8#E2725B#BF3C22