What is the HEX code for lavender blue?
The CSS color lavender blue in HEX format is #8b88f8. Use this value directly in CSS, SVG, and most design tools.
How do I use lavender blue in CSS?
To apply lavender blue in CSS:
- Text color: color: #8b88f8;
- Background: background-color: #8b88f8;
- Border: border-color: #8b88f8;
What are all the color format values for lavender blue?
| Format | Value |
|---|---|
| HEX | #8b88f8 |
| RGB | rgb(139, 136, 248) |
| HSL | hsl(241.6, 88.9%, 75.3%) |
| CMYK | cmyk(44%, 45.2%, 0%, 2.7%) |
How do I convert lavender blue to HEX?
Select lavender blue from the color name list in our color converter. The HEX value — #8b88f8 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does lavender blue belong to?
lavender blue belongs to the blue color family. It is a light, vivid color with HSL values: hue 241.6°, saturation 88.9%, lightness 75.3%.
How do I create lighter and darker shades of lavender blue?
Lighter variant (lightness 90.3%): #d1d0fc. Darker variant (lightness 60.3%): #4540f4. 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.