Harmony system

Deep Sky Blue Color Harmonies

Deep Sky Blue color harmonies are generated from #00BFFF with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Deep Sky Blue into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.

Deep Sky Blue sits in the blue family with cool temperature and vibrant 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.

SourceDeep Sky Blue · #00BFFF
Groups6
Palette colors6
FamilyBlue

How the harmony works

Deep Sky Blue Harmony Guide

Deep Sky 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 Deep Sky Blue Harmony Data (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.4448
Black text9.9:1AA Pass
White text2.12: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": "deep-sky-blue",
  "name": "Deep Sky Blue",
  "hex": "#00BFFF",
  "url": "https://www.colorsencyclopedia.com/colors/deep-sky-blue/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/deep-sky-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": "#FF4000",
        "name": "#FF4000",
        "slug": null,
        "rgb": [
          255,
          64,
          0
        ],
        "hsl": [
          15,
          100,
          50
        ],
        "cmyk": [
          0,
          75,
          100,
          0
        ],
        "luminance": 0.2493,
        "contrast": {
          "black": 5.99,
          "white": 3.51
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/ff4000/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff4000.json"
      }
    ],
    "anchor": "deep-sky-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": "#00FFBF",
        "name": "#00FFBF",
        "slug": null,
        "rgb": [
          0,
          255,
          191
        ],
        "hsl": [
          165,
          100,
          50
        ],
        "cmyk": [
          100,
          0,
          25,
          0
        ],
        "luminance": 0.7528,
        "contrast": {
          "black": 16.06,
          "white": 1.31
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/00ffbf/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00ffbf.json"
      },
      {
        "hex": "#0040FF",
        "name": "#0040FF",
        "slug": null,
        "rgb": [
          0,
          64,
          255
        ],
        "hsl": [
          225,
          100,
          50
        ],
        "cmyk": [
          100,
          75,
          0,
          0
        ],
        "luminance": 0.1089,
        "contrast": {
          "black": 3.18,
          "white": 6.61
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/0040ff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/0040ff.json"
      }
    ],
    "anchor": "deep-sky-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": "#FF00BF",
        "name": "#FF00BF",
        "slug": null,
        "rgb": [
          255,
          0,
          191
        ],
        "hsl": [
          315,
          100,
          50
        ],
        "cmyk": [
          0,
          100,
          25,
          0
        ],
        "luminance": 0.2502,
        "contrast": {
          "black": 6,
          "white": 3.5
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/ff00bf/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff00bf.json"
      },
      {
        "hex": "#BFFF00",
        "name": "#BFFF00",
        "slug": null,
        "rgb": [
          191,
          255,
          0
        ],
        "hsl": [
          75,
          100,
          50
        ],
        "cmyk": [
          25,
          0,
          100,
          0
        ],
        "luminance": 0.826,
        "contrast": {
          "black": 17.52,
          "white": 1.2
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/bfff00/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/bfff00.json"
      }
    ],
    "anchor": "deep-sky-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": "#BF00FF",
        "name": "Electric Purple",
        "slug": "electric-purple",
        "rgb": [
          191,
          0,
          255
        ],
        "hsl": [
          285,
          100,
          50
        ],
        "cmyk": [
          25,
          100,
          0,
          0
        ],
        "luminance": 0.183,
        "contrast": {
          "black": 4.66,
          "white": 4.51
        },
        "wcag": {
          "AA": [
            "#000000",
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/electric-purple/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/electric-purple.json"
      },
      {
        "hex": "#FF4000",
        "name": "#FF4000",
        "slug": null,
        "rgb": [
          255,
          64,
          0
        ],
        "hsl": [
          15,
          100,
          50
        ],
        "cmyk": [
          0,
          75,
          100,
          0
        ],
        "luminance": 0.2493,
        "contrast": {
          "black": 5.99,
          "white": 3.51
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/ff4000/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff4000.json"
      },
      {
        "hex": "#40FF00",
        "name": "#40FF00",
        "slug": null,
        "rgb": [
          64,
          255,
          0
        ],
        "hsl": [
          105,
          100,
          50
        ],
        "cmyk": [
          75,
          0,
          100,
          0
        ],
        "luminance": 0.7261,
        "contrast": {
          "black": 15.52,
          "white": 1.35
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/40ff00/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/40ff00.json"
      }
    ],
    "anchor": "deep-sky-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": "#FF0040",
        "name": "#FF0040",
        "slug": null,
        "rgb": [
          255,
          0,
          64
        ],
        "hsl": [
          345,
          100,
          50
        ],
        "cmyk": [
          0,
          100,
          75,
          0
        ],
        "luminance": 0.2163,
        "contrast": {
          "black": 5.33,
          "white": 3.94
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/ff0040/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff0040.json"
      },
      {
        "hex": "#FFBF00",
        "name": "Fluorescent Orange",
        "slug": "fluorescent-orange",
        "rgb": [
          255,
          191,
          0
        ],
        "hsl": [
          45,
          100,
          50
        ],
        "cmyk": [
          0,
          25,
          100,
          0
        ],
        "luminance": 0.5852,
        "contrast": {
          "black": 12.7,
          "white": 1.65
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/fluorescent-orange/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/fluorescent-orange.json"
      }
    ],
    "anchor": "deep-sky-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": "#5CD6FF",
        "name": "#5CD6FF",
        "slug": null,
        "rgb": [
          92,
          214,
          255
        ],
        "hsl": [
          195,
          100,
          68
        ],
        "cmyk": [
          64,
          16,
          0,
          0
        ],
        "luminance": 0.5759,
        "contrast": {
          "black": 12.52,
          "white": 1.68
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/5cd6ff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/5cd6ff.json"
      },
      {
        "hex": "#00BFFF",
        "name": "Deep Sky Blue",
        "slug": "deep-sky-blue",
        "rgb": [
          0,
          191,
          255
        ],
        "hsl": [
          195,
          100,
          50
        ],
        "cmyk": [
          100,
          25,
          0,
          0
        ],
        "luminance": 0.4448,
        "contrast": {
          "black": 9.9,
          "white": 2.12
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/deep-sky-blue/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/deep-sky-blue.json"
      },
      {
        "hex": "#007AA3",
        "name": "#007AA3",
        "slug": null,
        "rgb": [
          0,
          122,
          163
        ],
        "hsl": [
          195,
          100,
          32
        ],
        "cmyk": [
          100,
          25,
          0,
          36
        ],
        "luminance": 0.1656,
        "contrast": {
          "black": 4.31,
          "white": 4.87
        },
        "wcag": {
          "AA": [
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/007aa3/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/007aa3.json"
      }
    ],
    "anchor": "deep-sky-blue-harmony-monochromatic"
  }
]
Signature palette
[
  "#00BFFF",
  "#FF4000",
  "#00FFBF",
  "#0040FF",
  "#5CD6FF",
  "#007AA3"
]
Accessibility notes
[
  "Black contrast on Deep Sky Blue: 9.9:1",
  "White contrast on Deep Sky Blue: 2.12:1",
  "AA text options: #000000, #1A1A1A, #36454F"
]
CSS tokens
":root {\n  --color-deep-sky-blue: #00BFFF;\n  --deep-sky-blue-complementary-1: #FF4000;\n  --deep-sky-blue-analogous-1: #00FFBF;\n  --deep-sky-blue-analogous-2: #0040FF;\n  --deep-sky-blue-triadic-1: #FF00BF;\n  --deep-sky-blue-triadic-2: #BFFF00;\n  --deep-sky-blue-tetradic-1: #BF00FF;\n  --deep-sky-blue-tetradic-2: #FF4000;\n  --deep-sky-blue-tetradic-3: #40FF00;\n  --deep-sky-blue-split-complementary-1: #FF0040;\n  --deep-sky-blue-split-complementary-2: #FFBF00;\n  --deep-sky-blue-monochromatic-1: #5CD6FF;\n  --deep-sky-blue-monochromatic-2: #00BFFF;\n  --deep-sky-blue-monochromatic-3: #007AA3;\n}\n\n.palette-deep-sky-blue-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #00BFFF, #FF4000, #00FFBF, #0040FF, #5CD6FF, #007AA3);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "deep-sky-blue",
  "name": "Deep Sky Blue",
  "hex": "#00BFFF",
  "rgb": [
    0,
    191,
    255
  ],
  "hsl": [
    195,
    100,
    50
  ],
  "cmyk": [
    100,
    25,
    0,
    0
  ],
  "family": "blue",
  "temperature": "cool",
  "tone": [
    "vibrant"
  ],
  "luminance": 0.4448,
  "contrast": {
    "black": 9.9,
    "white": 2.12
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  },
  "sourceColor": {
    "slug": "deep-sky-blue",
    "name": "Deep Sky Blue",
    "hex": "#00BFFF",
    "url": "https://www.colorsencyclopedia.com/colors/deep-sky-blue/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/deep-sky-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": "#FF4000",
          "name": "#FF4000",
          "slug": null,
          "rgb": [
            255,
            64,
            0
          ],
          "hsl": [
            15,
            100,
            50
          ],
          "cmyk": [
            0,
            75,
            100,
            0
          ],
          "luminance": 0.2493,
          "contrast": {
            "black": 5.99,
            "white": 3.51
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/ff4000/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff4000.json"
        }
      ],
      "anchor": "deep-sky-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": "#00FFBF",
          "name": "#00FFBF",
          "slug": null,
          "rgb": [
            0,
            255,
            191
          ],
          "hsl": [
            165,
            100,
            50
          ],
          "cmyk": [
            100,
            0,
            25,
            0
          ],
          "luminance": 0.7528,
          "contrast": {
            "black": 16.06,
            "white": 1.31
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/00ffbf/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00ffbf.json"
        },
        {
          "hex": "#0040FF",
          "name": "#0040FF",
          "slug": null,
          "rgb": [
            0,
            64,
            255
          ],
          "hsl": [
            225,
            100,
            50
          ],
          "cmyk": [
            100,
            75,
            0,
            0
          ],
          "luminance": 0.1089,
          "contrast": {
            "black": 3.18,
            "white": 6.61
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/0040ff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/0040ff.json"
        }
      ],
      "anchor": "deep-sky-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": "#FF00BF",
          "name": "#FF00BF",
          "slug": null,
          "rgb": [
            255,
            0,
            191
          ],
          "hsl": [
            315,
            100,
            50
          ],
          "cmyk": [
            0,
            100,
            25,
            0
          ],
          "luminance": 0.2502,
          "contrast": {
            "black": 6,
            "white": 3.5
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/ff00bf/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff00bf.json"
        },
        {
          "hex": "#BFFF00",
          "name": "#BFFF00",
          "slug": null,
          "rgb": [
            191,
            255,
            0
          ],
          "hsl": [
            75,
            100,
            50
          ],
          "cmyk": [
            25,
            0,
            100,
            0
          ],
          "luminance": 0.826,
          "contrast": {
            "black": 17.52,
            "white": 1.2
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/bfff00/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/bfff00.json"
        }
      ],
      "anchor": "deep-sky-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": "#BF00FF",
          "name": "Electric Purple",
          "slug": "electric-purple",
          "rgb": [
            191,
            0,
            255
          ],
          "hsl": [
            285,
            100,
            50
          ],
          "cmyk": [
            25,
            100,
            0,
            0
          ],
          "luminance": 0.183,
          "contrast": {
            "black": 4.66,
            "white": 4.51
          },
          "wcag": {
            "AA": [
              "#000000",
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/electric-purple/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/electric-purple.json"
        },
        {
          "hex": "#FF4000",
          "name": "#FF4000",
          "slug": null,
          "rgb": [
            255,
            64,
            0
          ],
          "hsl": [
            15,
            100,
            50
          ],
          "cmyk": [
            0,
            75,
            100,
            0
          ],
          "luminance": 0.2493,
          "contrast": {
            "black": 5.99,
            "white": 3.51
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/ff4000/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff4000.json"
        },
        {
          "hex": "#40FF00",
          "name": "#40FF00",
          "slug": null,
          "rgb": [
            64,
            255,
            0
          ],
          "hsl": [
            105,
            100,
            50
          ],
          "cmyk": [
            75,
            0,
            100,
            0
          ],
          "luminance": 0.7261,
          "contrast": {
            "black": 15.52,
            "white": 1.35
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/40ff00/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/40ff00.json"
        }
      ],
      "anchor": "deep-sky-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": "#FF0040",
          "name": "#FF0040",
          "slug": null,
          "rgb": [
            255,
            0,
            64
          ],
          "hsl": [
            345,
            100,
            50
          ],
          "cmyk": [
            0,
            100,
            75,
            0
          ],
          "luminance": 0.2163,
          "contrast": {
            "black": 5.33,
            "white": 3.94
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/ff0040/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff0040.json"
        },
        {
          "hex": "#FFBF00",
          "name": "Fluorescent Orange",
          "slug": "fluorescent-orange",
          "rgb": [
            255,
            191,
            0
          ],
          "hsl": [
            45,
            100,
            50
          ],
          "cmyk": [
            0,
            25,
            100,
            0
          ],
          "luminance": 0.5852,
          "contrast": {
            "black": 12.7,
            "white": 1.65
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/fluorescent-orange/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/fluorescent-orange.json"
        }
      ],
      "anchor": "deep-sky-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": "#5CD6FF",
          "name": "#5CD6FF",
          "slug": null,
          "rgb": [
            92,
            214,
            255
          ],
          "hsl": [
            195,
            100,
            68
          ],
          "cmyk": [
            64,
            16,
            0,
            0
          ],
          "luminance": 0.5759,
          "contrast": {
            "black": 12.52,
            "white": 1.68
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/5cd6ff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/5cd6ff.json"
        },
        {
          "hex": "#00BFFF",
          "name": "Deep Sky Blue",
          "slug": "deep-sky-blue",
          "rgb": [
            0,
            191,
            255
          ],
          "hsl": [
            195,
            100,
            50
          ],
          "cmyk": [
            100,
            25,
            0,
            0
          ],
          "luminance": 0.4448,
          "contrast": {
            "black": 9.9,
            "white": 2.12
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/deep-sky-blue/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/deep-sky-blue.json"
        },
        {
          "hex": "#007AA3",
          "name": "#007AA3",
          "slug": null,
          "rgb": [
            0,
            122,
            163
          ],
          "hsl": [
            195,
            100,
            32
          ],
          "cmyk": [
            100,
            25,
            0,
            36
          ],
          "luminance": 0.1656,
          "contrast": {
            "black": 4.31,
            "white": 4.87
          },
          "wcag": {
            "AA": [
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/007aa3/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/007aa3.json"
        }
      ],
      "anchor": "deep-sky-blue-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#00BFFF",
    "#FF4000",
    "#00FFBF",
    "#0040FF",
    "#5CD6FF",
    "#007AA3"
  ],
  "semanticGroups": [
    "blue harmony",
    "cool harmony",
    "vibrant harmony",
    "deep sky blue palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Deep Sky Blue: 9.9:1",
    "White contrast on Deep Sky Blue: 2.12:1",
    "AA text options: #000000, #1A1A1A, #36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/deep-sky-blue.json",
    "https://www.colorsencyclopedia.com/api/colors/deep-sky-blue.json",
    "https://www.colorsencyclopedia.com/api/hex/00bfff.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/deep-sky-blue/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/deep-sky-blue.json",
  "cssSnippet": ":root {\n  --color-deep-sky-blue: #00BFFF;\n  --deep-sky-blue-complementary-1: #FF4000;\n  --deep-sky-blue-analogous-1: #00FFBF;\n  --deep-sky-blue-analogous-2: #0040FF;\n  --deep-sky-blue-triadic-1: #FF00BF;\n  --deep-sky-blue-triadic-2: #BFFF00;\n  --deep-sky-blue-tetradic-1: #BF00FF;\n  --deep-sky-blue-tetradic-2: #FF4000;\n  --deep-sky-blue-tetradic-3: #40FF00;\n  --deep-sky-blue-split-complementary-1: #FF0040;\n  --deep-sky-blue-split-complementary-2: #FFBF00;\n  --deep-sky-blue-monochromatic-1: #5CD6FF;\n  --deep-sky-blue-monochromatic-2: #00BFFF;\n  --deep-sky-blue-monochromatic-3: #007AA3;\n}\n\n.palette-deep-sky-blue-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #00BFFF, #FF4000, #00FFBF, #0040FF, #5CD6FF, #007AA3);\n}"
}

CSS Harmony Tokens

Use these tokens when Deep Sky Blue needs a complete palette system instead of a single color variable.

:root {
  --color-deep-sky-blue: #00BFFF;
  --deep-sky-blue-complementary-1: #FF4000;
  --deep-sky-blue-analogous-1: #00FFBF;
  --deep-sky-blue-analogous-2: #0040FF;
  --deep-sky-blue-triadic-1: #FF00BF;
  --deep-sky-blue-triadic-2: #BFFF00;
  --deep-sky-blue-tetradic-1: #BF00FF;
  --deep-sky-blue-tetradic-2: #FF4000;
  --deep-sky-blue-tetradic-3: #40FF00;
  --deep-sky-blue-split-complementary-1: #FF0040;
  --deep-sky-blue-split-complementary-2: #FFBF00;
  --deep-sky-blue-monochromatic-1: #5CD6FF;
  --deep-sky-blue-monochromatic-2: #00BFFF;
  --deep-sky-blue-monochromatic-3: #007AA3;
}

.palette-deep-sky-blue-harmony {
  color: #111827;
  background: linear-gradient(135deg, #00BFFF, #FF4000, #00FFBF, #0040FF, #5CD6FF, #007AA3);
}

Deep Sky 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.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorDeep Sky Blue · #00BFFF
#FF4000#FF4000
Analogous 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.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorDeep Sky Blue · #00BFFF
#00FFBF#00FFBF
#0040FF#0040FF
Triadic 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.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorDeep Sky Blue · #00BFFF
#FF00BF#FF00BF
#BFFF00#BFFF00
Tetradic 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.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorDeep Sky Blue · #00BFFF
Electric Purple#BF00FF
#FF4000#FF4000
#40FF00#40FF00
Split 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.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorDeep Sky Blue · #00BFFF
#FF0040#FF0040
Fluorescent Orange#FFBF00
Monochromatic 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.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorDeep Sky Blue · #00BFFF
#5CD6FF#5CD6FF
Deep Sky Blue#00BFFF
#007AA3#007AA3