Lavender
#ECEDEF
WhiteColor Codes
All color formats for development
HEX
#ECEDEFRGB
rgb(236, 237, 239)HSL
hsl(220, 9%, 93%)OKLCH
oklch(0.946 0.003 264.5)CMYK
cmyk(1%, 1%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D2D4D9
2#B8BCC4
3#9EA3AE
4#848B98
5#6C7381
6#565C67
7#41454E
8#2B2E34
9#16171A
Tints
Lighter variations
1#EDEEF0
2#EFF0F2
3#F1F2F4
4#F3F4F5
5#F5F6F7
6#F7F8F9
7#F9F9FA
8#FBFBFC
9#FDFDFD
Tones
Muted variations
1#ECEDEF
2#ECEDEE
3#ECEDEE
4#ECEDEE
5#ECEDEE
6#EDEDEE
7#EDEDEE
8#EDEDED
9#EDEDED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECED #ECEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDD #DBDDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC3 #BFC3CA | BordersInactive statesPlaceholder text |
| 400 | 9EA3 #9EA3AE | Disabled statesSecondary iconsMuted text |
| 500 | 8289 #828997 | Primary brand colorCTAsActive elementsLinks |
| 600 | 666D #666D7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5157 #515761 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3E #3A3E45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2528 #25282C | Primary textHigh emphasis contentDark headings |
| 950 | 1719 #17191C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F7F8;
--lavender-100: #ECEDEF;
--lavender-200: #DBDDE1;
--lavender-300: #BFC3CA;
--lavender-400: #9EA3AE;
--lavender-500: #828997;
--lavender-600: #666D7A;
--lavender-700: #515761;
--lavender-800: #3A3E45;
--lavender-900: #25282C;
--lavender-950: #17191C;
}