Pular para o conteúdo
← Voltar para projetos

Oklch Picker

Color Picker for LCH

#OKLCH & LCH Color Picker

Color picker and converter for OKLCH and LCH color space.

OKLCH is a new way to encode colors (like hex, RGBA, or HSL):

  • OKLCH has native browser support.
  • It can encode more colors for modern screens (P3, Rec. 2020, and beyond).
  • Unlike HSL, OKLCH always has predictable contrast after color transformation.
  • In contrast with LCH and Lab, no hue shift on chroma changes.
  • Provides great accessibility on palette generation.

Additional links about Oklab and OKLCH:

#Development

To run a local copy for development:

  1. Use Dev Container which is coming with right Node.js and pnpm (or install them manually).

  2. Install dependencies:

    pnpm install
    
  3. Run local server:

    pnpm start
    

Nova versão disponível.