Lavender
#E4ECF7
BlueColor Codes
All color formats for development
HEX
#E4ECF7RGB
rgb(228, 236, 247)HSL
hsl(215, 54%, 93%)OKLCH
oklch(0.94 0.017 256.3)CMYK
cmyk(8%, 4%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFD2EC
2#9AB8E1
3#769ED6
4#5184CB
5#376CB7
6#2C5692
7#21416E
8#162B49
9#0B1625
Tints
Lighter variations
1#E6EDF8
2#E9EFF8
3#ECF1F9
4#EFF3FA
5#F1F5FB
6#F4F7FC
7#F7F9FD
8#FAFBFD
9#FCFDFE
Tones
Muted variations
1#E4ECF6
2#E5ECF5
3#E6ECF4
4#E7ECF3
5#E8ECF2
6#E9EDF1
7#EAEDF0
8#EBEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDB #CCDBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BF #A5BFE4 | BordersInactive statesPlaceholder text |
| 400 | 769E #769ED6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E82 #4E82CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3466 #3466AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2951 #295189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D3A #1D3A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1325 #13253F | Primary textHigh emphasis contentDark headings |
| 950 | 0C17 #0C1727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F7FB;
--lavender-100: #E4ECF7;
--lavender-200: #CCDBF0;
--lavender-300: #A5BFE4;
--lavender-400: #769ED6;
--lavender-500: #4E82CA;
--lavender-600: #3466AD;
--lavender-700: #295189;
--lavender-800: #1D3A62;
--lavender-900: #13253F;
--lavender-950: #0C1727;
}