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": "persian-green-vs-dark-cyan",
"type": "nearest",
"name": "Persian Green vs Dark Cyan",
"verdict": "Persian Green and Dark Cyan are visually related colors. Persian Green is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.36:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Persian Green and Dark Cyan are different cyan colors with HEX values #00A693 and #008B8B. According to Colors Encyclopedia, their RGB distance is 28.2, their contrast ratio is 1.36:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 28.2,
"contrastRatio": 1.36,
"colors": [
{
"slug": "persian-green",
"name": "Persian Green",
"hex": "#00A693",
"rgb": [
0,
166,
147
],
"hsl": [
173,
100,
33
],
"cmyk": [
100,
0,
11,
35
],
"family": "cyan",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.2938,
"contrast": {
"black": 6.88,
"white": 3.05
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 6.88
},
"description": "Persian Green is #00A693, a cool cyan color with balanced character. Compared with Dark Cyan, it is lighter and similar in saturation. 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/persian-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/persian-green.json"
},
{
"slug": "dark-cyan",
"name": "Dark Cyan",
"hex": "#008B8B",
"rgb": [
0,
139,
139
],
"hsl": [
180,
100,
27
],
"cmyk": [
100,
0,
0,
45
],
"family": "cyan",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.2033,
"contrast": {
"black": 5.07,
"white": 4.15
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.07
},
"description": "Dark Cyan is #008B8B, a cool cyan color with balanced character. Compared with Persian Green, it is darker and similar in saturation. 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/dark-cyan/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-cyan.json"
}
],
"differences": {
"rgbDistance": 28.2,
"contrastRatio": 1.36,
"hslDelta": {
"hue": 7,
"saturation": 0,
"lightness": 6
},
"luminanceDelta": 0.0905,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"balanced"
],
"lighterColor": "Persian Green",
"moreSaturatedColor": "Persian Green"
},
"accessibility": {
"pairContrastRatio": 1.36,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Persian Green",
"background": "#00A693",
"foreground": "#000000",
"label": "black text",
"ratio": 6.88
},
{
"color": "Dark Cyan",
"background": "#008B8B",
"foreground": "#000000",
"label": "black text",
"ratio": 5.07
}
]
},
"useCases": {
"chooseFirstWhen": "Persian Green is better when the design needs balanced cyan character, cool temperature, and the specific HEX value #00A693.",
"chooseSecondWhen": "Dark Cyan is better when the design needs balanced cyan character, cool temperature, and the specific HEX value #008B8B.",
"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/persian-green-vs-dark-cyan.json",
"https://www.colorsencyclopedia.com/api/colors/persian-green.json",
"https://www.colorsencyclopedia.com/api/colors/dark-cyan.json"
],
"url": "https://www.colorsencyclopedia.com/compare/persian-green-vs-dark-cyan/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/persian-green-vs-dark-cyan.json"
}