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": "strawberry-vs-watermelon",
"type": "nearest",
"name": "Strawberry vs Watermelon",
"verdict": "Strawberry and Watermelon are very close colors. Watermelon is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.09:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Strawberry and Watermelon are different pink and red colors with HEX values #FC5A8D and #FC6C85. According to Colors Encyclopedia, their RGB distance is 19.7, their contrast ratio is 1.09:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 19.7,
"contrastRatio": 1.09,
"colors": [
{
"slug": "strawberry",
"name": "Strawberry",
"hex": "#FC5A8D",
"rgb": [
252,
90,
141
],
"hsl": [
341,
96,
67
],
"cmyk": [
0,
64,
44,
1
],
"family": "pink",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.2993,
"contrast": {
"black": 6.99,
"white": 3.01
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 6.99
},
"description": "Strawberry is #FC5A8D, a warm pink color with vibrant character. Compared with Watermelon, it is darker and similar in saturation. Use it for branding accents, editorial palettes, and product design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/strawberry/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/strawberry.json"
},
{
"slug": "watermelon",
"name": "Watermelon",
"hex": "#FC6C85",
"rgb": [
252,
108,
133
],
"hsl": [
350,
96,
71
],
"cmyk": [
0,
57,
47,
1
],
"family": "red",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.3311,
"contrast": {
"black": 7.62,
"white": 2.76
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 7.62
},
"description": "Watermelon is #FC6C85, a warm red color with vibrant character. Compared with Strawberry, it is lighter and similar in saturation. Use it for branding accents, editorial palettes, and product design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/watermelon/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/watermelon.json"
}
],
"differences": {
"rgbDistance": 19.7,
"contrastRatio": 1.09,
"hslDelta": {
"hue": 9,
"saturation": 0,
"lightness": 4
},
"luminanceDelta": 0.0318,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Watermelon",
"moreSaturatedColor": "Strawberry"
},
"accessibility": {
"pairContrastRatio": 1.09,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Strawberry",
"background": "#FC5A8D",
"foreground": "#000000",
"label": "black text",
"ratio": 6.99
},
{
"color": "Watermelon",
"background": "#FC6C85",
"foreground": "#000000",
"label": "black text",
"ratio": 7.62
}
]
},
"useCases": {
"chooseFirstWhen": "Strawberry is better when the design needs vibrant pink character, warm temperature, and the specific HEX value #FC5A8D.",
"chooseSecondWhen": "Watermelon is better when the design needs vibrant red character, warm temperature, and the specific HEX value #FC6C85.",
"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/strawberry-vs-watermelon.json",
"https://www.colorsencyclopedia.com/api/colors/strawberry.json",
"https://www.colorsencyclopedia.com/api/colors/watermelon.json"
],
"url": "https://www.colorsencyclopedia.com/compare/strawberry-vs-watermelon/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/strawberry-vs-watermelon.json"
}