Lavender
#E7E9F3
BlueColor Codes
All color formats for development
HEX
#E7E9F3RGB
rgb(231, 233, 243)HSL
hsl(230, 33%, 93%)OKLCH
oklch(0.935 0.014 277.1)CMYK
cmyk(5%, 4%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8CCE3
2#A8AFD3
3#8992C3
4#6975B3
5#4F5C9E
6#404A7E
7#30375F
8#20253F
9#101220
Tints
Lighter variations
1#EAEBF4
2#ECEEF5
3#EEF0F7
4#F1F2F8
5#F3F4F9
6#F6F6FA
7#F8F8FB
8#FAFBFD
9#FDFDFE
Tones
Muted variations
1#E8EAF2
2#E8EAF2
3#E9EAF1
4#EAEBF1
5#EAEBF0
6#EBECF0
7#EBECEF
8#ECECEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D7 #D3D7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B7 #B1B7D8 | BordersInactive statesPlaceholder text |
| 400 | 8892 #8892C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6673 #6673B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B58 #4B5895 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C46 #3C4677 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B32 #2B3255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B20 #1B2036 | Primary textHigh emphasis contentDark headings |
| 950 | 1114 #111422 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F6FA;
--lavender-100: #E7E9F3;
--lavender-200: #D3D7E9;
--lavender-300: #B1B7D8;
--lavender-400: #8892C3;
--lavender-500: #6673B2;
--lavender-600: #4B5895;
--lavender-700: #3C4677;
--lavender-800: #2B3255;
--lavender-900: #1B2036;
--lavender-950: #111422;
}