Granulated sugar converter
Use the Granulated sugar converter for supported mass and volume conversions based on published source evidence.
Calculated for Granulated sugar using published source evidence.
Convert Granulated sugar
medium: No fallback was used; the approved direct release-backed cup portion is retained.
Source record: 334247. Method: direct_one_cup_measurement.
Measurement context
Granulated sugar. Confidence: medium. Compatibility: unknown.
USDA identifies this food as Granulated sugar, but not every preparation or packing condition is specified.
Source
USDA FoodData Central record 334247. Dataset: Foundation Foods, April 2026. Measurement: structured direct cup portion. Confidence: medium.
Embed this converter
Publish the source-backed converter with its visible attribution and source context.
Paste both parts. The frame sizes itself to its content; the height attribute is only the fallback used if the script does not run.
<iframe src="https://eatslogic.com/ingredient/granulated-sugar/embed/" title="Granulated sugar converter" width="100%" height="1500" loading="lazy" referrerpolicy="strict-origin-when-cross-origin" style="border:0;max-width:100%" data-eatslogic-embed></iframe>
<script>
(function(){
if (window.__eatslogicEmbedResize) return;
window.__eatslogicEmbedResize = true;
window.addEventListener("message", function (event) {
var data = event.data;
if (!data || data.type !== "eatslogic:embed-resize" || data.version !== 1) return;
var height = Number(data.height);
if (!isFinite(height) || height < 120 || height > 5000) return;
var frames = document.querySelectorAll("iframe[data-eatslogic-embed]");
for (var i = 0; i < frames.length; i++) {
if (frames[i].contentWindow !== event.source) continue;
if (event.origin !== new URL(frames[i].src, location.href).origin) return;
frames[i].style.height = Math.ceil(height) + "px";
return;
}
});
})();
</script>