Lavender
#EBEEF0
BlueColor Codes
All color formats for development
HEX
#EBEEF0RGB
rgb(235, 238, 240)HSL
hsl(204, 14%, 93%)OKLCH
oklch(0.947 0.004 236.5)CMYK
cmyk(2%, 1%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D0D7DB
2#B5C0C7
3#9AA8B2
4#7F919E
5#667A87
6#52626C
7#3D4951
8#293136
9#14181B
Tints
Lighter variations
1#EDEFF1
2#EFF1F3
3#F1F3F4
4#F3F5F6
5#F5F6F7
6#F7F8F9
7#F9FAFA
8#FBFCFC
9#FDFDFD
Tones
Muted variations
1#EBEEEF
2#EBEEEF
3#EBEDEF
4#ECEDEF
5#ECEDEE
6#ECEDEE
7#ECEDEE
8#EDEDEE
9#EDEDED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC6 #BCC6CD | BordersInactive statesPlaceholder text |
| 400 | 99A8 #99A8B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8F #7C8F9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6073 #607380 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5C #4D5C66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3742 #374249 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F8F8;
--lavender-100: #EBEEF0;
--lavender-200: #D9DFE2;
--lavender-300: #BCC6CD;
--lavender-400: #99A8B2;
--lavender-500: #7C8F9C;
--lavender-600: #607380;
--lavender-700: #4D5C66;
--lavender-800: #374249;
--lavender-900: #232A2F;
--lavender-950: #161A1D;
}