Lavender
#E5EBF6
BlueColor Codes
All color formats for development
HEX
#E5EBF6RGB
rgb(229, 235, 246)HSL
hsl(219, 49%, 93%)OKLCH
oklch(0.939 0.016 262.8)CMYK
cmyk(7%, 4%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1CFEA
2#9EB4DE
3#7A99D2
4#577EC6
5#3C65B1
6#30518D
7#243D6A
8#182847
9#0C1423
Tints
Lighter variations
1#E7EDF7
2#EAEFF8
3#ECF1F9
4#EFF3FA
5#F2F5FA
6#F4F7FB
7#F7F9FC
8#FAFBFD
9#FCFDFE
Tones
Muted variations
1#E5EBF5
2#E6EBF4
3#E7EBF3
4#E8ECF2
5#E9ECF2
6#EAECF1
7#EBECF0
8#EBEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED9 #CED9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BC #A8BCE1 | BordersInactive statesPlaceholder text |
| 400 | 7A99 #7A99D1 | Disabled statesSecondary iconsMuted text |
| 500 | 547B #547BC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3960 #3960A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4C #2E4C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2136 #21365F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1523 #15233D | Primary textHigh emphasis contentDark headings |
| 950 | 0D16 #0D1626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FB;
--lavender-100: #E4EBF6;
--lavender-200: #CED9EE;
--lavender-300: #A8BCE1;
--lavender-400: #7A99D1;
--lavender-500: #547BC4;
--lavender-600: #3960A7;
--lavender-700: #2E4C85;
--lavender-800: #21365F;
--lavender-900: #15233D;
--lavender-950: #0D1626;
}