Lavender
#E7EBF3
BlueColor Codes
All color formats for development
HEX
#E7EBF3RGB
rgb(231, 235, 243)HSL
hsl(220, 33%, 93%)OKLCH
oklch(0.939 0.012 264.5)CMYK
cmyk(5%, 3%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8D1E3
2#A8B7D3
3#899CC3
4#6982B3
5#4F6A9E
6#40547E
7#303F5F
8#202A3F
9#101520
Tints
Lighter variations
1#EAEDF4
2#ECEFF5
3#EEF1F7
4#F1F3F8
5#F3F5F9
6#F6F7FA
7#F8F9FB
8#FAFBFD
9#FDFDFE
Tones
Muted variations
1#E8EBF2
2#E8ECF2
3#E9ECF1
4#EAECF1
5#EAECF0
6#EBECF0
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 | E7EB #E7EBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DA #D3DAE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BE #B1BED8 | BordersInactive statesPlaceholder text |
| 400 | 889C #889CC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6680 #6680B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B64 #4B6495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4F #3C4F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B39 #2B3955 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B24 #1B2436 | Primary textHigh emphasis contentDark headings |
| 950 | 1117 #111722 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F7FA;
--lavender-100: #E7EBF3;
--lavender-200: #D3DAE9;
--lavender-300: #B1BED8;
--lavender-400: #889CC3;
--lavender-500: #6680B2;
--lavender-600: #4B6495;
--lavender-700: #3C4F77;
--lavender-800: #2B3955;
--lavender-900: #1B2436;
--lavender-950: #111722;
}