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": "dark-magenta-vs-mardi-gras",
"type": "nearest",
"name": "Dark Magenta vs Mardi Gras",
"verdict": "Dark Magenta and Mardi Gras are very close colors. Dark Magenta is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.04:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Dark Magenta and Mardi Gras are different pink colors with HEX values #8B008B and #880085. According to Colors Encyclopedia, their RGB distance is 6.7, their contrast ratio is 1.04:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 6.7,
"contrastRatio": 1.04,
"colors": [
{
"slug": "dark-magenta",
"name": "Dark Magenta",
"hex": "#8B008B",
"rgb": [
139,
0,
139
],
"hsl": [
300,
100,
27
],
"cmyk": [
0,
100,
0,
45
],
"family": "pink",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.0735,
"contrast": {
"black": 2.47,
"white": 8.5
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 8.5
},
"description": "Dark Magenta is #8B008B, a warm pink color with balanced character. Compared with Mardi Gras, it is lighter and similar in saturation. Use it for web design, css color systems, and ui prototyping, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/dark-magenta/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-magenta.json"
},
{
"slug": "mardi-gras",
"name": "Mardi Gras",
"hex": "#880085",
"rgb": [
136,
0,
133
],
"hsl": [
301,
100,
27
],
"cmyk": [
0,
100,
2,
47
],
"family": "pink",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.0693,
"contrast": {
"black": 2.39,
"white": 8.8
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 8.8
},
"description": "Mardi Gras is #880085, a warm pink color with balanced character. Compared with Dark Magenta, it is darker and similar in saturation. Use it for beauty branding, creative systems, and premium accents, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/mardi-gras/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/mardi-gras.json"
}
],
"differences": {
"rgbDistance": 6.7,
"contrastRatio": 1.04,
"hslDelta": {
"hue": 1,
"saturation": 0,
"lightness": 0
},
"luminanceDelta": 0.0042,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"balanced"
],
"lighterColor": "Dark Magenta",
"moreSaturatedColor": "Dark Magenta"
},
"accessibility": {
"pairContrastRatio": 1.04,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Dark Magenta",
"background": "#8B008B",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 8.5
},
{
"color": "Mardi Gras",
"background": "#880085",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 8.8
}
]
},
"useCases": {
"chooseFirstWhen": "Dark Magenta is better when the design needs balanced pink character, warm temperature, and the specific HEX value #8B008B.",
"chooseSecondWhen": "Mardi Gras is better when the design needs balanced pink character, warm temperature, and the specific HEX value #880085.",
"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/dark-magenta-vs-mardi-gras.json",
"https://www.colorsencyclopedia.com/api/colors/dark-magenta.json",
"https://www.colorsencyclopedia.com/api/colors/mardi-gras.json"
],
"url": "https://www.colorsencyclopedia.com/compare/dark-magenta-vs-mardi-gras/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/dark-magenta-vs-mardi-gras.json"
}