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-fern-frond",
"type": "nearest",
"name": "Avocado vs Fern Frond",
"verdict": "Avocado and Fern Frond are visually related colors. Avocado is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.15:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Avocado and Fern Frond are different green colors with HEX values #568203 and #657220. According to Colors Encyclopedia, their RGB distance is 36.4, their contrast ratio is 1.15:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 36.4,
"contrastRatio": 1.15,
"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 Fern Frond, it is lighter and more 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": "fern-frond",
"name": "Fern Frond",
"hex": "#657220",
"rgb": [
101,
114,
32
],
"hsl": [
70,
56,
29
],
"cmyk": [
11,
0,
72,
55
],
"family": "green",
"temperature": "cool",
"tone": [
"earth-tone",
"jewel-tone"
],
"luminance": 0.1491,
"contrast": {
"black": 3.98,
"white": 5.27
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 5.27
},
"description": "Fern Frond is #657220, a cool green color with earth tone and jewel tone character. Compared with Avocado, it is darker and less saturated. 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/fern-frond/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/fern-frond.json"
}
],
"differences": {
"rgbDistance": 36.4,
"contrastRatio": 1.15,
"hslDelta": {
"hue": 11,
"saturation": 39,
"lightness": 3
},
"luminanceDelta": 0.0304,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"jewel-tone"
],
"lighterColor": "Avocado",
"moreSaturatedColor": "Avocado"
},
"accessibility": {
"pairContrastRatio": 1.15,
"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": "Fern Frond",
"background": "#657220",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 5.27
}
]
},
"useCases": {
"chooseFirstWhen": "Avocado is better when the design needs jewel tone green character, cool temperature, and the specific HEX value #568203.",
"chooseSecondWhen": "Fern Frond is better when the design needs earth tone and jewel tone green character, cool temperature, and the specific HEX value #657220.",
"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-fern-frond.json",
"https://www.colorsencyclopedia.com/api/colors/avocado.json",
"https://www.colorsencyclopedia.com/api/colors/fern-frond.json"
],
"url": "https://www.colorsencyclopedia.com/compare/avocado-vs-fern-frond/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/avocado-vs-fern-frond.json"
}