Lavender
#E7ECF3
BlueColor Codes
All color formats for development
HEX
#E7ECF3RGB
rgb(231, 236, 243)HSL
hsl(215, 33%, 93%)OKLCH
oklch(0.941 0.011 256.7)CMYK
cmyk(5%, 3%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8D3E3
2#A8BAD3
3#89A1C3
4#6988B3
5#4F709E
6#405A7E
7#30435F
8#202D3F
9#101620
Tints
Lighter variations
1#EAEEF4
2#ECF0F5
3#EEF2F7
4#F1F4F8
5#F3F6F9
6#F6F7FA
7#F8F9FB
8#FAFBFD
9#FDFDFE
Tones
Muted variations
1#E8ECF2
2#E8ECF2
3#E9ECF1
4#EAEDF1
5#EAEDF0
6#EBEDF0
7#EBEDEF
8#ECEDEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DC #D3DCE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C1 #B1C1D8 | BordersInactive statesPlaceholder text |
| 400 | 88A1 #88A1C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6686 #6686B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6A #4B6A95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C54 #3C5477 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3C #2B3C55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B27 #1B2736 | Primary textHigh emphasis contentDark headings |
| 950 | 1118 #111822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F7FA;
--lavender-100: #E7ECF3;
--lavender-200: #D3DCE9;
--lavender-300: #B1C1D8;
--lavender-400: #88A1C3;
--lavender-500: #6686B2;
--lavender-600: #4B6A95;
--lavender-700: #3C5477;
--lavender-800: #2B3C55;
--lavender-900: #1B2736;
--lavender-950: #111822;
}