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": "sea-green-vs-viridian",
"type": "nearest",
"name": "Sea Green vs Viridian",
"verdict": "Sea Green and Viridian are visually related colors. Sea Green is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.07:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Sea Green and Viridian are different green colors with HEX values #2E8B57 and #40826D. According to Colors Encyclopedia, their RGB distance is 29.8, their contrast ratio is 1.07:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 29.8,
"contrastRatio": 1.07,
"colors": [
{
"slug": "sea-green",
"name": "Sea Green",
"hex": "#2E8B57",
"rgb": [
46,
139,
87
],
"hsl": [
146,
50,
36
],
"cmyk": [
67,
0,
37,
45
],
"family": "green",
"temperature": "cool",
"tone": [
"earth-tone",
"jewel-tone"
],
"luminance": 0.1973,
"contrast": {
"black": 4.95,
"white": 4.25
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 4.95
},
"description": "Sea Green is #2E8B57, a cool green color with earth tone and jewel tone character. Compared with Viridian, it is lighter and more saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/sea-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/sea-green.json"
},
{
"slug": "viridian",
"name": "Viridian",
"hex": "#40826D",
"rgb": [
64,
130,
109
],
"hsl": [
161,
34,
38
],
"cmyk": [
51,
0,
16,
49
],
"family": "green",
"temperature": "cool",
"tone": [
"earth-tone"
],
"luminance": 0.1816,
"contrast": {
"black": 4.63,
"white": 4.53
},
"wcag": {
"AA": [
"#000000",
"#FFFFFF"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 4.63
},
"description": "Viridian is #40826D, a cool green color with earth tone character. Compared with Sea Green, it is darker and less 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/viridian/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/viridian.json"
}
],
"differences": {
"rgbDistance": 29.8,
"contrastRatio": 1.07,
"hslDelta": {
"hue": 15,
"saturation": 16,
"lightness": 2
},
"luminanceDelta": 0.0157,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"earth-tone"
],
"lighterColor": "Sea Green",
"moreSaturatedColor": "Sea Green"
},
"accessibility": {
"pairContrastRatio": 1.07,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Sea Green",
"background": "#2E8B57",
"foreground": "#000000",
"label": "black text",
"ratio": 4.95
},
{
"color": "Viridian",
"background": "#40826D",
"foreground": "#000000",
"label": "black text",
"ratio": 4.63
}
]
},
"useCases": {
"chooseFirstWhen": "Sea Green is better when the design needs earth tone and jewel tone green character, cool temperature, and the specific HEX value #2E8B57.",
"chooseSecondWhen": "Viridian is better when the design needs earth tone green character, cool temperature, and the specific HEX value #40826D.",
"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/sea-green-vs-viridian.json",
"https://www.colorsencyclopedia.com/api/colors/sea-green.json",
"https://www.colorsencyclopedia.com/api/colors/viridian.json"
],
"url": "https://www.colorsencyclopedia.com/compare/sea-green-vs-viridian/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/sea-green-vs-viridian.json"
}