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": "neon-red-vs-cadmium-red",
"type": "nearest",
"name": "Neon Red vs Cadmium Red",
"verdict": "Neon Red and Cadmium Red are visually related colors. Neon Red is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.25:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Neon Red and Cadmium Red are different red colors with HEX values #FF073A and #E30022. According to Colors Encyclopedia, their RGB distance is 37.5, their contrast ratio is 1.25:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 37.5,
"contrastRatio": 1.25,
"colors": [
{
"slug": "neon-red",
"name": "Neon Red",
"hex": "#FF073A",
"rgb": [
255,
7,
58
],
"hsl": [
348,
100,
51
],
"cmyk": [
0,
97,
77,
0
],
"family": "red",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.2172,
"contrast": {
"black": 5.34,
"white": 3.93
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.34
},
"description": "Neon Red is #FF073A, a warm red color with vibrant character. Compared with Cadmium Red, it is lighter and similar in saturation. 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-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/neon-red.json"
},
{
"slug": "cadmium-red",
"name": "Cadmium Red",
"hex": "#E30022",
"rgb": [
227,
0,
34
],
"hsl": [
351,
100,
45
],
"cmyk": [
0,
100,
85,
11
],
"family": "red",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.1645,
"contrast": {
"black": 4.29,
"white": 4.9
},
"wcag": {
"AA": [
"#FFFFFF"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 4.9
},
"description": "Cadmium Red is #E30022, a warm red color with vibrant character. Compared with Neon Red, it is darker and similar in saturation. 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/cadmium-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/cadmium-red.json"
}
],
"differences": {
"rgbDistance": 37.5,
"contrastRatio": 1.25,
"hslDelta": {
"hue": 3,
"saturation": 0,
"lightness": 6
},
"luminanceDelta": 0.0527,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Neon Red",
"moreSaturatedColor": "Neon Red"
},
"accessibility": {
"pairContrastRatio": 1.25,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Neon Red",
"background": "#FF073A",
"foreground": "#000000",
"label": "black text",
"ratio": 5.34
},
{
"color": "Cadmium Red",
"background": "#E30022",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 4.9
}
]
},
"useCases": {
"chooseFirstWhen": "Neon Red is better when the design needs vibrant red character, warm temperature, and the specific HEX value #FF073A.",
"chooseSecondWhen": "Cadmium Red is better when the design needs vibrant red character, warm temperature, and the specific HEX value #E30022.",
"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/neon-red-vs-cadmium-red.json",
"https://www.colorsencyclopedia.com/api/colors/neon-red.json",
"https://www.colorsencyclopedia.com/api/colors/cadmium-red.json"
],
"url": "https://www.colorsencyclopedia.com/compare/neon-red-vs-cadmium-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/neon-red-vs-cadmium-red.json"
}