Harmony system
Sea Blue Color Harmonies
Sea Blue color harmonies are generated from #006994 with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Sea Blue into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.
Sea Blue sits in the blue family with cool temperature and jewel 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
Sea Blue Harmony Guide
Sea Blue 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 Sea Blue Harmony Data (JSON)
Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Sea Blue.
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": "sea-blue",
"name": "Sea Blue",
"hex": "#006994",
"url": "https://www.colorsencyclopedia.com/colors/sea-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/sea-blue.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": "#942A00",
"name": "#942A00",
"slug": null,
"rgb": [
148,
42,
0
],
"hsl": [
17,
100,
29
],
"cmyk": [
0,
72,
100,
42
],
"luminance": 0.0795,
"contrast": {
"black": 2.59,
"white": 8.11
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/942a00/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/942a00.json"
}
],
"anchor": "sea-blue-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": "#009474",
"name": "#009474",
"slug": null,
"rgb": [
0,
148,
116
],
"hsl": [
167,
100,
29
],
"cmyk": [
100,
0,
22,
42
],
"luminance": 0.2244,
"contrast": {
"black": 5.49,
"white": 3.83
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/009474/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/009474.json"
},
{
"hex": "#002094",
"name": "#002094",
"slug": null,
"rgb": [
0,
32,
148
],
"hsl": [
227,
100,
29
],
"cmyk": [
100,
78,
0,
42
],
"luminance": 0.0317,
"contrast": {
"black": 1.63,
"white": 12.85
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/002094/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/002094.json"
}
],
"anchor": "sea-blue-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": "#94006A",
"name": "#94006A",
"slug": null,
"rgb": [
148,
0,
106
],
"hsl": [
317,
100,
29
],
"cmyk": [
0,
100,
28,
42
],
"luminance": 0.0734,
"contrast": {
"black": 2.47,
"white": 8.51
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/94006a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/94006a.json"
},
{
"hex": "#6A9400",
"name": "#6A9400",
"slug": null,
"rgb": [
106,
148,
0
],
"hsl": [
77,
100,
29
],
"cmyk": [
28,
0,
100,
42
],
"luminance": 0.2424,
"contrast": {
"black": 5.85,
"white": 3.59
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/6a9400/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/6a9400.json"
}
],
"anchor": "sea-blue-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": "#740094",
"name": "#740094",
"slug": null,
"rgb": [
116,
0,
148
],
"hsl": [
287,
100,
29
],
"cmyk": [
22,
100,
0,
42
],
"luminance": 0.0585,
"contrast": {
"black": 2.17,
"white": 9.68
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/740094/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/740094.json"
},
{
"hex": "#942A00",
"name": "#942A00",
"slug": null,
"rgb": [
148,
42,
0
],
"hsl": [
17,
100,
29
],
"cmyk": [
0,
72,
100,
42
],
"luminance": 0.0795,
"contrast": {
"black": 2.59,
"white": 8.11
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/942a00/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/942a00.json"
},
{
"hex": "#209400",
"name": "#209400",
"slug": null,
"rgb": [
32,
148,
0
],
"hsl": [
107,
100,
29
],
"cmyk": [
78,
0,
100,
42
],
"luminance": 0.2149,
"contrast": {
"black": 5.3,
"white": 3.96
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/209400/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/209400.json"
}
],
"anchor": "sea-blue-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": "#940020",
"name": "#940020",
"slug": null,
"rgb": [
148,
0,
32
],
"hsl": [
347,
100,
29
],
"cmyk": [
0,
100,
78,
42
],
"luminance": 0.064,
"contrast": {
"black": 2.28,
"white": 9.21
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/940020/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/940020.json"
},
{
"hex": "#947400",
"name": "#947400",
"slug": null,
"rgb": [
148,
116,
0
],
"hsl": [
47,
100,
29
],
"cmyk": [
0,
22,
100,
42
],
"luminance": 0.1879,
"contrast": {
"black": 4.76,
"white": 4.41
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/947400/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/947400.json"
}
],
"anchor": "sea-blue-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": "#00ACF0",
"name": "#00ACF0",
"slug": null,
"rgb": [
0,
172,
240
],
"hsl": [
197,
100,
47
],
"cmyk": [
100,
28,
0,
6
],
"luminance": 0.358,
"contrast": {
"black": 8.16,
"white": 2.57
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"url": "https://www.colorsencyclopedia.com/hex/00acf0/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/00acf0.json"
},
{
"hex": "#006994",
"name": "Sea Blue",
"slug": "sea-blue",
"rgb": [
0,
105,
148
],
"hsl": [
197,
100,
29
],
"cmyk": [
100,
29,
0,
42
],
"luminance": 0.1224,
"contrast": {
"black": 3.45,
"white": 6.09
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/sea-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/sea-blue.json"
},
{
"hex": "#002838",
"name": "#002838",
"slug": null,
"rgb": [
0,
40,
56
],
"hsl": [
197,
100,
11
],
"cmyk": [
100,
29,
0,
78
],
"luminance": 0.018,
"contrast": {
"black": 1.36,
"white": 15.44
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/002838/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/002838.json"
}
],
"anchor": "sea-blue-harmony-monochromatic"
}
]Signature palette
[
"#006994",
"#942A00",
"#009474",
"#002094",
"#00ACF0",
"#002838"
]Accessibility notes
[
"Black contrast on Sea Blue: 3.45:1",
"White contrast on Sea Blue: 6.09:1",
"AA text options: #FFFFFF, #F5F5F5"
]CSS tokens
":root {\n --color-sea-blue: #006994;\n --sea-blue-complementary-1: #942A00;\n --sea-blue-analogous-1: #009474;\n --sea-blue-analogous-2: #002094;\n --sea-blue-triadic-1: #94006A;\n --sea-blue-triadic-2: #6A9400;\n --sea-blue-tetradic-1: #740094;\n --sea-blue-tetradic-2: #942A00;\n --sea-blue-tetradic-3: #209400;\n --sea-blue-split-complementary-1: #940020;\n --sea-blue-split-complementary-2: #947400;\n --sea-blue-monochromatic-1: #00ACF0;\n --sea-blue-monochromatic-2: #006994;\n --sea-blue-monochromatic-3: #002838;\n}\n\n.palette-sea-blue-harmony {\n color: #FFFFFF;\n background: linear-gradient(135deg, #006994, #942A00, #009474, #002094, #00ACF0, #002838);\n}"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "sea-blue",
"name": "Sea Blue",
"hex": "#006994",
"rgb": [
0,
105,
148
],
"hsl": [
197,
100,
29
],
"cmyk": [
100,
29,
0,
42
],
"family": "blue",
"temperature": "cool",
"tone": [
"jewel-tone"
],
"luminance": 0.1224,
"contrast": {
"black": 3.45,
"white": 6.09
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"sourceColor": {
"slug": "sea-blue",
"name": "Sea Blue",
"hex": "#006994",
"url": "https://www.colorsencyclopedia.com/colors/sea-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/sea-blue.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": "#942A00",
"name": "#942A00",
"slug": null,
"rgb": [
148,
42,
0
],
"hsl": [
17,
100,
29
],
"cmyk": [
0,
72,
100,
42
],
"luminance": 0.0795,
"contrast": {
"black": 2.59,
"white": 8.11
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/942a00/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/942a00.json"
}
],
"anchor": "sea-blue-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": "#009474",
"name": "#009474",
"slug": null,
"rgb": [
0,
148,
116
],
"hsl": [
167,
100,
29
],
"cmyk": [
100,
0,
22,
42
],
"luminance": 0.2244,
"contrast": {
"black": 5.49,
"white": 3.83
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/009474/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/009474.json"
},
{
"hex": "#002094",
"name": "#002094",
"slug": null,
"rgb": [
0,
32,
148
],
"hsl": [
227,
100,
29
],
"cmyk": [
100,
78,
0,
42
],
"luminance": 0.0317,
"contrast": {
"black": 1.63,
"white": 12.85
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/002094/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/002094.json"
}
],
"anchor": "sea-blue-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": "#94006A",
"name": "#94006A",
"slug": null,
"rgb": [
148,
0,
106
],
"hsl": [
317,
100,
29
],
"cmyk": [
0,
100,
28,
42
],
"luminance": 0.0734,
"contrast": {
"black": 2.47,
"white": 8.51
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/94006a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/94006a.json"
},
{
"hex": "#6A9400",
"name": "#6A9400",
"slug": null,
"rgb": [
106,
148,
0
],
"hsl": [
77,
100,
29
],
"cmyk": [
28,
0,
100,
42
],
"luminance": 0.2424,
"contrast": {
"black": 5.85,
"white": 3.59
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/6a9400/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/6a9400.json"
}
],
"anchor": "sea-blue-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": "#740094",
"name": "#740094",
"slug": null,
"rgb": [
116,
0,
148
],
"hsl": [
287,
100,
29
],
"cmyk": [
22,
100,
0,
42
],
"luminance": 0.0585,
"contrast": {
"black": 2.17,
"white": 9.68
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/740094/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/740094.json"
},
{
"hex": "#942A00",
"name": "#942A00",
"slug": null,
"rgb": [
148,
42,
0
],
"hsl": [
17,
100,
29
],
"cmyk": [
0,
72,
100,
42
],
"luminance": 0.0795,
"contrast": {
"black": 2.59,
"white": 8.11
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/942a00/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/942a00.json"
},
{
"hex": "#209400",
"name": "#209400",
"slug": null,
"rgb": [
32,
148,
0
],
"hsl": [
107,
100,
29
],
"cmyk": [
78,
0,
100,
42
],
"luminance": 0.2149,
"contrast": {
"black": 5.3,
"white": 3.96
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/209400/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/209400.json"
}
],
"anchor": "sea-blue-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": "#940020",
"name": "#940020",
"slug": null,
"rgb": [
148,
0,
32
],
"hsl": [
347,
100,
29
],
"cmyk": [
0,
100,
78,
42
],
"luminance": 0.064,
"contrast": {
"black": 2.28,
"white": 9.21
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/940020/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/940020.json"
},
{
"hex": "#947400",
"name": "#947400",
"slug": null,
"rgb": [
148,
116,
0
],
"hsl": [
47,
100,
29
],
"cmyk": [
0,
22,
100,
42
],
"luminance": 0.1879,
"contrast": {
"black": 4.76,
"white": 4.41
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/947400/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/947400.json"
}
],
"anchor": "sea-blue-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": "#00ACF0",
"name": "#00ACF0",
"slug": null,
"rgb": [
0,
172,
240
],
"hsl": [
197,
100,
47
],
"cmyk": [
100,
28,
0,
6
],
"luminance": 0.358,
"contrast": {
"black": 8.16,
"white": 2.57
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"url": "https://www.colorsencyclopedia.com/hex/00acf0/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/00acf0.json"
},
{
"hex": "#006994",
"name": "Sea Blue",
"slug": "sea-blue",
"rgb": [
0,
105,
148
],
"hsl": [
197,
100,
29
],
"cmyk": [
100,
29,
0,
42
],
"luminance": 0.1224,
"contrast": {
"black": 3.45,
"white": 6.09
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/sea-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/sea-blue.json"
},
{
"hex": "#002838",
"name": "#002838",
"slug": null,
"rgb": [
0,
40,
56
],
"hsl": [
197,
100,
11
],
"cmyk": [
100,
29,
0,
78
],
"luminance": 0.018,
"contrast": {
"black": 1.36,
"white": 15.44
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/002838/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/002838.json"
}
],
"anchor": "sea-blue-harmony-monochromatic"
}
],
"signaturePalette": [
"#006994",
"#942A00",
"#009474",
"#002094",
"#00ACF0",
"#002838"
],
"semanticGroups": [
"blue harmony",
"cool harmony",
"jewel tone harmony",
"sea blue palette system"
],
"useCases": [
"palette generation",
"brand color exploration",
"UI accent planning",
"CSS design tokens",
"AI color retrieval"
],
"accessibilityNotes": [
"Black contrast on Sea Blue: 3.45:1",
"White contrast on Sea Blue: 6.09:1",
"AA text options: #FFFFFF, #F5F5F5"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/harmonies/sea-blue.json",
"https://www.colorsencyclopedia.com/api/colors/sea-blue.json",
"https://www.colorsencyclopedia.com/api/hex/006994.json"
],
"url": "https://www.colorsencyclopedia.com/harmonies/sea-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/sea-blue.json",
"cssSnippet": ":root {\n --color-sea-blue: #006994;\n --sea-blue-complementary-1: #942A00;\n --sea-blue-analogous-1: #009474;\n --sea-blue-analogous-2: #002094;\n --sea-blue-triadic-1: #94006A;\n --sea-blue-triadic-2: #6A9400;\n --sea-blue-tetradic-1: #740094;\n --sea-blue-tetradic-2: #942A00;\n --sea-blue-tetradic-3: #209400;\n --sea-blue-split-complementary-1: #940020;\n --sea-blue-split-complementary-2: #947400;\n --sea-blue-monochromatic-1: #00ACF0;\n --sea-blue-monochromatic-2: #006994;\n --sea-blue-monochromatic-3: #002838;\n}\n\n.palette-sea-blue-harmony {\n color: #FFFFFF;\n background: linear-gradient(135deg, #006994, #942A00, #009474, #002094, #00ACF0, #002838);\n}"
}
CSS Harmony Tokens
Use these tokens when Sea Blue needs a complete palette system instead of a single color variable.
:root {
--color-sea-blue: #006994;
--sea-blue-complementary-1: #942A00;
--sea-blue-analogous-1: #009474;
--sea-blue-analogous-2: #002094;
--sea-blue-triadic-1: #94006A;
--sea-blue-triadic-2: #6A9400;
--sea-blue-tetradic-1: #740094;
--sea-blue-tetradic-2: #942A00;
--sea-blue-tetradic-3: #209400;
--sea-blue-split-complementary-1: #940020;
--sea-blue-split-complementary-2: #947400;
--sea-blue-monochromatic-1: #00ACF0;
--sea-blue-monochromatic-2: #006994;
--sea-blue-monochromatic-3: #002838;
}
.palette-sea-blue-harmony {
color: #FFFFFF;
background: linear-gradient(135deg, #006994, #942A00, #009474, #002094, #00ACF0, #002838);
}
Sea Blue 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.
#942A00Analogous 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.
#009474#002094Triadic 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.
#94006A#6A9400Tetradic 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.
#740094#942A00#209400Split 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.
#940020#947400Monochromatic 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.
#00ACF0#006994#002838