colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "dark-cyan-vs-peacock-teal",
"type": "nearest",
"name": "Dark Cyan vs Peacock Teal",
"verdict": "Dark Cyan and Peacock Teal are very close colors. Dark Cyan is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.13:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Dark Cyan and Peacock Teal are different cyan colors with HEX values #008B8B and #00827F. According to Colors Encyclopedia, their RGB distance is 15, their contrast ratio is 1.13:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 15,
"contrastRatio": 1.13,
"colors": [
{
"slug": "dark-cyan",
"name": "Dark Cyan",
"hex": "#008B8B",
"rgb": [
0,
139,
139
],
"hsl": [
180,
100,
27
],
"cmyk": [
100,
0,
0,
45
],
"family": "cyan",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.2033,
"contrast": {
"black": 5.07,
"white": 4.15
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.07
},
"description": "Dark Cyan is #008B8B, a cool cyan color with balanced character. Compared with Peacock Teal, it is lighter and similar in saturation. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/dark-cyan/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-cyan.json"
},
{
"slug": "peacock-teal",
"name": "Peacock Teal",
"hex": "#00827F",
"rgb": [
0,
130,
127
],
"hsl": [
179,
100,
25
],
"cmyk": [
100,
0,
2,
49
],
"family": "cyan",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.175,
"contrast": {
"black": 4.5,
"white": 4.67
},
"wcag": {
"AA": [
"#000000",
"#FFFFFF"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 4.67
},
"description": "Peacock Teal is #00827F, a cool cyan color with balanced character. Compared with Dark Cyan, it is darker and similar in saturation. Use it for botanical palettes, natural product design, and seasonal editorial palettes, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/peacock-teal/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/peacock-teal.json"
}
],
"differences": {
"rgbDistance": 15,
"contrastRatio": 1.13,
"hslDelta": {
"hue": 1,
"saturation": 0,
"lightness": 2
},
"luminanceDelta": 0.0283,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"balanced"
],
"lighterColor": "Dark Cyan",
"moreSaturatedColor": "Dark Cyan"
},
"accessibility": {
"pairContrastRatio": 1.13,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Dark Cyan",
"background": "#008B8B",
"foreground": "#000000",
"label": "black text",
"ratio": 5.07
},
{
"color": "Peacock Teal",
"background": "#00827F",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 4.67
}
]
},
"useCases": {
"chooseFirstWhen": "Dark Cyan is better when the design needs balanced cyan character, cool temperature, and the specific HEX value #008B8B.",
"chooseSecondWhen": "Peacock Teal is better when the design needs balanced cyan character, cool temperature, and the specific HEX value #00827F.",
"useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
},
"relatedApi": [
"https://www.colorsencyclopedia.com/api/compare/dark-cyan-vs-peacock-teal.json",
"https://www.colorsencyclopedia.com/api/colors/dark-cyan.json",
"https://www.colorsencyclopedia.com/api/colors/peacock-teal.json"
],
"url": "https://www.colorsencyclopedia.com/compare/dark-cyan-vs-peacock-teal/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/dark-cyan-vs-peacock-teal.json"
}