Lavender
#E9EEF1
BlueColor Codes
All color formats for development
HEX
#E9EEF1RGB
rgb(233, 238, 241)HSL
hsl(202, 22%, 93%)OKLCH
oklch(0.946 0.007 233.6)CMYK
cmyk(3%, 1%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CCD8DF
2#AFC2CC
3#92ABBA
4#7595A7
5#5C7E91
6#4A6474
7#374B57
8#25323A
9#12191D
Tints
Lighter variations
1#EBF0F2
2#EEF2F4
3#F0F3F5
4#F2F5F7
5#F4F7F8
6#F6F8F9
7#F8FAFB
8#FBFCFC
9#FDFDFE
Tones
Muted variations
1#EAEEF1
2#EAEEF0
3#EAEEF0
4#EBEEF0
5#EBEEEF
6#ECEEEF
7#ECEDEE
8#ECEDEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E0 #D7E0E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C8 #B7C8D1 | BordersInactive statesPlaceholder text |
| 400 | 92AB #92ABB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7393 #7393A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5877 #587789 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465E #465E6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3243 #32434E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202B #202B32 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F8F9;
--lavender-100: #E9EEF1;
--lavender-200: #D7E0E5;
--lavender-300: #B7C8D1;
--lavender-400: #92ABB9;
--lavender-500: #7393A5;
--lavender-600: #587789;
--lavender-700: #465E6D;
--lavender-800: #32434E;
--lavender-900: #202B32;
--lavender-950: #141B1F;
}