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": "dandelion-vs-saffron",
"type": "nearest",
"name": "Dandelion vs Saffron",
"verdict": "Dandelion and Saffron are visually related colors. Dandelion is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.21:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Dandelion and Saffron are different yellow colors with HEX values #F0E130 and #F4C430. According to Colors Encyclopedia, their RGB distance is 29.3, their contrast ratio is 1.21:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 29.3,
"contrastRatio": 1.21,
"colors": [
{
"slug": "dandelion",
"name": "Dandelion",
"hex": "#F0E130",
"rgb": [
240,
225,
48
],
"hsl": [
55,
86,
56
],
"cmyk": [
0,
6,
80,
6
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.7259,
"contrast": {
"black": 15.52,
"white": 1.35
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 15.52
},
"description": "Dandelion is #F0E130, a warm yellow color with vibrant character. Compared with Saffron, it is lighter and less saturated. Use it for highlight colors, editorial accents, and warm backgrounds, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/dandelion/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/dandelion.json"
},
{
"slug": "saffron",
"name": "Saffron",
"hex": "#F4C430",
"rgb": [
244,
196,
48
],
"hsl": [
45,
90,
57
],
"cmyk": [
0,
20,
80,
4
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.5893,
"contrast": {
"black": 12.79,
"white": 1.64
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 12.79
},
"description": "Saffron is #F4C430, a warm yellow color with vibrant character. Compared with Dandelion, it is darker and more saturated. Use it for highlight colors, editorial accents, and warm backgrounds, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/saffron/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/saffron.json"
}
],
"differences": {
"rgbDistance": 29.3,
"contrastRatio": 1.21,
"hslDelta": {
"hue": 10,
"saturation": 4,
"lightness": 1
},
"luminanceDelta": 0.1366,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Dandelion",
"moreSaturatedColor": "Saffron"
},
"accessibility": {
"pairContrastRatio": 1.21,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Dandelion",
"background": "#F0E130",
"foreground": "#000000",
"label": "black text",
"ratio": 15.52
},
{
"color": "Saffron",
"background": "#F4C430",
"foreground": "#000000",
"label": "black text",
"ratio": 12.79
}
]
},
"useCases": {
"chooseFirstWhen": "Dandelion is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #F0E130.",
"chooseSecondWhen": "Saffron is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #F4C430.",
"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/dandelion-vs-saffron.json",
"https://www.colorsencyclopedia.com/api/colors/dandelion.json",
"https://www.colorsencyclopedia.com/api/colors/saffron.json"
],
"url": "https://www.colorsencyclopedia.com/compare/dandelion-vs-saffron/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/dandelion-vs-saffron.json"
}