DarkCyan and GoldenRod
Split-Complementary color combination with 1.85:1 contrast ratio
Color Values
#008B8B0, 139, 139180, 100%, 27%#DAA520218, 165, 3243, 74%, 49%Harmony: Split-Complementary
This is a split-complementary pairing: one color paired with the two neighbors of its complement. It offers most of the contrast of a complementary scheme with less tension, making it easier to balance.
The hue angle between DarkCyan and GoldenRod is 137 degrees. You can explore these relationships interactively in our Color Wheel Tool.
WCAG Contrast
UI Preview
DarkCyan surface
Sample text on a darkcyan background demonstrates readability and visual hierarchy.
GoldenRod surface
Sample text on a goldenrod background demonstrates readability and visual hierarchy.
Design Tokens
CSS Variables
:root {
--color-a: #008B8B;
--color-b: #DAA520;
--color-a-rgb: 0, 139, 139;
--color-b-rgb: 218, 165, 32;
}JSON
{
"name": "DarkCyan and GoldenRod",
"colors": [
{
"name": "DarkCyan",
"hex": "#008B8B",
"rgb": [
0,
139,
139
]
},
{
"name": "GoldenRod",
"hex": "#DAA520",
"rgb": [
218,
165,
32
]
}
],
"harmony": "Split-Complementary",
"contrastRatio": 1.85
}Related Combinations
Frequently Asked Questions
Do darkcyan and goldenrod go together?
Yes. DarkCyan and GoldenRod form a split-complementary color combination. This is a split-complementary pairing: one color paired with the two neighbors of its complement. It offers most of the contrast of a complementary scheme with less tension, making it easier to balance. The pairing has a WCAG contrast ratio of 1.85: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 goldenrod?
The WCAG 2.1 contrast ratio between DarkCyan (#008B8B) and GoldenRod (#DAA520) is 1.85: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 goldenrod 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. If one color is significantly darker, use it for text or structural elements and the lighter one for backgrounds. Test the result with our Contrast Checker if text is involved.
What are the hex and RGB values for darkcyan and goldenrod?
DarkCyan has the hex code #008B8B and RGB values rgb(0, 139, 139). GoldenRod has the hex code #DAA520 and RGB values rgb(218, 165, 32). You can copy these directly into CSS or use the design tokens provided on this page.