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": "peacock-teal-vs-teal",
"type": "nearest",
"name": "Peacock Teal vs Teal",
"verdict": "Peacock Teal and Teal are very close colors. Peacock Teal is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.02:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Peacock Teal and Teal are different cyan colors with HEX values #00827F and #008080. According to Colors Encyclopedia, their RGB distance is 2.2, their contrast ratio is 1.02:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 2.2,
"contrastRatio": 1.02,
"colors": [
{
"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 Teal, it is lighter 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"
},
{
"slug": "teal",
"name": "Teal",
"hex": "#008080",
"rgb": [
0,
128,
128
],
"hsl": [
180,
100,
25
],
"cmyk": [
100,
0,
0,
50
],
"family": "cyan",
"temperature": "cool",
"tone": [
"balanced",
"vibrant"
],
"luminance": 0.17,
"contrast": {
"black": 4.4,
"white": 4.77
},
"wcag": {
"AA": [
"#FFFFFF"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 4.77
},
"description": "Teal is #008080, a cool cyan color with balanced and vibrant character. Compared with Peacock Teal, it is darker and similar in saturation. Use it for healthcare, saas, and accent colors, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/teal/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/teal.json"
}
],
"differences": {
"rgbDistance": 2.2,
"contrastRatio": 1.02,
"hslDelta": {
"hue": 1,
"saturation": 0,
"lightness": 0
},
"luminanceDelta": 0.005,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"balanced"
],
"lighterColor": "Peacock Teal",
"moreSaturatedColor": "Peacock Teal"
},
"accessibility": {
"pairContrastRatio": 1.02,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Peacock Teal",
"background": "#00827F",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 4.67
},
{
"color": "Teal",
"background": "#008080",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 4.77
}
]
},
"useCases": {
"chooseFirstWhen": "Peacock Teal is better when the design needs balanced cyan character, cool temperature, and the specific HEX value #00827F.",
"chooseSecondWhen": "Teal is better when the design needs balanced and vibrant cyan character, cool temperature, and the specific HEX value #008080.",
"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/peacock-teal-vs-teal.json",
"https://www.colorsencyclopedia.com/api/colors/peacock-teal.json",
"https://www.colorsencyclopedia.com/api/colors/teal.json"
],
"url": "https://www.colorsencyclopedia.com/compare/peacock-teal-vs-teal/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/peacock-teal-vs-teal.json"
}