Harmony system
Mocha Color Harmonies
Mocha color harmonies are generated from #967969 with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Mocha into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.
Mocha sits in the orange family with warm temperature and muted, earth tone 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
Mocha Harmony Guide
Mocha 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 Mocha Harmony Data (JSON)
Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Mocha.
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": "mocha",
"name": "Mocha",
"hex": "#967969",
"url": "https://www.colorsencyclopedia.com/colors/mocha/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/mocha.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": "#698696",
"name": "#698696",
"slug": null,
"rgb": [
105,
134,
150
],
"hsl": [
201,
18,
50
],
"cmyk": [
30,
11,
0,
41
],
"luminance": 0.2226,
"contrast": {
"black": 5.45,
"white": 3.85
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/698696/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/698696.json"
}
],
"anchor": "mocha-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": "#96696F",
"name": "#96696F",
"slug": null,
"rgb": [
150,
105,
111
],
"hsl": [
352,
18,
50
],
"cmyk": [
0,
30,
26,
41
],
"luminance": 0.1773,
"contrast": {
"black": 4.55,
"white": 4.62
},
"wcag": {
"AA": [
"#000000",
"#FFFFFF"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/96696f/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/96696f.json"
},
{
"hex": "#969069",
"name": "#969069",
"slug": null,
"rgb": [
150,
144,
105
],
"hsl": [
52,
18,
50
],
"cmyk": [
0,
4,
30,
41
],
"luminance": 0.2745,
"contrast": {
"black": 6.49,
"white": 3.24
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/969069/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/969069.json"
}
],
"anchor": "mocha-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": "#699679",
"name": "#699679",
"slug": null,
"rgb": [
105,
150,
121
],
"hsl": [
141,
18,
50
],
"cmyk": [
30,
0,
19,
41
],
"luminance": 0.262,
"contrast": {
"black": 6.24,
"white": 3.37
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/699679/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/699679.json"
},
{
"hex": "#796996",
"name": "#796996",
"slug": null,
"rgb": [
121,
105,
150
],
"hsl": [
261,
18,
50
],
"cmyk": [
19,
30,
0,
41
],
"luminance": 0.1637,
"contrast": {
"black": 4.27,
"white": 4.91
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/796996/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/796996.json"
}
],
"anchor": "mocha-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": "#6F9669",
"name": "#6F9669",
"slug": null,
"rgb": [
111,
150,
105
],
"hsl": [
112,
18,
50
],
"cmyk": [
26,
0,
30,
41
],
"luminance": 0.2621,
"contrast": {
"black": 6.24,
"white": 3.36
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/6f9669/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/6f9669.json"
},
{
"hex": "#698696",
"name": "#698696",
"slug": null,
"rgb": [
105,
134,
150
],
"hsl": [
201,
18,
50
],
"cmyk": [
30,
11,
0,
41
],
"luminance": 0.2226,
"contrast": {
"black": 5.45,
"white": 3.85
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/698696/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/698696.json"
},
{
"hex": "#906996",
"name": "#906996",
"slug": null,
"rgb": [
144,
105,
150
],
"hsl": [
292,
18,
50
],
"cmyk": [
4,
30,
0,
41
],
"luminance": 0.1823,
"contrast": {
"black": 4.65,
"white": 4.52
},
"wcag": {
"AA": [
"#000000",
"#FFFFFF"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/906996/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/906996.json"
}
],
"anchor": "mocha-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": "#699690",
"name": "#699690",
"slug": null,
"rgb": [
105,
150,
144
],
"hsl": [
172,
18,
50
],
"cmyk": [
30,
0,
4,
41
],
"luminance": 0.2683,
"contrast": {
"black": 6.37,
"white": 3.3
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/699690/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/699690.json"
},
{
"hex": "#696F96",
"name": "#696F96",
"slug": null,
"rgb": [
105,
111,
150
],
"hsl": [
232,
18,
50
],
"cmyk": [
30,
26,
0,
41
],
"luminance": 0.1657,
"contrast": {
"black": 4.31,
"white": 4.87
},
"wcag": {
"AA": [
"#FFFFFF"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/696f96/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/696f96.json"
}
],
"anchor": "mocha-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": "#BCA99F",
"name": "#BCA99F",
"slug": null,
"rgb": [
188,
169,
159
],
"hsl": [
21,
18,
68
],
"cmyk": [
0,
10,
15,
26
],
"luminance": 0.4157,
"contrast": {
"black": 9.31,
"white": 2.25
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/bca99f/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/bca99f.json"
},
{
"hex": "#967969",
"name": "Mocha",
"slug": "mocha",
"rgb": [
150,
121,
105
],
"hsl": [
21,
18,
50
],
"cmyk": [
0,
19,
30,
41
],
"luminance": 0.2118,
"contrast": {
"black": 5.24,
"white": 4.01
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/mocha/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/mocha.json"
},
{
"hex": "#604D43",
"name": "#604D43",
"slug": null,
"rgb": [
96,
77,
67
],
"hsl": [
21,
18,
32
],
"cmyk": [
0,
20,
30,
62
],
"luminance": 0.082,
"contrast": {
"black": 2.64,
"white": 7.95
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/604d43/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/604d43.json"
}
],
"anchor": "mocha-harmony-monochromatic"
}
]Signature palette
[
"#967969",
"#698696",
"#96696F",
"#969069",
"#BCA99F",
"#604D43"
]Accessibility notes
[
"Black contrast on Mocha: 5.24:1",
"White contrast on Mocha: 4.01:1",
"AA text options: #000000"
]CSS tokens
":root {\n --color-mocha: #967969;\n --mocha-complementary-1: #698696;\n --mocha-analogous-1: #96696F;\n --mocha-analogous-2: #969069;\n --mocha-triadic-1: #699679;\n --mocha-triadic-2: #796996;\n --mocha-tetradic-1: #6F9669;\n --mocha-tetradic-2: #698696;\n --mocha-tetradic-3: #906996;\n --mocha-split-complementary-1: #699690;\n --mocha-split-complementary-2: #696F96;\n --mocha-monochromatic-1: #BCA99F;\n --mocha-monochromatic-2: #967969;\n --mocha-monochromatic-3: #604D43;\n}\n\n.palette-mocha-harmony {\n color: #111827;\n background: linear-gradient(135deg, #967969, #698696, #96696F, #969069, #BCA99F, #604D43);\n}"Full JSON dataset
{
"datasetVersion": "1.0.0",
"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": []
},
"sourceColor": {
"slug": "mocha",
"name": "Mocha",
"hex": "#967969",
"url": "https://www.colorsencyclopedia.com/colors/mocha/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/mocha.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": "#698696",
"name": "#698696",
"slug": null,
"rgb": [
105,
134,
150
],
"hsl": [
201,
18,
50
],
"cmyk": [
30,
11,
0,
41
],
"luminance": 0.2226,
"contrast": {
"black": 5.45,
"white": 3.85
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/698696/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/698696.json"
}
],
"anchor": "mocha-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": "#96696F",
"name": "#96696F",
"slug": null,
"rgb": [
150,
105,
111
],
"hsl": [
352,
18,
50
],
"cmyk": [
0,
30,
26,
41
],
"luminance": 0.1773,
"contrast": {
"black": 4.55,
"white": 4.62
},
"wcag": {
"AA": [
"#000000",
"#FFFFFF"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/96696f/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/96696f.json"
},
{
"hex": "#969069",
"name": "#969069",
"slug": null,
"rgb": [
150,
144,
105
],
"hsl": [
52,
18,
50
],
"cmyk": [
0,
4,
30,
41
],
"luminance": 0.2745,
"contrast": {
"black": 6.49,
"white": 3.24
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/969069/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/969069.json"
}
],
"anchor": "mocha-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": "#699679",
"name": "#699679",
"slug": null,
"rgb": [
105,
150,
121
],
"hsl": [
141,
18,
50
],
"cmyk": [
30,
0,
19,
41
],
"luminance": 0.262,
"contrast": {
"black": 6.24,
"white": 3.37
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/699679/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/699679.json"
},
{
"hex": "#796996",
"name": "#796996",
"slug": null,
"rgb": [
121,
105,
150
],
"hsl": [
261,
18,
50
],
"cmyk": [
19,
30,
0,
41
],
"luminance": 0.1637,
"contrast": {
"black": 4.27,
"white": 4.91
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/796996/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/796996.json"
}
],
"anchor": "mocha-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": "#6F9669",
"name": "#6F9669",
"slug": null,
"rgb": [
111,
150,
105
],
"hsl": [
112,
18,
50
],
"cmyk": [
26,
0,
30,
41
],
"luminance": 0.2621,
"contrast": {
"black": 6.24,
"white": 3.36
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/6f9669/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/6f9669.json"
},
{
"hex": "#698696",
"name": "#698696",
"slug": null,
"rgb": [
105,
134,
150
],
"hsl": [
201,
18,
50
],
"cmyk": [
30,
11,
0,
41
],
"luminance": 0.2226,
"contrast": {
"black": 5.45,
"white": 3.85
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/698696/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/698696.json"
},
{
"hex": "#906996",
"name": "#906996",
"slug": null,
"rgb": [
144,
105,
150
],
"hsl": [
292,
18,
50
],
"cmyk": [
4,
30,
0,
41
],
"luminance": 0.1823,
"contrast": {
"black": 4.65,
"white": 4.52
},
"wcag": {
"AA": [
"#000000",
"#FFFFFF"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/906996/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/906996.json"
}
],
"anchor": "mocha-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": "#699690",
"name": "#699690",
"slug": null,
"rgb": [
105,
150,
144
],
"hsl": [
172,
18,
50
],
"cmyk": [
30,
0,
4,
41
],
"luminance": 0.2683,
"contrast": {
"black": 6.37,
"white": 3.3
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/699690/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/699690.json"
},
{
"hex": "#696F96",
"name": "#696F96",
"slug": null,
"rgb": [
105,
111,
150
],
"hsl": [
232,
18,
50
],
"cmyk": [
30,
26,
0,
41
],
"luminance": 0.1657,
"contrast": {
"black": 4.31,
"white": 4.87
},
"wcag": {
"AA": [
"#FFFFFF"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/696f96/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/696f96.json"
}
],
"anchor": "mocha-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": "#BCA99F",
"name": "#BCA99F",
"slug": null,
"rgb": [
188,
169,
159
],
"hsl": [
21,
18,
68
],
"cmyk": [
0,
10,
15,
26
],
"luminance": 0.4157,
"contrast": {
"black": 9.31,
"white": 2.25
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/bca99f/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/bca99f.json"
},
{
"hex": "#967969",
"name": "Mocha",
"slug": "mocha",
"rgb": [
150,
121,
105
],
"hsl": [
21,
18,
50
],
"cmyk": [
0,
19,
30,
41
],
"luminance": 0.2118,
"contrast": {
"black": 5.24,
"white": 4.01
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/mocha/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/mocha.json"
},
{
"hex": "#604D43",
"name": "#604D43",
"slug": null,
"rgb": [
96,
77,
67
],
"hsl": [
21,
18,
32
],
"cmyk": [
0,
20,
30,
62
],
"luminance": 0.082,
"contrast": {
"black": 2.64,
"white": 7.95
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/604d43/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/604d43.json"
}
],
"anchor": "mocha-harmony-monochromatic"
}
],
"signaturePalette": [
"#967969",
"#698696",
"#96696F",
"#969069",
"#BCA99F",
"#604D43"
],
"semanticGroups": [
"orange harmony",
"warm harmony",
"muted harmony",
"earth tone harmony",
"mocha palette system"
],
"useCases": [
"palette generation",
"brand color exploration",
"UI accent planning",
"CSS design tokens",
"AI color retrieval"
],
"accessibilityNotes": [
"Black contrast on Mocha: 5.24:1",
"White contrast on Mocha: 4.01:1",
"AA text options: #000000"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/harmonies/mocha.json",
"https://www.colorsencyclopedia.com/api/colors/mocha.json",
"https://www.colorsencyclopedia.com/api/hex/967969.json"
],
"url": "https://www.colorsencyclopedia.com/harmonies/mocha/",
"apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/mocha.json",
"cssSnippet": ":root {\n --color-mocha: #967969;\n --mocha-complementary-1: #698696;\n --mocha-analogous-1: #96696F;\n --mocha-analogous-2: #969069;\n --mocha-triadic-1: #699679;\n --mocha-triadic-2: #796996;\n --mocha-tetradic-1: #6F9669;\n --mocha-tetradic-2: #698696;\n --mocha-tetradic-3: #906996;\n --mocha-split-complementary-1: #699690;\n --mocha-split-complementary-2: #696F96;\n --mocha-monochromatic-1: #BCA99F;\n --mocha-monochromatic-2: #967969;\n --mocha-monochromatic-3: #604D43;\n}\n\n.palette-mocha-harmony {\n color: #111827;\n background: linear-gradient(135deg, #967969, #698696, #96696F, #969069, #BCA99F, #604D43);\n}"
}
CSS Harmony Tokens
Use these tokens when Mocha needs a complete palette system instead of a single color variable.
:root {
--color-mocha: #967969;
--mocha-complementary-1: #698696;
--mocha-analogous-1: #96696F;
--mocha-analogous-2: #969069;
--mocha-triadic-1: #699679;
--mocha-triadic-2: #796996;
--mocha-tetradic-1: #6F9669;
--mocha-tetradic-2: #698696;
--mocha-tetradic-3: #906996;
--mocha-split-complementary-1: #699690;
--mocha-split-complementary-2: #696F96;
--mocha-monochromatic-1: #BCA99F;
--mocha-monochromatic-2: #967969;
--mocha-monochromatic-3: #604D43;
}
.palette-mocha-harmony {
color: #111827;
background: linear-gradient(135deg, #967969, #698696, #96696F, #969069, #BCA99F, #604D43);
}
Mocha 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.
#698696Analogous 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.
#96696F#969069Triadic 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.
#699679#796996Tetradic 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.
#6F9669#698696#906996Split 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.
#699690#696F96Monochromatic 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.
#BCA99F#967969#604D43