Lavender
#E9EDF1
BlueColor Codes
All color formats for development
HEX
#E9EDF1RGB
rgb(233, 237, 241)HSL
hsl(210, 22%, 93%)OKLCH
oklch(0.944 0.007 247.9)CMYK
cmyk(3%, 2%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CCD5DF
2#AFBECC
3#92A6BA
4#758EA7
5#5C7791
6#4A5F74
7#374757
8#252F3A
9#12181D
Tints
Lighter variations
1#EBEFF2
2#EEF1F4
3#F0F3F5
4#F2F4F7
5#F4F6F8
6#F6F8F9
7#F8FAFB
8#FBFBFC
9#FDFDFE
Tones
Muted variations
1#EAEDF1
2#EAEDF0
3#EAEDF0
4#EBEDF0
5#EBEDEF
6#ECEDEF
7#ECEDEE
8#ECEDEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C4 #B7C4D1 | BordersInactive statesPlaceholder text |
| 400 | 92A6 #92A6B9 | Disabled statesSecondary iconsMuted text |
| 500 | 738C #738CA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5870 #587089 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4659 #46596D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3240 #32404E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202932 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F7F9;
--lavender-100: #E9EDF1;
--lavender-200: #D7DEE5;
--lavender-300: #B7C4D1;
--lavender-400: #92A6B9;
--lavender-500: #738CA5;
--lavender-600: #587089;
--lavender-700: #46596D;
--lavender-800: #32404E;
--lavender-900: #202932;
--lavender-950: #141A1F;
}