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": "gold-vs-school-bus-yellow",
"type": "nearest",
"name": "Gold vs School Bus Yellow",
"verdict": "Gold and School Bus Yellow are very close colors. School Bus Yellow 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": "Gold and School Bus Yellow are different yellow colors with HEX values #FFD700 and #FFD800. According to Colors Encyclopedia, their RGB distance is 1, their contrast ratio is 1.01:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 1,
"contrastRatio": 1.01,
"colors": [
{
"slug": "gold",
"name": "Gold",
"hex": "#FFD700",
"rgb": [
255,
215,
0
],
"hsl": [
51,
100,
50
],
"cmyk": [
0,
16,
100,
0
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.6986,
"contrast": {
"black": 14.97,
"white": 1.4
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 14.97
},
"description": "Gold is #FFD700, a warm yellow color with vibrant character. Compared with School Bus Yellow, it is darker 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/gold/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/gold.json"
},
{
"slug": "school-bus-yellow",
"name": "School Bus Yellow",
"hex": "#FFD800",
"rgb": [
255,
216,
0
],
"hsl": [
51,
100,
50
],
"cmyk": [
0,
15,
100,
0
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.7037,
"contrast": {
"black": 15.07,
"white": 1.39
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 15.07
},
"description": "School Bus Yellow is #FFD800, a warm yellow color with vibrant character. Compared with Gold, it is lighter and similar in saturation. Use it for historical references, pigment palettes, and cultural color systems, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/school-bus-yellow/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/school-bus-yellow.json"
}
],
"differences": {
"rgbDistance": 1,
"contrastRatio": 1.01,
"hslDelta": {
"hue": 0,
"saturation": 0,
"lightness": 0
},
"luminanceDelta": 0.0051,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "School Bus Yellow",
"moreSaturatedColor": "Gold"
},
"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": "Gold",
"background": "#FFD700",
"foreground": "#000000",
"label": "black text",
"ratio": 14.97
},
{
"color": "School Bus Yellow",
"background": "#FFD800",
"foreground": "#000000",
"label": "black text",
"ratio": 15.07
}
]
},
"useCases": {
"chooseFirstWhen": "Gold is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #FFD700.",
"chooseSecondWhen": "School Bus Yellow is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #FFD800.",
"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/gold-vs-school-bus-yellow.json",
"https://www.colorsencyclopedia.com/api/colors/gold.json",
"https://www.colorsencyclopedia.com/api/colors/school-bus-yellow.json"
],
"url": "https://www.colorsencyclopedia.com/compare/gold-vs-school-bus-yellow/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/gold-vs-school-bus-yellow.json"
}