Lavender
#E4EBF7
BlueColor Codes
All color formats for development
HEX
#E4EBF7RGB
rgb(228, 235, 247)HSL
hsl(218, 54%, 93%)OKLCH
oklch(0.938 0.018 261.3)CMYK
cmyk(8%, 5%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFCFEC
2#9AB4E1
3#7699D6
4#517ECB
5#3766B7
6#2C5192
7#213D6E
8#162949
9#0B1425
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#E4EBF6
2#E5EBF5
3#E6EBF4
4#E7ECF3
5#E8ECF2
6#E9ECF1
7#EAECF0
8#EBEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD9 #CCD9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BC #A5BCE4 | BordersInactive statesPlaceholder text |
| 400 | 7699 #7699D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E7C #4E7CCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3460 #3460AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 294C #294C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D37 #1D3762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1323 #13233F | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F6FB;
--lavender-100: #E4EBF7;
--lavender-200: #CCD9F0;
--lavender-300: #A5BCE4;
--lavender-400: #7699D6;
--lavender-500: #4E7CCA;
--lavender-600: #3460AD;
--lavender-700: #294C89;
--lavender-800: #1D3762;
--lavender-900: #13233F;
--lavender-950: #0C1627;
}