Harmony system

Smoke Color Harmonies

Smoke harmonies from #738276: complementary #82737F, plus five harmony groups with CSS and contrast data.

Smoke is a neutral gray at hue 132°, saturation 6% and lightness 48%. The sets below keep those measurements visible while moving around the color wheel, making it easier to choose close hues, direct contrast or a wider token system.

SourceSmoke · #738276
Groups6
Palette colors6
FamilyGray

How the harmony works

Smoke Harmony Guide

Smoke 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 Smoke Harmony Data (JSON)

Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Smoke.

AI-Ready Dataset v1.0.0
Luminance0.2092
Black text5.18:1AA Pass
White text4.05:1AA Fail
sourceColorCanonical source color
harmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic sets
signaturePaletteCompact harmony preview palette
semanticGroupsAI-ready harmony labels
useCasesDesign and retrieval contexts
accessibilityNotesContrast guidance for the source color
Download JSON Open API
Structured sections
Source color
{
  "slug": "smoke",
  "name": "Smoke",
  "hex": "#738276",
  "url": "https://www.colorsencyclopedia.com/colors/smoke/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/smoke.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": "#82737F",
        "name": "#82737F",
        "slug": null,
        "rgb": [
          130,
          115,
          127
        ],
        "hsl": [
          312,
          6,
          48
        ],
        "cmyk": [
          0,
          12,
          2,
          49
        ],
        "luminance": 0.1854,
        "contrast": {
          "black": 4.71,
          "white": 4.46
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "smoke-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": "#778273",
        "name": "#778273",
        "slug": null,
        "rgb": [
          119,
          130,
          115
        ],
        "hsl": [
          104,
          6,
          48
        ],
        "cmyk": [
          8,
          0,
          12,
          49
        ],
        "luminance": 0.2113,
        "contrast": {
          "black": 5.23,
          "white": 4.02
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#73827D",
        "name": "#73827D",
        "slug": null,
        "rgb": [
          115,
          130,
          125
        ],
        "hsl": [
          160,
          6,
          48
        ],
        "cmyk": [
          12,
          0,
          4,
          49
        ],
        "luminance": 0.2109,
        "contrast": {
          "black": 5.22,
          "white": 4.02
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "smoke-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": "#767382",
        "name": "#767382",
        "slug": null,
        "rgb": [
          118,
          115,
          130
        ],
        "hsl": [
          252,
          6,
          48
        ],
        "cmyk": [
          9,
          12,
          0,
          49
        ],
        "luminance": 0.1772,
        "contrast": {
          "black": 4.54,
          "white": 4.62
        },
        "wcag": {
          "AA": [
            "#000000",
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#827673",
        "name": "#827673",
        "slug": null,
        "rgb": [
          130,
          118,
          115
        ],
        "hsl": [
          12,
          6,
          48
        ],
        "cmyk": [
          0,
          9,
          12,
          49
        ],
        "luminance": 0.1894,
        "contrast": {
          "black": 4.79,
          "white": 4.39
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "smoke-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": "#737782",
        "name": "#737782",
        "slug": null,
        "rgb": [
          115,
          119,
          130
        ],
        "hsl": [
          224,
          6,
          48
        ],
        "cmyk": [
          12,
          8,
          0,
          49
        ],
        "luminance": 0.1845,
        "contrast": {
          "black": 4.69,
          "white": 4.48
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#82737F",
        "name": "#82737F",
        "slug": null,
        "rgb": [
          130,
          115,
          127
        ],
        "hsl": [
          312,
          6,
          48
        ],
        "cmyk": [
          0,
          12,
          2,
          49
        ],
        "luminance": 0.1854,
        "contrast": {
          "black": 4.71,
          "white": 4.46
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#827D73",
        "name": "#827D73",
        "slug": null,
        "rgb": [
          130,
          125,
          115
        ],
        "hsl": [
          40,
          6,
          48
        ],
        "cmyk": [
          0,
          4,
          12,
          49
        ],
        "luminance": 0.2065,
        "contrast": {
          "black": 5.13,
          "white": 4.09
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "smoke-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": "#7D7382",
        "name": "#7D7382",
        "slug": null,
        "rgb": [
          125,
          115,
          130
        ],
        "hsl": [
          280,
          6,
          48
        ],
        "cmyk": [
          4,
          12,
          0,
          49
        ],
        "luminance": 0.1823,
        "contrast": {
          "black": 4.65,
          "white": 4.52
        },
        "wcag": {
          "AA": [
            "#000000",
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#827377",
        "name": "#827377",
        "slug": null,
        "rgb": [
          130,
          115,
          119
        ],
        "hsl": [
          344,
          6,
          48
        ],
        "cmyk": [
          0,
          12,
          8,
          49
        ],
        "luminance": 0.1834,
        "contrast": {
          "black": 4.67,
          "white": 4.5
        },
        "wcag": {
          "AA": [
            "#000000",
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "smoke-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": "#A3AEA5",
        "name": "#A3AEA5",
        "slug": null,
        "rgb": [
          163,
          174,
          165
        ],
        "hsl": [
          131,
          6,
          66
        ],
        "cmyk": [
          6,
          0,
          5,
          32
        ],
        "luminance": 0.4078,
        "contrast": {
          "black": 9.16,
          "white": 2.29
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#738276",
        "name": "Smoke",
        "slug": "smoke",
        "rgb": [
          115,
          130,
          118
        ],
        "hsl": [
          132,
          6,
          48
        ],
        "cmyk": [
          12,
          0,
          9,
          49
        ],
        "luminance": 0.2092,
        "contrast": {
          "black": 5.18,
          "white": 4.05
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/smoke/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/smoke.json"
      },
      {
        "hex": "#48514A",
        "name": "#48514A",
        "slug": null,
        "rgb": [
          72,
          81,
          74
        ],
        "hsl": [
          133,
          6,
          30
        ],
        "cmyk": [
          11,
          0,
          9,
          68
        ],
        "luminance": 0.0776,
        "contrast": {
          "black": 2.55,
          "white": 8.23
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "smoke-harmony-monochromatic"
  }
]
Signature palette
[
  "#738276",
  "#82737F",
  "#778273",
  "#73827D",
  "#A3AEA5",
  "#48514A"
]
Accessibility notes
[
  "Black contrast on Smoke: 5.18:1",
  "White contrast on Smoke: 4.05:1",
  "AA text options: #000000"
]
CSS tokens
":root {\n  --color-smoke: #738276;\n  --smoke-complementary-1: #82737F;\n  --smoke-analogous-1: #778273;\n  --smoke-analogous-2: #73827D;\n  --smoke-triadic-1: #767382;\n  --smoke-triadic-2: #827673;\n  --smoke-tetradic-1: #737782;\n  --smoke-tetradic-2: #82737F;\n  --smoke-tetradic-3: #827D73;\n  --smoke-split-complementary-1: #7D7382;\n  --smoke-split-complementary-2: #827377;\n  --smoke-monochromatic-1: #A3AEA5;\n  --smoke-monochromatic-2: #738276;\n  --smoke-monochromatic-3: #48514A;\n}\n\n.palette-smoke-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #738276, #82737F, #778273, #73827D, #A3AEA5, #48514A);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "smoke",
  "name": "Smoke",
  "hex": "#738276",
  "rgb": [
    115,
    130,
    118
  ],
  "hsl": [
    132,
    6,
    48
  ],
  "cmyk": [
    12,
    0,
    9,
    49
  ],
  "family": "gray",
  "temperature": "neutral",
  "tone": [
    "muted"
  ],
  "luminance": 0.2092,
  "contrast": {
    "black": 5.18,
    "white": 4.05
  },
  "wcag": {
    "AA": [
      "#000000"
    ],
    "AAA": []
  },
  "sourceColor": {
    "slug": "smoke",
    "name": "Smoke",
    "hex": "#738276",
    "url": "https://www.colorsencyclopedia.com/colors/smoke/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/smoke.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": "#82737F",
          "name": "#82737F",
          "slug": null,
          "rgb": [
            130,
            115,
            127
          ],
          "hsl": [
            312,
            6,
            48
          ],
          "cmyk": [
            0,
            12,
            2,
            49
          ],
          "luminance": 0.1854,
          "contrast": {
            "black": 4.71,
            "white": 4.46
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "smoke-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": "#778273",
          "name": "#778273",
          "slug": null,
          "rgb": [
            119,
            130,
            115
          ],
          "hsl": [
            104,
            6,
            48
          ],
          "cmyk": [
            8,
            0,
            12,
            49
          ],
          "luminance": 0.2113,
          "contrast": {
            "black": 5.23,
            "white": 4.02
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#73827D",
          "name": "#73827D",
          "slug": null,
          "rgb": [
            115,
            130,
            125
          ],
          "hsl": [
            160,
            6,
            48
          ],
          "cmyk": [
            12,
            0,
            4,
            49
          ],
          "luminance": 0.2109,
          "contrast": {
            "black": 5.22,
            "white": 4.02
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "smoke-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": "#767382",
          "name": "#767382",
          "slug": null,
          "rgb": [
            118,
            115,
            130
          ],
          "hsl": [
            252,
            6,
            48
          ],
          "cmyk": [
            9,
            12,
            0,
            49
          ],
          "luminance": 0.1772,
          "contrast": {
            "black": 4.54,
            "white": 4.62
          },
          "wcag": {
            "AA": [
              "#000000",
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#827673",
          "name": "#827673",
          "slug": null,
          "rgb": [
            130,
            118,
            115
          ],
          "hsl": [
            12,
            6,
            48
          ],
          "cmyk": [
            0,
            9,
            12,
            49
          ],
          "luminance": 0.1894,
          "contrast": {
            "black": 4.79,
            "white": 4.39
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "smoke-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": "#737782",
          "name": "#737782",
          "slug": null,
          "rgb": [
            115,
            119,
            130
          ],
          "hsl": [
            224,
            6,
            48
          ],
          "cmyk": [
            12,
            8,
            0,
            49
          ],
          "luminance": 0.1845,
          "contrast": {
            "black": 4.69,
            "white": 4.48
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#82737F",
          "name": "#82737F",
          "slug": null,
          "rgb": [
            130,
            115,
            127
          ],
          "hsl": [
            312,
            6,
            48
          ],
          "cmyk": [
            0,
            12,
            2,
            49
          ],
          "luminance": 0.1854,
          "contrast": {
            "black": 4.71,
            "white": 4.46
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#827D73",
          "name": "#827D73",
          "slug": null,
          "rgb": [
            130,
            125,
            115
          ],
          "hsl": [
            40,
            6,
            48
          ],
          "cmyk": [
            0,
            4,
            12,
            49
          ],
          "luminance": 0.2065,
          "contrast": {
            "black": 5.13,
            "white": 4.09
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "smoke-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": "#7D7382",
          "name": "#7D7382",
          "slug": null,
          "rgb": [
            125,
            115,
            130
          ],
          "hsl": [
            280,
            6,
            48
          ],
          "cmyk": [
            4,
            12,
            0,
            49
          ],
          "luminance": 0.1823,
          "contrast": {
            "black": 4.65,
            "white": 4.52
          },
          "wcag": {
            "AA": [
              "#000000",
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#827377",
          "name": "#827377",
          "slug": null,
          "rgb": [
            130,
            115,
            119
          ],
          "hsl": [
            344,
            6,
            48
          ],
          "cmyk": [
            0,
            12,
            8,
            49
          ],
          "luminance": 0.1834,
          "contrast": {
            "black": 4.67,
            "white": 4.5
          },
          "wcag": {
            "AA": [
              "#000000",
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "smoke-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": "#A3AEA5",
          "name": "#A3AEA5",
          "slug": null,
          "rgb": [
            163,
            174,
            165
          ],
          "hsl": [
            131,
            6,
            66
          ],
          "cmyk": [
            6,
            0,
            5,
            32
          ],
          "luminance": 0.4078,
          "contrast": {
            "black": 9.16,
            "white": 2.29
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#738276",
          "name": "Smoke",
          "slug": "smoke",
          "rgb": [
            115,
            130,
            118
          ],
          "hsl": [
            132,
            6,
            48
          ],
          "cmyk": [
            12,
            0,
            9,
            49
          ],
          "luminance": 0.2092,
          "contrast": {
            "black": 5.18,
            "white": 4.05
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/smoke/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/smoke.json"
        },
        {
          "hex": "#48514A",
          "name": "#48514A",
          "slug": null,
          "rgb": [
            72,
            81,
            74
          ],
          "hsl": [
            133,
            6,
            30
          ],
          "cmyk": [
            11,
            0,
            9,
            68
          ],
          "luminance": 0.0776,
          "contrast": {
            "black": 2.55,
            "white": 8.23
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "smoke-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#738276",
    "#82737F",
    "#778273",
    "#73827D",
    "#A3AEA5",
    "#48514A"
  ],
  "semanticGroups": [
    "gray harmony",
    "neutral harmony",
    "muted harmony",
    "smoke palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Smoke: 5.18:1",
    "White contrast on Smoke: 4.05:1",
    "AA text options: #000000"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/smoke.json",
    "https://www.colorsencyclopedia.com/api/colors/smoke.json",
    "https://www.colorsencyclopedia.com/api/hex/738276.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/smoke/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/smoke.json",
  "cssSnippet": ":root {\n  --color-smoke: #738276;\n  --smoke-complementary-1: #82737F;\n  --smoke-analogous-1: #778273;\n  --smoke-analogous-2: #73827D;\n  --smoke-triadic-1: #767382;\n  --smoke-triadic-2: #827673;\n  --smoke-tetradic-1: #737782;\n  --smoke-tetradic-2: #82737F;\n  --smoke-tetradic-3: #827D73;\n  --smoke-split-complementary-1: #7D7382;\n  --smoke-split-complementary-2: #827377;\n  --smoke-monochromatic-1: #A3AEA5;\n  --smoke-monochromatic-2: #738276;\n  --smoke-monochromatic-3: #48514A;\n}\n\n.palette-smoke-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #738276, #82737F, #778273, #73827D, #A3AEA5, #48514A);\n}"
}

CSS Harmony Tokens

Use these tokens when Smoke needs a complete palette system instead of a single color variable.

:root {
  --color-smoke: #738276;
  --smoke-complementary-1: #82737F;
  --smoke-analogous-1: #778273;
  --smoke-analogous-2: #73827D;
  --smoke-triadic-1: #767382;
  --smoke-triadic-2: #827673;
  --smoke-tetradic-1: #737782;
  --smoke-tetradic-2: #82737F;
  --smoke-tetradic-3: #827D73;
  --smoke-split-complementary-1: #7D7382;
  --smoke-split-complementary-2: #827377;
  --smoke-monochromatic-1: #A3AEA5;
  --smoke-monochromatic-2: #738276;
  --smoke-monochromatic-3: #48514A;
}

.palette-smoke-harmony {
  color: #111827;
  background: linear-gradient(135deg, #738276, #82737F, #778273, #73827D, #A3AEA5, #48514A);
}

Smoke 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

The complementary set starts from Smoke #738276 and produces #82737F. Its maximum hue contrast relationship suits accent colors, strong calls to action, and visual opposition. None of these generated values has an exact named-color match in the current dataset.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorSmoke · #738276
Analogous Harmony2 colors · neighboring hue movement

The analogous set starts from Smoke #738276 and produces #778273 and #73827D. Its neighboring hue movement relationship suits calm palettes, gradients, and natural transitions. None of these generated values has an exact named-color match in the current dataset.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorSmoke · #738276
Triadic Harmony2 colors · three evenly spaced hues

The triadic set starts from Smoke #738276 and produces #767382 and #827673. Its three evenly spaced hues relationship suits balanced contrast, playful systems, and broad palette range. None of these generated values has an exact named-color match in the current dataset.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorSmoke · #738276
Tetradic Harmony3 colors · two complementary pairs

The tetradic set starts from Smoke #738276 and produces #737782, #82737F, and #827D73. Its two complementary pairs relationship suits large design systems, dashboards, and multi-state UI. None of these generated values has an exact named-color match in the current dataset.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorSmoke · #738276
Split Complementary Harmony2 colors · softened complementary contrast

The split complementary set starts from Smoke #738276 and produces #7D7382 and #827377. Its softened complementary contrast relationship suits brand palettes, accent pairs, and less aggressive contrast. None of these generated values has an exact named-color match in the current dataset.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorSmoke · #738276
Monochromatic Harmony3 colors · same hue, different values

The monochromatic set starts from Smoke #738276 and produces #A3AEA5, #738276, and #48514A. Its same hue, different values relationship suits surfaces, states, elevation, and restrained UI themes. The generated values match Smoke in the named-color dataset.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorSmoke · #738276