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": "alexandrite-vs-hookers-green",
"type": "nearest",
"name": "Alexandrite vs Hookers Green",
"verdict": "Alexandrite and Hookers Green are very close colors. Alexandrite is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.22:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Alexandrite and Hookers Green are different green colors with HEX values #3D8B74 and #49796B. According to Colors Encyclopedia, their RGB distance is 23.4, their contrast ratio is 1.22:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 23.4,
"contrastRatio": 1.22,
"colors": [
{
"slug": "alexandrite",
"name": "Alexandrite",
"hex": "#3D8B74",
"rgb": [
61,
139,
116
],
"hsl": [
162,
39,
39
],
"cmyk": [
56,
0,
17,
45
],
"family": "green",
"temperature": "cool",
"tone": [
"earth-tone"
],
"luminance": 0.2072,
"contrast": {
"black": 5.14,
"white": 4.08
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.14
},
"description": "Alexandrite is #3D8B74, a cool green color with earth tone character. Compared with Hookers Green, it is lighter and more saturated. Use it for jewel-tone palettes, luxury branding, and premium interface accents, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/alexandrite/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/alexandrite.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 Alexandrite, 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": 23.4,
"contrastRatio": 1.22,
"hslDelta": {
"hue": 1,
"saturation": 14,
"lightness": 1
},
"luminanceDelta": 0.0457,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"earth-tone"
],
"lighterColor": "Alexandrite",
"moreSaturatedColor": "Alexandrite"
},
"accessibility": {
"pairContrastRatio": 1.22,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Alexandrite",
"background": "#3D8B74",
"foreground": "#000000",
"label": "black text",
"ratio": 5.14
},
{
"color": "Hookers Green",
"background": "#49796B",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 4.96
}
]
},
"useCases": {
"chooseFirstWhen": "Alexandrite is better when the design needs earth tone green character, cool temperature, and the specific HEX value #3D8B74.",
"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/alexandrite-vs-hookers-green.json",
"https://www.colorsencyclopedia.com/api/colors/alexandrite.json",
"https://www.colorsencyclopedia.com/api/colors/hookers-green.json"
],
"url": "https://www.colorsencyclopedia.com/compare/alexandrite-vs-hookers-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/alexandrite-vs-hookers-green.json"
}