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": "avocado-vs-scheeles-green",
"type": "nearest",
"name": "Avocado vs Scheele Green",
"verdict": "Avocado and Scheele Green are very close colors. Scheele Green is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.04:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Avocado and Scheele Green are different green colors with HEX values #568203 and #478800. According to Colors Encyclopedia, their RGB distance is 16.4, their contrast ratio is 1.04:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 16.4,
"contrastRatio": 1.04,
"colors": [
{
"slug": "avocado",
"name": "Avocado",
"hex": "#568203",
"rgb": [
86,
130,
3
],
"hsl": [
81,
95,
26
],
"cmyk": [
34,
0,
98,
49
],
"family": "green",
"temperature": "cool",
"tone": [
"jewel-tone"
],
"luminance": 0.1795,
"contrast": {
"black": 4.59,
"white": 4.58
},
"wcag": {
"AA": [
"#000000",
"#FFFFFF"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 4.59
},
"description": "Avocado is #568203, a cool green color with jewel tone character. Compared with Scheele Green, it is darker and less saturated. Use it for natural palettes, wellness branding, and sustainability design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/avocado/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/avocado.json"
},
{
"slug": "scheeles-green",
"name": "Scheele Green",
"hex": "#478800",
"rgb": [
71,
136,
0
],
"hsl": [
89,
100,
27
],
"cmyk": [
48,
0,
100,
47
],
"family": "green",
"temperature": "cool",
"tone": [
"jewel-tone"
],
"luminance": 0.1895,
"contrast": {
"black": 4.79,
"white": 4.38
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 4.79
},
"description": "Scheele Green is #478800, a cool green color with jewel tone character. Compared with Avocado, it is lighter and more saturated. Use it for historical references, pigment palettes, and cultural color systems, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/scheeles-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/scheeles-green.json"
}
],
"differences": {
"rgbDistance": 16.4,
"contrastRatio": 1.04,
"hslDelta": {
"hue": 8,
"saturation": 5,
"lightness": 1
},
"luminanceDelta": 0.01,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"jewel-tone"
],
"lighterColor": "Scheele Green",
"moreSaturatedColor": "Scheele Green"
},
"accessibility": {
"pairContrastRatio": 1.04,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Avocado",
"background": "#568203",
"foreground": "#000000",
"label": "black text",
"ratio": 4.59
},
{
"color": "Scheele Green",
"background": "#478800",
"foreground": "#000000",
"label": "black text",
"ratio": 4.79
}
]
},
"useCases": {
"chooseFirstWhen": "Avocado is better when the design needs jewel tone green character, cool temperature, and the specific HEX value #568203.",
"chooseSecondWhen": "Scheele Green is better when the design needs jewel tone green character, cool temperature, and the specific HEX value #478800.",
"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/avocado-vs-scheeles-green.json",
"https://www.colorsencyclopedia.com/api/colors/avocado.json",
"https://www.colorsencyclopedia.com/api/colors/scheeles-green.json"
],
"url": "https://www.colorsencyclopedia.com/compare/avocado-vs-scheeles-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/avocado-vs-scheeles-green.json"
}