Lavender
#E5ECF6
BlueColor Codes
All color formats for development
HEX
#E5ECF6RGB
rgb(229, 236, 246)HSL
hsl(215, 49%, 93%)OKLCH
oklch(0.941 0.015 257.2)CMYK
cmyk(7%, 4%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1D2EA
2#9EB8DE
3#7A9FD2
4#5785C6
5#3C6DB1
6#30578D
7#24416A
8#182C47
9#0C1623
Tints
Lighter variations
1#E7EEF7
2#EAF0F8
3#ECF1F9
4#EFF3FA
5#F2F5FA
6#F4F7FB
7#F7F9FC
8#FAFBFD
9#FCFDFE
Tones
Muted variations
1#E5ECF5
2#E6ECF4
3#E7ECF3
4#E8ECF2
5#E9ECF2
6#EAEDF1
7#EBEDF0
8#EBEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDB #CEDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C0 #A8C0E1 | BordersInactive statesPlaceholder text |
| 400 | 7A9E #7A9ED1 | Disabled statesSecondary iconsMuted text |
| 500 | 5483 #5483C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3967 #3967A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E52 #2E5285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213B #213B5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1525 #15253D | Primary textHigh emphasis contentDark headings |
| 950 | 0D17 #0D1726 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F7FB;
--lavender-100: #E4ECF6;
--lavender-200: #CEDBEE;
--lavender-300: #A8C0E1;
--lavender-400: #7A9ED1;
--lavender-500: #5483C4;
--lavender-600: #3967A7;
--lavender-700: #2E5285;
--lavender-800: #213B5F;
--lavender-900: #15253D;
--lavender-950: #0D1726;
}