Lavender Hex Code — #E6E6FA
RGB, HSL, and CMYK values for Lavender.
Lavender Color Values
| Format | Value |
|---|---|
| HEX | #E6E6FA |
| RGB | rgb(230, 230, 250) |
| HSL | hsl(240, 67%, 94%) |
| CMYK | cmyk(8%, 8%, 0%, 2%) |
Want to explore more shades? Use our Color Converter
About Lavender
Color psychology: Serenity, grace, calm.
Lavender (#E6E6FA) is a light shade of purple. It's commonly used in web design, graphic design, and branding where serenity, grace, calm are desired associations.
How to Use Lavender in CSS
/* Using HEX */ color: #E6E6FA; background-color: #E6E6FA; /* Using RGB */ color: rgb(230, 230, 250); /* Using HSL */ color: hsl(240, 67%, 94%);