Lavender
#E7EEF3
BlueColor Codes
All color formats for development
HEX
#E7EEF3RGB
rgb(231, 238, 243)HSL
hsl(205, 33%, 93%)OKLCH
oklch(0.945 0.01 238.5)CMYK
cmyk(5%, 2%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8D8E3
2#A8C1D3
3#89ABC3
4#6994B3
5#4F7D9E
6#40647E
7#304B5F
8#20323F
9#101920
Tints
Lighter variations
1#EAF0F4
2#ECF2F5
3#EEF3F7
4#F1F5F8
5#F3F7F9
6#F6F8FA
7#F8FAFB
8#FAFCFD
9#FDFDFE
Tones
Muted variations
1#E8EEF2
2#E8EEF2
3#E9EEF1
4#EAEEF1
5#EAEEF0
6#EBEEF0
7#EBEDEF
8#ECEDEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E0 #D3E0E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C8 #B1C8D8 | BordersInactive statesPlaceholder text |
| 400 | 88AB #88ABC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6693 #6693B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B76 #4B7695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5E #3C5E77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B43 #2B4355 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2B #1B2B36 | Primary textHigh emphasis contentDark headings |
| 950 | 111B #111B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F8FA;
--lavender-100: #E7EEF3;
--lavender-200: #D3E0E9;
--lavender-300: #B1C8D8;
--lavender-400: #88ABC3;
--lavender-500: #6693B2;
--lavender-600: #4B7695;
--lavender-700: #3C5E77;
--lavender-800: #2B4355;
--lavender-900: #1B2B36;
--lavender-950: #111B22;
}