<% colors.forEach(function(color) { %>
<% color.combinations.forEach(function(combo) { %>
<%= combo.hex %>

<% if (combo.accessibility.aaa) { %>
AAA
<% } else if (combo.accessibility.aa) { %>
AA
<% } %>
<%= combo.contrast.toFixed(2) %>
<% }) %>
<% }) %>
<% if (obj.readme) { %> <%= obj.readme %> <% } %>

Threshold: 4.5 (Level AA)

<% aaColors.forEach(function(color) { %> <% color.combinations.forEach(function(combo) { %>
<%= combo.hex %>

<% if (combo.accessibility.aaa) { %>
AAA
<% } else if (combo.accessibility.aa) { %>
AA
<% } %>
<%= combo.contrast.toFixed(2) %>
<% }) %> <% }) %>

Built using color. Demo colors from Colors.