Skip to main content
All CollectionsReports & visualizationCharts
Choosing and setting colors in charts
Choosing and setting colors in charts

Data vizualisations in charts benefit from carefully selected color palettes that ensure correct interpretation and clarity

Updated over 3 months ago

Supported color formats

You can use the following color formats in chart JSON options:

  • HEX: e.g. #08bdda - a solid (no-transparency) teal color

  • HEX with alpha: e.g. #43ff6480 - a green color, at 50% opacity/translucency

  • RGB: e.g. rgb(255, 0, 0) -- a solid red color

  • RGBA: e.g. rgb(255, 0, 0, 0.5) -- a red color, at 50% opacity/translucency

  • "transparent" -- for no color

This tool can help you create and transform between HEX, HEX with Alpha, RGB, and RGBA formats.


Effective color palettes for data visualization

Data vizualisations in charts benefit from carefully selected color palettes that ensure correct interpretation and clarity.

These resources can help you identify well-tested, harmonious, and clear color palettes for your Neara charts:

Did this answer your question?