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": "manganese-blue-vs-persian-green",
"type": "nearest",
"name": "Manganese Blue vs Persian Green",
"verdict": "Manganese Blue and Persian Green are very close colors. Manganese Blue 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": "Manganese Blue and Persian Green are different cyan colors with HEX values #03A89E and #00A693. According to Colors Encyclopedia, their RGB distance is 11.6, their contrast ratio is 1.03:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 11.6,
"contrastRatio": 1.03,
"colors": [
{
"slug": "manganese-blue",
"name": "Manganese Blue",
"hex": "#03A89E",
"rgb": [
3,
168,
158
],
"hsl": [
176,
96,
34
],
"cmyk": [
98,
0,
6,
34
],
"family": "cyan",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.3049,
"contrast": {
"black": 7.1,
"white": 2.96
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 7.1
},
"description": "Manganese Blue is #03A89E, a cool cyan color with balanced character. Compared with Persian Green, it is lighter 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/manganese-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/manganese-blue.json"
},
{
"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 Manganese Blue, it is darker and more 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/persian-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/persian-green.json"
}
],
"differences": {
"rgbDistance": 11.6,
"contrastRatio": 1.03,
"hslDelta": {
"hue": 3,
"saturation": 4,
"lightness": 1
},
"luminanceDelta": 0.0111,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"balanced"
],
"lighterColor": "Manganese Blue",
"moreSaturatedColor": "Persian 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": "Manganese Blue",
"background": "#03A89E",
"foreground": "#000000",
"label": "black text",
"ratio": 7.1
},
{
"color": "Persian Green",
"background": "#00A693",
"foreground": "#000000",
"label": "black text",
"ratio": 6.88
}
]
},
"useCases": {
"chooseFirstWhen": "Manganese Blue is better when the design needs balanced cyan character, cool temperature, and the specific HEX value #03A89E.",
"chooseSecondWhen": "Persian Green is better when the design needs balanced cyan character, cool temperature, and the specific HEX value #00A693.",
"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/manganese-blue-vs-persian-green.json",
"https://www.colorsencyclopedia.com/api/colors/manganese-blue.json",
"https://www.colorsencyclopedia.com/api/colors/persian-green.json"
],
"url": "https://www.colorsencyclopedia.com/compare/manganese-blue-vs-persian-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/manganese-blue-vs-persian-green.json"
}