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": "honey-vs-sunflower",
"type": "nearest",
"name": "Honey vs Sunflower",
"verdict": "Honey and Sunflower are very close colors. Sunflower is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.01:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Honey and Sunflower are different yellow colors with HEX values #FFC30B and #FFC512. According to Colors Encyclopedia, their RGB distance is 7.3, their contrast ratio is 1.01:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 7.3,
"contrastRatio": 1.01,
"colors": [
{
"slug": "honey",
"name": "Honey",
"hex": "#FFC30B",
"rgb": [
255,
195,
11
],
"hsl": [
45,
100,
52
],
"cmyk": [
0,
24,
96,
0
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.6031,
"contrast": {
"black": 13.06,
"white": 1.61
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 13.06
},
"description": "Honey is #FFC30B, a warm yellow color with vibrant character. Compared with Sunflower, it is darker and similar in saturation. Use it for warm accents, food branding, and interior palettes, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/honey/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/honey.json"
},
{
"slug": "sunflower",
"name": "Sunflower",
"hex": "#FFC512",
"rgb": [
255,
197,
18
],
"hsl": [
45,
100,
54
],
"cmyk": [
0,
23,
93,
0
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.6124,
"contrast": {
"black": 13.25,
"white": 1.59
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 13.25
},
"description": "Sunflower is #FFC512, a warm yellow color with vibrant character. Compared with Honey, it is lighter and similar in saturation. Use it for highlight colors, editorial accents, and warm backgrounds, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/sunflower/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/sunflower.json"
}
],
"differences": {
"rgbDistance": 7.3,
"contrastRatio": 1.01,
"hslDelta": {
"hue": 0,
"saturation": 0,
"lightness": 2
},
"luminanceDelta": 0.0093,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Sunflower",
"moreSaturatedColor": "Honey"
},
"accessibility": {
"pairContrastRatio": 1.01,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Honey",
"background": "#FFC30B",
"foreground": "#000000",
"label": "black text",
"ratio": 13.06
},
{
"color": "Sunflower",
"background": "#FFC512",
"foreground": "#000000",
"label": "black text",
"ratio": 13.25
}
]
},
"useCases": {
"chooseFirstWhen": "Honey is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #FFC30B.",
"chooseSecondWhen": "Sunflower is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #FFC512.",
"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/honey-vs-sunflower.json",
"https://www.colorsencyclopedia.com/api/colors/honey.json",
"https://www.colorsencyclopedia.com/api/colors/sunflower.json"
],
"url": "https://www.colorsencyclopedia.com/compare/honey-vs-sunflower/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/honey-vs-sunflower.json"
}