Lavender
#E7ECF4
BlueColor Codes
All color formats for development
HEX
#E7ECF4RGB
rgb(231, 236, 244)HSL
hsl(217, 37%, 93%)OKLCH
oklch(0.942 0.012 259.8)CMYK
cmyk(5%, 3%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6D2E5
2#A6B8D6
3#859EC7
4#6585B8
5#4B6CA2
6#3C5782
7#2D4161
8#1E2B41
9#0F1620
Tints
Lighter variations
1#E9EEF5
2#EBEFF6
3#EEF1F7
4#F0F3F8
5#F3F5F9
6#F5F7FB
7#F8F9FC
8#FAFBFD
9#FDFDFE
Tones
Muted variations
1#E7ECF3
2#E8ECF2
3#E9ECF2
4#E9ECF1
5#EAECF0
6#EBEDF0
7#EBEDEF
8#ECEDEE
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DB #D2DBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBF #AFBFDA | BordersInactive statesPlaceholder text |
| 400 | 859E #859EC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6282 #6282B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4767 #47679A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3852 #38527A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283A #283A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A25 #1A2538 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F7FA;
--lavender-100: #E7ECF4;
--lavender-200: #D2DBEA;
--lavender-300: #AFBFDA;
--lavender-400: #859EC7;
--lavender-500: #6282B7;
--lavender-600: #47679A;
--lavender-700: #38527A;
--lavender-800: #283A57;
--lavender-900: #1A2538;
--lavender-950: #101723;
}