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": "epoxy-green-vs-hookers-green",
"type": "nearest",
"name": "Epoxy Green vs Hookers Green",
"verdict": "Epoxy Green and Hookers Green are visually related colors. Epoxy Green is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.2:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Epoxy Green and Hookers Green are different green colors with HEX values #4E8A57 and #49796B. According to Colors Encyclopedia, their RGB distance is 26.7, their contrast ratio is 1.2:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 26.7,
"contrastRatio": 1.2,
"colors": [
{
"slug": "epoxy-green",
"name": "Epoxy Green",
"hex": "#4E8A57",
"rgb": [
78,
138,
87
],
"hsl": [
129,
28,
42
],
"cmyk": [
43,
0,
37,
46
],
"family": "green",
"temperature": "cool",
"tone": [
"muted",
"earth-tone"
],
"luminance": 0.2048,
"contrast": {
"black": 5.1,
"white": 4.12
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.1
},
"description": "Epoxy Green is #4E8A57, a cool green color with muted and earth tone character. Compared with Hookers Green, it is lighter and more saturated. Use it for industrial design, safety systems, and hardware palettes, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/epoxy-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/epoxy-green.json"
},
{
"slug": "hookers-green",
"name": "Hookers Green",
"hex": "#49796B",
"rgb": [
73,
121,
107
],
"hsl": [
163,
25,
38
],
"cmyk": [
40,
0,
12,
53
],
"family": "green",
"temperature": "cool",
"tone": [
"muted",
"earth-tone"
],
"luminance": 0.1615,
"contrast": {
"black": 4.23,
"white": 4.96
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 4.96
},
"description": "Hookers Green is #49796B, a cool green color with muted and earth tone character. Compared with Epoxy Green, it is darker and less saturated. Use it for historical references, pigment palettes, and cultural color systems, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/hookers-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/hookers-green.json"
}
],
"differences": {
"rgbDistance": 26.7,
"contrastRatio": 1.2,
"hslDelta": {
"hue": 34,
"saturation": 3,
"lightness": 4
},
"luminanceDelta": 0.0433,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"muted",
"earth-tone"
],
"lighterColor": "Epoxy Green",
"moreSaturatedColor": "Epoxy Green"
},
"accessibility": {
"pairContrastRatio": 1.2,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Epoxy Green",
"background": "#4E8A57",
"foreground": "#000000",
"label": "black text",
"ratio": 5.1
},
{
"color": "Hookers Green",
"background": "#49796B",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 4.96
}
]
},
"useCases": {
"chooseFirstWhen": "Epoxy Green is better when the design needs muted and earth tone green character, cool temperature, and the specific HEX value #4E8A57.",
"chooseSecondWhen": "Hookers Green is better when the design needs muted and earth tone green character, cool temperature, and the specific HEX value #49796B.",
"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/epoxy-green-vs-hookers-green.json",
"https://www.colorsencyclopedia.com/api/colors/epoxy-green.json",
"https://www.colorsencyclopedia.com/api/colors/hookers-green.json"
],
"url": "https://www.colorsencyclopedia.com/compare/epoxy-green-vs-hookers-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/epoxy-green-vs-hookers-green.json"
}