What is the HEX code for light indigo?
The CSS color light indigo in HEX format is #6d5acf. Use this value directly in CSS, SVG, and most design tools.
How do I use light indigo in CSS?
To apply light indigo in CSS:
- Text color: color: #6d5acf;
- Background: background-color: #6d5acf;
- Border: border-color: #6d5acf;
What are all the color format values for light indigo?
| Format | Value |
|---|---|
| HEX | #6d5acf |
| RGB | rgb(109, 90, 207) |
| HSL | hsl(249.7, 54.9%, 58.2%) |
| CMYK | cmyk(47.3%, 56.5%, 0%, 18.8%) |
How do I convert light indigo to HEX?
Select light indigo from the color name list in our color converter. The HEX value — #6d5acf — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light indigo belong to?
light indigo belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 249.7°, saturation 54.9%, lightness 58.2%.
How do I create lighter and darker shades of light indigo?
Lighter variant (lightness 73.2%): #a195e0. Darker variant (lightness 43.2%): #4532ab. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.