Pick a color
1
CSS code
HEX#00e5ff
HEX8#00e5ffff
RGBrgb(0, 229, 255)
RGBArgba(0, 229, 255, 1)
VAR--color: #00e5ff;
Frequently Asked Questions
How do I use CSS Color Generator?
Step 2 — drag the Alpha slider to change transparency (0 fully transparent, 1 fully opaque); the swatch below is drawn on a checkered background so you can see the transparent effect. Step 3 — click one of the preset swatches to fill in a common theme colour.
What can CSS Color Generator do?
Typical scenarios: Front-end developers debugging component styles produce alpha-channel colours quickly (such as rgba(0, 229, 255, 0.5) ); design-system teams standardise a palette and emit CSS-variable code; adjust the tint of an…
Is my data private when I use CSS Color Generator?
Privacy: All colour generation happens locally in your browser and no network requests are made. Privacy: All colour generation happens locally in your browser and no network requests are made.
What technical details should I know about CSS Color Generator?
RGBA’s alpha uses a decimal 0-1. The CSS variable snippet uses the placeholder --color — rename it as needed.