Color Palettes gives you fast access to both HEX and RGB values so you can move colors into CSS, design files, presentations, and documentation.
Copy a HEX value
On the palette page, click a color strip, a HEX label, or a small color swatch area depending on the section. The copied value uses the standard #RRGGBB format.
Copy an RGB value
Click the RGB value under a color to copy a CSS-ready rgb(r, g, b) value. This is useful when your design or code environment expects RGB instead of HEX.
When to use each format
- Use HEX for most CSS variables, style guides, design tokens, and quick copy-paste workflows.
- Use RGB when you need alpha variations with
rgba()or when a tool expects RGB channels. - Use Chromo if you need more formats or deeper color information.
Copy tip
Keep HEX values uppercase in shared documentation for easier scanning, but CSS accepts either uppercase or lowercase.