Developer Tools
General
Home
Data Visualization
Parquet VisualizerCSV VisualizerTSV ViewerExcel PreviewerAvro ViewerProtobuf ViewerORC ViewerJSONL ViewerSchema Inspector
Big Data Formats
Delta Lake ExplorerIceberg Metadata Viewer
Data Engineering
SQL Query ToolSQL Query VisualizerSpark Error DecoderKafka Message DecoderDBT Lineage ViewerCSV to JSON
Developer Tools
GitHub Repo Analyzer
Security & Auth
JWT DecoderJWT Expiry CheckerBase64 ToolHash GeneratorUUID GeneratorAPI Key GeneratorBcrypt GeneratorPassword Generator
JSON / SQL Tools
JSON FormatterJSON Diff CheckerJSON Path TesterJSON Schema GeneratorJSON ViewerJSON to TypeScript / PythonSQL FormatterSQL Query ConverterER Diagram GeneratorAPI TesterCurl GeneratorTimestamp ConverterXML FormatterYAML ValidatorMaven Dependency Visualizer
Text & Encoding
Regex TesterRegex GeneratorRegex ExplainerDiff CheckerURL Encoder/DecoderMarkdown PreviewerHTML ViewerUnicode ConverterTimezone Converter
Cloud & DevOps
Cron GeneratorAWS ARN DecoderDocker Compose GeneratorTerraform FormatterKubernetes YAML Visualizer
Productivity
ENV GeneratorGitignore GeneratorMarkdown Table GeneratorREADME GeneratorCommit Message GeneratorChangelog GeneratorCode Snippet Manager
Design & Media
QR Code GeneratorBarcode GeneratorColor PickerSVG OptimizerMermaid Viewer & Editor
  1. /
  2. Color Picker

HEX
RGB
rgb(74, 222, 128)
HSL
hsl(142, 69%, 58%)
CSS Snippets
background-color: #4ade80;
color: rgb(74, 222, 128);
border-color: hsl(142, 69%, 58%);
Nearest Tailwind
green-400

Pick colors and convert HEX, RGB, HSL — with Tailwind classes

Pick any color and convert it between HEX, RGB, and HSL notations instantly, plus find the nearest Tailwind CSS color class. Runs entirely in your browser with live preview.

Frequently Asked Questions

What is the difference between HEX, RGB, and HSL?
They describe the same color differently: HEX (#4ade80) is compact for CSS, RGB expresses red/green/blue channels, and HSL (hue, saturation, lightness) is easiest for humans to adjust systematically.
How does the nearest Tailwind class work?
The tool computes the distance between your color and every color in the Tailwind palette, returning the closest match — handy when converting an existing design to Tailwind.
When should I use HSL instead of HEX?
Use HSL when you need systematic variations — lightening a hover state or building a palette — because changing one HSL component predictably changes the appearance.
Does this support alpha (transparency)?
The converter focuses on opaque colors. For transparency, append an alpha channel in your CSS using rgba() or 8-digit hex once you have the base color.

Related Tools

SVG OptimizerClean and minify SVG files.QR Code GeneratorGenerate customizable QR codes.HTML ViewerPreview HTML in a sandboxed iframe.
Hexabench

60+ free developer tools that process your files locally in your browser. No uploads, no sign-up, no tracking of your data.

Popular Tools

  • JSON Formatter
  • JWT Decoder
  • Regex Tester
  • Diff Checker
  • Timestamp Converter
  • UUID Generator

Data Engineering

  • Parquet Viewer
  • Avro Viewer
  • Iceberg Metadata Viewer
  • Delta Lake Explorer
  • SQL Query Tool
  • Kafka Message Decoder

Resources

  • Blog
  • About
  • Privacy
  • Terms
© 2026 Hexabench · Free local-first developer tools