Lavender
#E8ECF2
BlueColor Codes
All color formats for development
HEX
#E8ECF2RGB
rgb(232, 236, 242)HSL
hsl(216, 28%, 93%)OKLCH
oklch(0.942 0.009 258.3)CMYK
cmyk(4%, 2%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CAD3E1
2#ABBAD0
3#8DA1BF
4#6F88AE
5#557098
6#445A79
7#33435B
8#222D3D
9#11161E
Tints
Lighter variations
1#EAEEF3
2#EDF0F5
3#EFF2F6
4#F1F4F7
5#F4F6F9
6#F6F7FA
7#F8F9FB
8#FAFBFC
9#FDFDFE
Tones
Muted variations
1#E9ECF2
2#E9ECF1
3#EAECF1
4#EAEDF0
5#EBEDF0
6#EBEDEF
7#ECEDEF
8#ECEDEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DC #D5DCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C1 #B4C1D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA1 #8DA1BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C86 #6C86AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 516A #516A90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4054 #405472 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3C #2E3C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D27 #1D2734 | Primary textHigh emphasis contentDark headings |
| 950 | 1218 #121821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F7F9;
--lavender-100: #E8ECF2;
--lavender-200: #D5DCE7;
--lavender-300: #B4C1D5;
--lavender-400: #8DA1BF;
--lavender-500: #6C86AC;
--lavender-600: #516A90;
--lavender-700: #405472;
--lavender-800: #2E3C52;
--lavender-900: #1D2734;
--lavender-950: #121821;
}