Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hsl-to-hex

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hsl-to-hex

Convert HSL colors to RGB colors in hex format.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
605K
increased by14.45%
Maintainers
1
Weekly downloads
 
Created

What is hsl-to-hex?

The hsl-to-hex npm package is a simple utility that converts HSL (Hue, Saturation, Lightness) color values to HEX color codes. This can be particularly useful in web development and design where HEX color codes are commonly used.

What are hsl-to-hex's main functionalities?

Convert HSL to HEX

This feature allows you to convert HSL color values to HEX color codes. The function takes three arguments: hue (0-360), saturation (0-100), and lightness (0-100). The output is a HEX color code.

const hslToHex = require('hsl-to-hex');
const hexColor = hslToHex(360, 100, 50);
console.log(hexColor); // Output: #ff0000

Other packages similar to hsl-to-hex

FAQs

Package last updated on 09 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc