Color converter
Paste any CSS color, see all formats — including OKLCH.
Tools → Convert → Color toolkit · 7-day free trial · Premium $9.99 / yr
- Hex
#b9ff41 - RGB
rgb(185 255 65) - HSL
hsl(82.11 100% 62.75%) - OKLCH
oklch(92.08% 0.2198 128.24) - Tailwind
bg-[#b9ff41]
Built for the things AI can’t fake
This tool runs free, right here. The extension adds three things a web widget can’t:
Playground
↗JS / TS scratchpad — sandboxed and instrumented.
Paste real code, hit Run. Console + network monitor + watch expressions all in one panel.
- ·Real ES modules · top-level await
- ·URL imports — esm.sh & friends
- ·Live fetch monitor (every call)
- ·Watch expressions in your scope
- ·10s sandbox timeout · zero CORS pain
HTTP client
↗Postman-style request runner.
Save collections, share variables, hit any API. Includes GraphQL with introspection, OpenAPI / cURL import.
- ·Bearer / Basic / API-key auth
- ·GraphQL · introspection
- ·OpenAPI 3.x · cURL import
- ·Copy as fetch / axios / Python
Realtime (WS + SSE)
↗Stream-protocol tester — what Postman doesn’t do well.
WebSocket + Server-Sent Events with custom auth headers, auto-reconnect, JSON pretty-print.
- ·wss:// + ws:// + subprotocols
- ·SSE via fetch — Authorization works
- ·Auto-reconnect with backoff
- ·Send composer · ⌘ + Enter
What it does
Modern CSS keeps adding color formats. hex / rgb are old friends. hsl is easier to reason about (rotate hue, slide saturation). OKLCH is the newest — perceptually uniform, meaning equal lightness numbers actually look equally light.
The Color toolkit parses any of them (plus named colors and oklab / color-mix / anything CSS knows) and shows you all formats simultaneously.
Why use VibeGear's color converter
- ✓Hex / rgb / hsl / hsv / OKLCH in one paste
- ✓Tints + shades rows for picking palette steps
- ✓WCAG contrast checker built in
- ✓Click any swatch or row to copy
How to use it
- 1Tools → Convert → Color toolkit.
- 2Paste any color value or use the native color picker.
- 3Read the formats; click any swatch to copy hex.
Frequently asked
Does it support oklab() and color-mix()?
Yes — anything the browser parses. We use a canvas-assist trick to read whatever CSS color the input is, then compute every other format from RGB.
Related tools
One install. Every tool above.
7 days free, then VibeGear Premium is $9.99 / €9.99 per year. Everything runs locally.
Install & start trial →→