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": "electric-purple-vs-neon-purple",
"type": "nearest",
"name": "Electric Purple vs Neon Purple",
"verdict": "Electric Purple and Neon Purple are very close colors. Neon Purple is the lighter option. They share similar temperature behavior. Their mutual contrast is 1:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Electric Purple and Neon Purple are different purple colors with HEX values #BF00FF and #BC13FE. According to Colors Encyclopedia, their RGB distance is 19.3, their contrast ratio is 1:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 19.3,
"contrastRatio": 1,
"colors": [
{
"slug": "electric-purple",
"name": "Electric Purple",
"hex": "#BF00FF",
"rgb": [
191,
0,
255
],
"hsl": [
285,
100,
50
],
"cmyk": [
25,
100,
0,
0
],
"family": "purple",
"temperature": "cool",
"tone": [
"vibrant"
],
"luminance": 0.183,
"contrast": {
"black": 4.66,
"white": 4.51
},
"wcag": {
"AA": [
"#000000",
"#FFFFFF"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 4.66
},
"description": "Electric Purple is #BF00FF, a cool purple color with vibrant character. Compared with Neon Purple, it is darker 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/electric-purple/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/electric-purple.json"
},
{
"slug": "neon-purple",
"name": "Neon Purple",
"hex": "#BC13FE",
"rgb": [
188,
19,
254
],
"hsl": [
283,
99,
54
],
"cmyk": [
26,
93,
0,
0
],
"family": "purple",
"temperature": "cool",
"tone": [
"vibrant"
],
"luminance": 0.1831,
"contrast": {
"black": 4.66,
"white": 4.5
},
"wcag": {
"AA": [
"#000000",
"#FFFFFF"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 4.66
},
"description": "Neon Purple is #BC13FE, a cool purple color with vibrant character. Compared with Electric Purple, it is lighter and less 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/neon-purple/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/neon-purple.json"
}
],
"differences": {
"rgbDistance": 19.3,
"contrastRatio": 1,
"hslDelta": {
"hue": 2,
"saturation": 1,
"lightness": 4
},
"luminanceDelta": 0.0001,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Neon Purple",
"moreSaturatedColor": "Electric Purple"
},
"accessibility": {
"pairContrastRatio": 1,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Electric Purple",
"background": "#BF00FF",
"foreground": "#000000",
"label": "black text",
"ratio": 4.66
},
{
"color": "Neon Purple",
"background": "#BC13FE",
"foreground": "#000000",
"label": "black text",
"ratio": 4.66
}
]
},
"useCases": {
"chooseFirstWhen": "Electric Purple is better when the design needs vibrant purple character, cool temperature, and the specific HEX value #BF00FF.",
"chooseSecondWhen": "Neon Purple is better when the design needs vibrant purple character, cool temperature, and the specific HEX value #BC13FE.",
"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/electric-purple-vs-neon-purple.json",
"https://www.colorsencyclopedia.com/api/colors/electric-purple.json",
"https://www.colorsencyclopedia.com/api/colors/neon-purple.json"
],
"url": "https://www.colorsencyclopedia.com/compare/electric-purple-vs-neon-purple/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/electric-purple-vs-neon-purple.json"
}