Lavender
#EAEEF1
BlueColor Codes
All color formats for development
HEX
#EAEEF1RGB
rgb(234, 238, 241)HSL
hsl(206, 20%, 93%)OKLCH
oklch(0.947 0.006 239.8)CMYK
cmyk(3%, 1%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CDD7DE
2#B1BFCB
3#94A8B8
4#7891A5
5#5F7A8E
6#4C6172
7#394955
8#263139
9#13181C
Tints
Lighter variations
1#ECEFF2
2#EEF1F4
3#F0F3F5
4#F2F5F6
5#F4F6F8
6#F6F8F9
7#F9FAFB
8#FBFCFC
9#FDFDFE
Tones
Muted variations
1#EAEEF0
2#EAEEF0
3#EBEDF0
4#EBEDEF
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 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C6 #B9C6D0 | BordersInactive statesPlaceholder text |
| 400 | 94A8 #94A8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758F #758FA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A73 #5A7387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475C #475C6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3341 #33414D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A31 | 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: #F6F8F9;
--lavender-100: #EAEEF1;
--lavender-200: #D7DFE4;
--lavender-300: #B9C6D0;
--lavender-400: #94A8B8;
--lavender-500: #758FA3;
--lavender-600: #5A7387;
--lavender-700: #475C6B;
--lavender-800: #33414D;
--lavender-900: #212A31;
--lavender-950: #141A1F;
}