SVG export bug
complete
Jason Spidle
The SVG export includes some badges in the upper right of the color. Currently, they have labels like 95Lc and 67Lc and 94Lc. I assume these correspond to WCAG ratings but it's not entirely clear.
It'd also be nice if we could select what reprsentation of the color is printed on the swatches (hex, rgba, etc).
Angelo Libero
marked this post as
complete
Angelo Libero
Hi Jason, thanks for the feedback!
Both features you're looking for are actually already available via the Settings Floatbar at the bottom of the editor:
Contrast badges: The badges (e.g. "95Lc") are APCA contrast scores. You can switch to WCAG from the Accessibility settings (left side of the floatbar) — this will show familiar labels like "AA", "AAA" or ratios like "4.5:1" instead.
Color format on swatches: You can change the color representation (HEX, RGB, HSL, OKLCH) from the Color settings (right side of the floatbar). The SVG export will reflect whatever format you have selected.
Hope this helps!