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": "tomato-vs-tulip-red",
"type": "nearest",
"name": "Tomato vs Tulip Red",
"verdict": "Tomato and Tulip Red are very close colors. Tomato is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.11:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Tomato and Tulip Red are different red colors with HEX values #FF6347 and #FF4D4D. According to Colors Encyclopedia, their RGB distance is 22.8, their contrast ratio is 1.11:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 22.8,
"contrastRatio": 1.11,
"colors": [
{
"slug": "tomato",
"name": "Tomato",
"hex": "#FF6347",
"rgb": [
255,
99,
71
],
"hsl": [
9,
100,
64
],
"cmyk": [
0,
61,
72,
0
],
"family": "red",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.3064,
"contrast": {
"black": 7.13,
"white": 2.95
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 7.13
},
"description": "Tomato is #FF6347, a warm red color with vibrant character. Compared with Tulip Red, it is lighter and similar in saturation. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/tomato/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/tomato.json"
},
{
"slug": "tulip-red",
"name": "Tulip Red",
"hex": "#FF4D4D",
"rgb": [
255,
77,
77
],
"hsl": [
0,
100,
65
],
"cmyk": [
0,
70,
70,
0
],
"family": "red",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.271,
"contrast": {
"black": 6.42,
"white": 3.27
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 6.42
},
"description": "Tulip Red is #FF4D4D, a warm red color with vibrant character. Compared with Tomato, it is darker and similar in saturation. Use it for botanical palettes, natural product design, and seasonal editorial palettes, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/tulip-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/tulip-red.json"
}
],
"differences": {
"rgbDistance": 22.8,
"contrastRatio": 1.11,
"hslDelta": {
"hue": 9,
"saturation": 0,
"lightness": 1
},
"luminanceDelta": 0.0354,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Tomato",
"moreSaturatedColor": "Tomato"
},
"accessibility": {
"pairContrastRatio": 1.11,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Tomato",
"background": "#FF6347",
"foreground": "#000000",
"label": "black text",
"ratio": 7.13
},
{
"color": "Tulip Red",
"background": "#FF4D4D",
"foreground": "#000000",
"label": "black text",
"ratio": 6.42
}
]
},
"useCases": {
"chooseFirstWhen": "Tomato is better when the design needs vibrant red character, warm temperature, and the specific HEX value #FF6347.",
"chooseSecondWhen": "Tulip Red is better when the design needs vibrant red character, warm temperature, and the specific HEX value #FF4D4D.",
"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/tomato-vs-tulip-red.json",
"https://www.colorsencyclopedia.com/api/colors/tomato.json",
"https://www.colorsencyclopedia.com/api/colors/tulip-red.json"
],
"url": "https://www.colorsencyclopedia.com/compare/tomato-vs-tulip-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/tomato-vs-tulip-red.json"
}