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": "fluorescent-pink-vs-medium-violet-red",
"type": "nearest",
"name": "Fluorescent Pink vs Medium Violet Red",
"verdict": "Fluorescent Pink and Medium Violet Red are visually related colors. Fluorescent Pink is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.49:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Fluorescent Pink and Medium Violet Red are different pink colors with HEX values #FF1493 and #C71585. According to Colors Encyclopedia, their RGB distance is 57.7, their contrast ratio is 1.49:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 57.7,
"contrastRatio": 1.49,
"colors": [
{
"slug": "fluorescent-pink",
"name": "Fluorescent Pink",
"hex": "#FF1493",
"rgb": [
255,
20,
147
],
"hsl": [
328,
100,
54
],
"cmyk": [
0,
92,
42,
0
],
"family": "pink",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.2387,
"contrast": {
"black": 5.77,
"white": 3.64
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.77
},
"description": "Fluorescent Pink is #FF1493, a warm pink color with vibrant character. Compared with Medium Violet Red, it is lighter and more saturated. Use it for neon accents, event graphics, and high-energy digital design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/fluorescent-pink/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/fluorescent-pink.json"
},
{
"slug": "medium-violet-red",
"name": "Medium Violet Red",
"hex": "#C71585",
"rgb": [
199,
21,
133
],
"hsl": [
322,
81,
43
],
"cmyk": [
0,
89,
33,
22
],
"family": "pink",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.1437,
"contrast": {
"black": 3.87,
"white": 5.42
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 5.42
},
"description": "Medium Violet Red is #C71585, a warm pink color with vibrant character. Compared with Fluorescent Pink, it is darker and less saturated. 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/medium-violet-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/medium-violet-red.json"
}
],
"differences": {
"rgbDistance": 57.7,
"contrastRatio": 1.49,
"hslDelta": {
"hue": 6,
"saturation": 19,
"lightness": 11
},
"luminanceDelta": 0.095,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Fluorescent Pink",
"moreSaturatedColor": "Fluorescent Pink"
},
"accessibility": {
"pairContrastRatio": 1.49,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Fluorescent Pink",
"background": "#FF1493",
"foreground": "#000000",
"label": "black text",
"ratio": 5.77
},
{
"color": "Medium Violet Red",
"background": "#C71585",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 5.42
}
]
},
"useCases": {
"chooseFirstWhen": "Fluorescent Pink is better when the design needs vibrant pink character, warm temperature, and the specific HEX value #FF1493.",
"chooseSecondWhen": "Medium Violet Red is better when the design needs vibrant pink character, warm temperature, and the specific HEX value #C71585.",
"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/fluorescent-pink-vs-medium-violet-red.json",
"https://www.colorsencyclopedia.com/api/colors/fluorescent-pink.json",
"https://www.colorsencyclopedia.com/api/colors/medium-violet-red.json"
],
"url": "https://www.colorsencyclopedia.com/compare/fluorescent-pink-vs-medium-violet-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/fluorescent-pink-vs-medium-violet-red.json"
}