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": "egyptian-blue-vs-persian-blue",
"type": "nearest",
"name": "Egyptian Blue vs Persian Blue",
"verdict": "Egyptian Blue and Persian Blue are very close colors. Persian Blue is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.14:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Egyptian Blue and Persian Blue are different blue colors with HEX values #1034A6 and #1C39BB. According to Colors Encyclopedia, their RGB distance is 24.7, their contrast ratio is 1.14:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 24.7,
"contrastRatio": 1.14,
"colors": [
{
"slug": "egyptian-blue",
"name": "Egyptian Blue",
"hex": "#1034A6",
"rgb": [
16,
52,
166
],
"hsl": [
226,
82,
36
],
"cmyk": [
90,
69,
0,
35
],
"family": "blue",
"temperature": "cool",
"tone": [
"vibrant",
"jewel-tone"
],
"luminance": 0.0532,
"contrast": {
"black": 2.06,
"white": 10.17
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 10.17
},
"description": "Egyptian Blue is #1034A6, a cool blue color with vibrant and jewel tone character. Compared with Persian Blue, it is darker and more 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/egyptian-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/egyptian-blue.json"
},
{
"slug": "persian-blue",
"name": "Persian Blue",
"hex": "#1C39BB",
"rgb": [
28,
57,
187
],
"hsl": [
229,
74,
42
],
"cmyk": [
85,
70,
0,
27
],
"family": "blue",
"temperature": "cool",
"tone": [
"vibrant",
"jewel-tone"
],
"luminance": 0.0676,
"contrast": {
"black": 2.35,
"white": 8.93
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 8.93
},
"description": "Persian Blue is #1C39BB, a cool blue color with vibrant and jewel tone character. Compared with Egyptian Blue, it is lighter 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/persian-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/persian-blue.json"
}
],
"differences": {
"rgbDistance": 24.7,
"contrastRatio": 1.14,
"hslDelta": {
"hue": 3,
"saturation": 8,
"lightness": 6
},
"luminanceDelta": 0.0144,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant",
"jewel-tone"
],
"lighterColor": "Persian Blue",
"moreSaturatedColor": "Egyptian Blue"
},
"accessibility": {
"pairContrastRatio": 1.14,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Egyptian Blue",
"background": "#1034A6",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 10.17
},
{
"color": "Persian Blue",
"background": "#1C39BB",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 8.93
}
]
},
"useCases": {
"chooseFirstWhen": "Egyptian Blue is better when the design needs vibrant and jewel tone blue character, cool temperature, and the specific HEX value #1034A6.",
"chooseSecondWhen": "Persian Blue is better when the design needs vibrant and jewel tone blue character, cool temperature, and the specific HEX value #1C39BB.",
"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/egyptian-blue-vs-persian-blue.json",
"https://www.colorsencyclopedia.com/api/colors/egyptian-blue.json",
"https://www.colorsencyclopedia.com/api/colors/persian-blue.json"
],
"url": "https://www.colorsencyclopedia.com/compare/egyptian-blue-vs-persian-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/egyptian-blue-vs-persian-blue.json"
}