Harmony system
Peat Color Harmonies
Peat color harmonies are generated from #3B2F2F with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Peat into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.
Peat sits in the red family with warm temperature and dark 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
Peat Harmony Guide
Peat 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 Peat Harmony Data (JSON)
Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Peat.
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": "peat",
"name": "Peat",
"hex": "#3B2F2F",
"url": "https://www.colorsencyclopedia.com/colors/peat/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/peat.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": "#303B3B",
"name": "#303B3B",
"slug": null,
"rgb": [
48,
59,
59
],
"hsl": [
180,
10,
21
],
"cmyk": [
19,
0,
0,
77
],
"luminance": 0.0407,
"contrast": {
"black": 1.81,
"white": 11.58
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/303b3b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/303b3b.json"
}
],
"anchor": "peat-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": "#3B3036",
"name": "#3B3036",
"slug": null,
"rgb": [
59,
48,
54
],
"hsl": [
327,
10,
21
],
"cmyk": [
0,
19,
8,
77
],
"luminance": 0.0331,
"contrast": {
"black": 1.66,
"white": 12.64
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/3b3036/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/3b3036.json"
},
{
"hex": "#3B3630",
"name": "#3B3630",
"slug": null,
"rgb": [
59,
54,
48
],
"hsl": [
33,
10,
21
],
"cmyk": [
0,
8,
19,
77
],
"luminance": 0.0378,
"contrast": {
"black": 1.76,
"white": 11.96
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/3b3630/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/3b3630.json"
}
],
"anchor": "peat-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": "#303B30",
"name": "#303B30",
"slug": null,
"rgb": [
48,
59,
48
],
"hsl": [
120,
10,
21
],
"cmyk": [
19,
0,
19,
77
],
"luminance": 0.0397,
"contrast": {
"black": 1.79,
"white": 11.71
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/303b30/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/303b30.json"
},
{
"hex": "#30303B",
"name": "#30303B",
"slug": null,
"rgb": [
48,
48,
59
],
"hsl": [
240,
10,
21
],
"cmyk": [
19,
19,
0,
77
],
"luminance": 0.0306,
"contrast": {
"black": 1.61,
"white": 13.03
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/30303b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/30303b.json"
}
],
"anchor": "peat-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": "#363B30",
"name": "#363B30",
"slug": null,
"rgb": [
54,
59,
48
],
"hsl": [
87,
10,
21
],
"cmyk": [
8,
0,
19,
77
],
"luminance": 0.0413,
"contrast": {
"black": 1.83,
"white": 11.5
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/363b30/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/363b30.json"
},
{
"hex": "#303B3B",
"name": "#303B3B",
"slug": null,
"rgb": [
48,
59,
59
],
"hsl": [
180,
10,
21
],
"cmyk": [
19,
0,
0,
77
],
"luminance": 0.0407,
"contrast": {
"black": 1.81,
"white": 11.58
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/303b3b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/303b3b.json"
},
{
"hex": "#36303B",
"name": "#36303B",
"slug": null,
"rgb": [
54,
48,
59
],
"hsl": [
273,
10,
21
],
"cmyk": [
8,
19,
0,
77
],
"luminance": 0.0321,
"contrast": {
"black": 1.64,
"white": 12.79
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/36303b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/36303b.json"
}
],
"anchor": "peat-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": "#303B36",
"name": "#303B36",
"slug": null,
"rgb": [
48,
59,
54
],
"hsl": [
153,
10,
21
],
"cmyk": [
19,
0,
8,
77
],
"luminance": 0.0402,
"contrast": {
"black": 1.8,
"white": 11.64
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/303b36/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/303b36.json"
},
{
"hex": "#30363B",
"name": "#30363B",
"slug": null,
"rgb": [
48,
54,
59
],
"hsl": [
207,
10,
21
],
"cmyk": [
19,
8,
0,
77
],
"luminance": 0.0358,
"contrast": {
"black": 1.72,
"white": 12.24
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/30363b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/30363b.json"
}
],
"anchor": "peat-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": "#6E5959",
"name": "#6E5959",
"slug": null,
"rgb": [
110,
89,
89
],
"hsl": [
0,
11,
39
],
"cmyk": [
0,
19,
19,
57
],
"luminance": 0.1118,
"contrast": {
"black": 3.24,
"white": 6.49
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/6e5959/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/6e5959.json"
},
{
"hex": "#3B2F2F",
"name": "Peat",
"slug": "peat",
"rgb": [
59,
47,
47
],
"hsl": [
0,
11,
21
],
"cmyk": [
0,
20,
20,
77
],
"luminance": 0.0317,
"contrast": {
"black": 1.63,
"white": 12.85
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/colors/peat/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/peat.json"
},
{
"hex": "#080707",
"name": "#080707",
"slug": null,
"rgb": [
8,
7,
7
],
"hsl": [
0,
7,
3
],
"cmyk": [
0,
12,
12,
97
],
"luminance": 0.0022,
"contrast": {
"black": 1.04,
"white": 20.11
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/080707/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/080707.json"
}
],
"anchor": "peat-harmony-monochromatic"
}
]Signature palette
[
"#3B2F2F",
"#303B3B",
"#3B3036",
"#3B3630",
"#6E5959",
"#080707"
]Accessibility notes
[
"Black contrast on Peat: 1.63:1",
"White contrast on Peat: 12.85:1",
"AA text options: #FFFFFF, #F5F5F5"
]CSS tokens
":root {\n --color-peat: #3B2F2F;\n --peat-complementary-1: #303B3B;\n --peat-analogous-1: #3B3036;\n --peat-analogous-2: #3B3630;\n --peat-triadic-1: #303B30;\n --peat-triadic-2: #30303B;\n --peat-tetradic-1: #363B30;\n --peat-tetradic-2: #303B3B;\n --peat-tetradic-3: #36303B;\n --peat-split-complementary-1: #303B36;\n --peat-split-complementary-2: #30363B;\n --peat-monochromatic-1: #6E5959;\n --peat-monochromatic-2: #3B2F2F;\n --peat-monochromatic-3: #080707;\n}\n\n.palette-peat-harmony {\n color: #FFFFFF;\n background: linear-gradient(135deg, #3B2F2F, #303B3B, #3B3036, #3B3630, #6E5959, #080707);\n}"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "peat",
"name": "Peat",
"hex": "#3B2F2F",
"rgb": [
59,
47,
47
],
"hsl": [
0,
11,
21
],
"cmyk": [
0,
20,
20,
77
],
"family": "red",
"temperature": "warm",
"tone": [
"dark"
],
"luminance": 0.0317,
"contrast": {
"black": 1.63,
"white": 12.85
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"sourceColor": {
"slug": "peat",
"name": "Peat",
"hex": "#3B2F2F",
"url": "https://www.colorsencyclopedia.com/colors/peat/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/peat.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": "#303B3B",
"name": "#303B3B",
"slug": null,
"rgb": [
48,
59,
59
],
"hsl": [
180,
10,
21
],
"cmyk": [
19,
0,
0,
77
],
"luminance": 0.0407,
"contrast": {
"black": 1.81,
"white": 11.58
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/303b3b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/303b3b.json"
}
],
"anchor": "peat-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": "#3B3036",
"name": "#3B3036",
"slug": null,
"rgb": [
59,
48,
54
],
"hsl": [
327,
10,
21
],
"cmyk": [
0,
19,
8,
77
],
"luminance": 0.0331,
"contrast": {
"black": 1.66,
"white": 12.64
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/3b3036/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/3b3036.json"
},
{
"hex": "#3B3630",
"name": "#3B3630",
"slug": null,
"rgb": [
59,
54,
48
],
"hsl": [
33,
10,
21
],
"cmyk": [
0,
8,
19,
77
],
"luminance": 0.0378,
"contrast": {
"black": 1.76,
"white": 11.96
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/3b3630/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/3b3630.json"
}
],
"anchor": "peat-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": "#303B30",
"name": "#303B30",
"slug": null,
"rgb": [
48,
59,
48
],
"hsl": [
120,
10,
21
],
"cmyk": [
19,
0,
19,
77
],
"luminance": 0.0397,
"contrast": {
"black": 1.79,
"white": 11.71
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/303b30/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/303b30.json"
},
{
"hex": "#30303B",
"name": "#30303B",
"slug": null,
"rgb": [
48,
48,
59
],
"hsl": [
240,
10,
21
],
"cmyk": [
19,
19,
0,
77
],
"luminance": 0.0306,
"contrast": {
"black": 1.61,
"white": 13.03
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/30303b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/30303b.json"
}
],
"anchor": "peat-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": "#363B30",
"name": "#363B30",
"slug": null,
"rgb": [
54,
59,
48
],
"hsl": [
87,
10,
21
],
"cmyk": [
8,
0,
19,
77
],
"luminance": 0.0413,
"contrast": {
"black": 1.83,
"white": 11.5
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/363b30/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/363b30.json"
},
{
"hex": "#303B3B",
"name": "#303B3B",
"slug": null,
"rgb": [
48,
59,
59
],
"hsl": [
180,
10,
21
],
"cmyk": [
19,
0,
0,
77
],
"luminance": 0.0407,
"contrast": {
"black": 1.81,
"white": 11.58
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/303b3b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/303b3b.json"
},
{
"hex": "#36303B",
"name": "#36303B",
"slug": null,
"rgb": [
54,
48,
59
],
"hsl": [
273,
10,
21
],
"cmyk": [
8,
19,
0,
77
],
"luminance": 0.0321,
"contrast": {
"black": 1.64,
"white": 12.79
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/36303b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/36303b.json"
}
],
"anchor": "peat-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": "#303B36",
"name": "#303B36",
"slug": null,
"rgb": [
48,
59,
54
],
"hsl": [
153,
10,
21
],
"cmyk": [
19,
0,
8,
77
],
"luminance": 0.0402,
"contrast": {
"black": 1.8,
"white": 11.64
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/303b36/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/303b36.json"
},
{
"hex": "#30363B",
"name": "#30363B",
"slug": null,
"rgb": [
48,
54,
59
],
"hsl": [
207,
10,
21
],
"cmyk": [
19,
8,
0,
77
],
"luminance": 0.0358,
"contrast": {
"black": 1.72,
"white": 12.24
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/30363b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/30363b.json"
}
],
"anchor": "peat-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": "#6E5959",
"name": "#6E5959",
"slug": null,
"rgb": [
110,
89,
89
],
"hsl": [
0,
11,
39
],
"cmyk": [
0,
19,
19,
57
],
"luminance": 0.1118,
"contrast": {
"black": 3.24,
"white": 6.49
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/6e5959/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/6e5959.json"
},
{
"hex": "#3B2F2F",
"name": "Peat",
"slug": "peat",
"rgb": [
59,
47,
47
],
"hsl": [
0,
11,
21
],
"cmyk": [
0,
20,
20,
77
],
"luminance": 0.0317,
"contrast": {
"black": 1.63,
"white": 12.85
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/colors/peat/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/peat.json"
},
{
"hex": "#080707",
"name": "#080707",
"slug": null,
"rgb": [
8,
7,
7
],
"hsl": [
0,
7,
3
],
"cmyk": [
0,
12,
12,
97
],
"luminance": 0.0022,
"contrast": {
"black": 1.04,
"white": 20.11
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/080707/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/080707.json"
}
],
"anchor": "peat-harmony-monochromatic"
}
],
"signaturePalette": [
"#3B2F2F",
"#303B3B",
"#3B3036",
"#3B3630",
"#6E5959",
"#080707"
],
"semanticGroups": [
"red harmony",
"warm harmony",
"dark harmony",
"peat palette system"
],
"useCases": [
"palette generation",
"brand color exploration",
"UI accent planning",
"CSS design tokens",
"AI color retrieval"
],
"accessibilityNotes": [
"Black contrast on Peat: 1.63:1",
"White contrast on Peat: 12.85:1",
"AA text options: #FFFFFF, #F5F5F5"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/harmonies/peat.json",
"https://www.colorsencyclopedia.com/api/colors/peat.json",
"https://www.colorsencyclopedia.com/api/hex/3b2f2f.json"
],
"url": "https://www.colorsencyclopedia.com/harmonies/peat/",
"apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/peat.json",
"cssSnippet": ":root {\n --color-peat: #3B2F2F;\n --peat-complementary-1: #303B3B;\n --peat-analogous-1: #3B3036;\n --peat-analogous-2: #3B3630;\n --peat-triadic-1: #303B30;\n --peat-triadic-2: #30303B;\n --peat-tetradic-1: #363B30;\n --peat-tetradic-2: #303B3B;\n --peat-tetradic-3: #36303B;\n --peat-split-complementary-1: #303B36;\n --peat-split-complementary-2: #30363B;\n --peat-monochromatic-1: #6E5959;\n --peat-monochromatic-2: #3B2F2F;\n --peat-monochromatic-3: #080707;\n}\n\n.palette-peat-harmony {\n color: #FFFFFF;\n background: linear-gradient(135deg, #3B2F2F, #303B3B, #3B3036, #3B3630, #6E5959, #080707);\n}"
}
CSS Harmony Tokens
Use these tokens when Peat needs a complete palette system instead of a single color variable.
:root {
--color-peat: #3B2F2F;
--peat-complementary-1: #303B3B;
--peat-analogous-1: #3B3036;
--peat-analogous-2: #3B3630;
--peat-triadic-1: #303B30;
--peat-triadic-2: #30303B;
--peat-tetradic-1: #363B30;
--peat-tetradic-2: #303B3B;
--peat-tetradic-3: #36303B;
--peat-split-complementary-1: #303B36;
--peat-split-complementary-2: #30363B;
--peat-monochromatic-1: #6E5959;
--peat-monochromatic-2: #3B2F2F;
--peat-monochromatic-3: #080707;
}
.palette-peat-harmony {
color: #FFFFFF;
background: linear-gradient(135deg, #3B2F2F, #303B3B, #3B3036, #3B3630, #6E5959, #080707);
}
Peat 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.
#303B3BAnalogous 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.
#3B3036#3B3630Triadic 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.
#303B30#30303BTetradic 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.
#363B30#303B3B#36303BSplit 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.
#303B36#30363BMonochromatic 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.
#6E5959#3B2F2F#080707