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": "bottle-green-vs-peacock-green",
"type": "nearest",
"name": "Bottle Green vs Peacock Green",
"verdict": "Bottle Green and Peacock Green are very close colors. Peacock Green is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.05:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Bottle Green and Peacock Green are different green and cyan colors with HEX values #006A4E and #006D5B. According to Colors Encyclopedia, their RGB distance is 13.3, their contrast ratio is 1.05:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 13.3,
"contrastRatio": 1.05,
"colors": [
{
"slug": "bottle-green",
"name": "Bottle Green",
"hex": "#006A4E",
"rgb": [
0,
106,
78
],
"hsl": [
164,
100,
21
],
"cmyk": [
100,
0,
26,
58
],
"family": "green",
"temperature": "cool",
"tone": [
"dark",
"jewel-tone"
],
"luminance": 0.1086,
"contrast": {
"black": 3.17,
"white": 6.62
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 6.62
},
"description": "Bottle Green is #006A4E, a cool green color with dark and jewel tone character. Compared with Peacock Green, it is darker and similar in saturation. Use it for natural palettes, wellness branding, and sustainability design, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/bottle-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/bottle-green.json"
},
{
"slug": "peacock-green",
"name": "Peacock Green",
"hex": "#006D5B",
"rgb": [
0,
109,
91
],
"hsl": [
170,
100,
21
],
"cmyk": [
100,
0,
17,
57
],
"family": "cyan",
"temperature": "cool",
"tone": [
"dark"
],
"luminance": 0.1169,
"contrast": {
"black": 3.34,
"white": 6.29
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 6.29
},
"description": "Peacock Green is #006D5B, a cool cyan color with dark character. Compared with Bottle Green, 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-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/peacock-green.json"
}
],
"differences": {
"rgbDistance": 13.3,
"contrastRatio": 1.05,
"hslDelta": {
"hue": 6,
"saturation": 0,
"lightness": 0
},
"luminanceDelta": 0.0083,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"dark"
],
"lighterColor": "Peacock Green",
"moreSaturatedColor": "Bottle Green"
},
"accessibility": {
"pairContrastRatio": 1.05,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Bottle Green",
"background": "#006A4E",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 6.62
},
{
"color": "Peacock Green",
"background": "#006D5B",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 6.29
}
]
},
"useCases": {
"chooseFirstWhen": "Bottle Green is better when the design needs dark and jewel tone green character, cool temperature, and the specific HEX value #006A4E.",
"chooseSecondWhen": "Peacock Green is better when the design needs dark cyan character, cool temperature, and the specific HEX value #006D5B.",
"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/bottle-green-vs-peacock-green.json",
"https://www.colorsencyclopedia.com/api/colors/bottle-green.json",
"https://www.colorsencyclopedia.com/api/colors/peacock-green.json"
],
"url": "https://www.colorsencyclopedia.com/compare/bottle-green-vs-peacock-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/bottle-green-vs-peacock-green.json"
}