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": "laurel-green-vs-willow-green",
"type": "nearest",
"name": "Laurel Green vs Willow Green",
"verdict": "Laurel Green and Willow Green are very close colors. Laurel Green is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.03:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Laurel Green and Willow Green are different green colors with HEX values #A9BA9D and #A8B88F. According to Colors Encyclopedia, their RGB distance is 14.2, their contrast ratio is 1.03:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 14.2,
"contrastRatio": 1.03,
"colors": [
{
"slug": "laurel-green",
"name": "Laurel Green",
"hex": "#A9BA9D",
"rgb": [
169,
186,
157
],
"hsl": [
95,
17,
67
],
"cmyk": [
9,
0,
16,
27
],
"family": "green",
"temperature": "cool",
"tone": [
"muted",
"earth-tone"
],
"luminance": 0.4599,
"contrast": {
"black": 10.2,
"white": 2.06
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 10.2
},
"description": "Laurel Green is #A9BA9D, a cool green color with muted and earth tone character. Compared with Willow Green, it is lighter 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/laurel-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/laurel-green.json"
},
{
"slug": "willow-green",
"name": "Willow Green",
"hex": "#A8B88F",
"rgb": [
168,
184,
143
],
"hsl": [
83,
22,
64
],
"cmyk": [
9,
0,
22,
28
],
"family": "green",
"temperature": "cool",
"tone": [
"muted",
"earth-tone"
],
"luminance": 0.4459,
"contrast": {
"black": 9.92,
"white": 2.12
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 9.92
},
"description": "Willow Green is #A8B88F, a cool green color with muted and earth tone character. Compared with Laurel Green, it is darker and more saturated. Use it for botanical palettes, natural product design, and seasonal editorial palettes, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/willow-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/willow-green.json"
}
],
"differences": {
"rgbDistance": 14.2,
"contrastRatio": 1.03,
"hslDelta": {
"hue": 12,
"saturation": 5,
"lightness": 3
},
"luminanceDelta": 0.014,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"muted",
"earth-tone"
],
"lighterColor": "Laurel Green",
"moreSaturatedColor": "Willow Green"
},
"accessibility": {
"pairContrastRatio": 1.03,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Laurel Green",
"background": "#A9BA9D",
"foreground": "#000000",
"label": "black text",
"ratio": 10.2
},
{
"color": "Willow Green",
"background": "#A8B88F",
"foreground": "#000000",
"label": "black text",
"ratio": 9.92
}
]
},
"useCases": {
"chooseFirstWhen": "Laurel Green is better when the design needs muted and earth tone green character, cool temperature, and the specific HEX value #A9BA9D.",
"chooseSecondWhen": "Willow Green is better when the design needs muted and earth tone green character, cool temperature, and the specific HEX value #A8B88F.",
"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/laurel-green-vs-willow-green.json",
"https://www.colorsencyclopedia.com/api/colors/laurel-green.json",
"https://www.colorsencyclopedia.com/api/colors/willow-green.json"
],
"url": "https://www.colorsencyclopedia.com/compare/laurel-green-vs-willow-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/laurel-green-vs-willow-green.json"
}