Color Tool
Pick colors, convert formats, and generate CSS gradients.
RGB
rgb(79, 140, 255)
HSL
hsl(217, 100%, 65%)
CSS Gradient Generator
135°
linear-gradient(135deg, #4f8cff, #9b59b6)
🔗 Related Tools
👁️ Views -
|
👤 Visitors -
About Color Tool
This free color tool helps designers and developers work with colors efficiently. Pick any color, instantly get its HEX, RGB, and HSL values, and generate beautiful CSS gradients — all in one place.
Color Format Reference
- HEX — Hexadecimal notation like #4f8cff, used in HTML/CSS.
- RGB — Red, Green, Blue values from 0-255, e.g. rgb(79, 140, 255).
- HSL — Hue (0-360), Saturation %, Lightness %, e.g. hsl(217, 100%, 65%).
CSS Gradient Tips
- Use linear-gradient for smooth transitions at any angle.
- Add more than two colors for complex effects.
- Use radial-gradient for circular color spreads.
- Test gradients on both light and dark content for contrast.