Lavender
#E9EEF2
BlueColor Codes
All color formats for development
HEX
#E9EEF2RGB
rgb(233, 238, 242)HSL
hsl(207, 26%, 93%)OKLCH
oklch(0.946 0.008 241.7)CMYK
cmyk(4%, 2%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CBD7E0
2#ADBFCF
3#8FA8BD
4#7191AC
5#587A95
6#466178
7#35495A
8#23313C
9#12181E
Tints
Lighter variations
1#EBEFF3
2#EDF1F4
3#EFF3F6
4#F2F5F7
5#F4F6F8
6#F6F8FA
7#F8FAFB
8#FBFCFC
9#FDFDFE
Tones
Muted variations
1#E9EEF1
2#E9EEF1
3#EAEDF0
4#EAEDF0
5#EBEDEF
6#EBEDEF
7#ECEDEF
8#ECEDEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C6 #B5C6D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA8 #8FA8BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E8F #6E8FAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5373 #53738D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425C #425C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F41 #2F4150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2A #1E2A33 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F8F9;
--lavender-100: #E9EEF2;
--lavender-200: #D5DFE6;
--lavender-300: #B5C6D4;
--lavender-400: #8FA8BD;
--lavender-500: #6E8FAA;
--lavender-600: #53738D;
--lavender-700: #425C70;
--lavender-800: #2F4150;
--lavender-900: #1E2A33;
--lavender-950: #131A20;
}