What is the HSL code for baby purple?
The CSS color baby purple in HSL format is hsl(270.7, 85.2%, 78.8%). Use this value directly in CSS, SVG, and most design tools.
How do I use baby purple in CSS?
To apply baby purple in CSS:
- Text color: color: hsl(270.7, 85.2%, 78.8%);
- Background: background-color: hsl(270.7, 85.2%, 78.8%);
- Border: border-color: hsl(270.7, 85.2%, 78.8%);
What are all the color format values for baby purple?
| Format | Value |
|---|---|
| HEX | #ca9bf7 |
| RGB | rgb(202, 155, 247) |
| HSL | hsl(270.7, 85.2%, 78.8%) |
| CMYK | cmyk(18.2%, 37.2%, 0%, 3.1%) |
How do I convert baby purple to HSL?
Select baby purple from the color name list in our color converter. The HSL value — hsl(270.7, 85.2%, 78.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does baby purple belong to?
baby purple belongs to the purple color family. It is a light, vivid color with HSL values: hue 270.7°, saturation 85.2%, lightness 78.8%.
How do I create lighter and darker shades of baby purple?
Lighter variant (lightness 93.8%): #f0e2fd. Darker variant (lightness 63.8%): #a554f1. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.