graf1x

DarkCyan and Teal

Analogous color combination with 1.09:1 contrast ratio

#008B8B
#029386

Color Values

DarkCyan
HEX #008B8B
RGB 0, 139, 139
HSL 180, 100%, 27%
Teal
HEX #029386
RGB 2, 147, 134
HSL 175, 97%, 29%

Harmony: Analogous

These colors sit beside each other on the wheel, so the pairing feels calm and cohesive. Analogous schemes are easy on the eye and work well for gradients, backgrounds, and designs that want to feel settled rather than energetic.

The hue angle between DarkCyan and Teal is 5 degrees. You can explore these relationships interactively in our Color Wheel Tool.

WCAG Contrast

1.09:1
DarkCyan background with Teal text
Below AA — decorative use only

UI Preview

DarkCyan surface

Sample text on a darkcyan background demonstrates readability and visual hierarchy.

Teal surface

Sample text on a teal background demonstrates readability and visual hierarchy.

Design Tokens

CSS Variables

:root {
  --color-a: #008B8B;
  --color-b: #029386;
  --color-a-rgb: 0, 139, 139;
  --color-b-rgb: 2, 147, 134;
}

JSON

{
  "name": "DarkCyan and Teal",
  "colors": [
    {
      "name": "DarkCyan",
      "hex": "#008B8B",
      "rgb": [
        0,
        139,
        139
      ]
    },
    {
      "name": "Teal",
      "hex": "#029386",
      "rgb": [
        2,
        147,
        134
      ]
    }
  ],
  "harmony": "Analogous",
  "contrastRatio": 1.09
}

Explore These Colors

Frequently Asked Questions

Do darkcyan and teal go together?

Yes. DarkCyan and Teal form a analogous color combination. These colors sit beside each other on the wheel, so the pairing feels calm and cohesive. Analogous schemes are easy on the eye and work well for gradients, backgrounds, and designs that want to feel settled rather than energetic. The pairing has a WCAG contrast ratio of 1.09:1, which is below the AA threshold for text — use it for decorative purposes rather than text readability.

What is the contrast ratio between darkcyan and teal?

The WCAG 2.1 contrast ratio between DarkCyan (#008B8B) and Teal (#029386) is 1.09:1. This ratio is below AA. Use the pairing for backgrounds, borders, and decorative elements rather than text-on-background combinations.

How do I use darkcyan and teal in design?

A safe starting point is the 60/30/10 rule: give one color about 60 percent of the surface area, the other about 30 percent, and reserve the remaining 10 percent for an accent or neutral. Because analogous colors blend naturally, you can use them in more equal proportions without visual conflict. Test the result with our Contrast Checker if text is involved.

What are the hex and RGB values for darkcyan and teal?

DarkCyan has the hex code #008B8B and RGB values rgb(0, 139, 139). Teal has the hex code #029386 and RGB values rgb(2, 147, 134). You can copy these directly into CSS or use the design tokens provided on this page.