Explore the base color
Review HEX, RGB, HSL, and HSV for lavender, then browse shades, tints, tones, and hues.
Lavender color codes for #E6E6FA — HEX, RGB, HSL, HSV, shades, named lavenders, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for lavender, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named lavender shade to load codes and harmonies.
Copy HEX, rgb(), hsl(), or the keyword—and check contrast on white and black.
Core relationships used by this color tool.
Common picks with formula and result.
CSS keyword
Family neighbor
Background use
Harmony hint
Version 1.0.0
Shades/tints/tones adjust HSL L or S from base H; harmonies offset H on the hue circleLavender is a pastel wash for backgrounds and wellness UIs, not for small text on white.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--lavender: #e6e6fa;
--lavender-deep: #9370db;
--lavender-ink: #4b0082;
}
.banner {
background-color: var(--lavender);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| lavender | #E6E6FA | 230, 230, 250 | Base keyword |
| thistle | #D8BFD8 | 216, 191, 216 | Named shade |
| plum | #DDA0DD | 221, 160, 221 | Named shade |
| violet | #EE82EE | 238, 130, 238 | Named shade |
| mediumpurple | #9370DB | 147, 112, 219 | Mid tone |
| lavenderblush | #FFF0F5 | 255, 240, 245 | Light tint |
| ghostwhite | #F8F8FF | 248, 248, 255 | Named shade |
| purple | #800080 | 128, 0, 128 | Named shade |
| blueviolet | #8A2BE2 | 138, 43, 226 | Named shade |
| darkmagenta | #8B008B | 139, 0, 139 | Dark shade |
| darkorchid | #9932CC | 153, 50, 204 | Dark shade |
| darkviolet | #9400D3 | 148, 0, 211 | Dark shade |
Key distinctions behind the tool.
The CSS named color lavender is #E6E6FA, equal to rgb(230, 230, 250) and hsl(240°, 67%, 94%).
Lavender is very light. Thistle is a bit deeper and grayer.
White, silver, and muted greens keep lavender serene. Deep purple anchors it. Always check text contrast.
Lavender text on white fails contrast—use dark purple on lavender backgrounds instead.
Use color: lavender;, color: #E6E6FA;, or color: rgb(230, 230, 250); on any property that accepts a <color> value, including background-color and border-color.